istioctl
Command-line interface for Istio
Istio is an open platform to connect, manage, and secure microservices.
amd64 armhf arm64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install istioctl
Snippets
Download URLs
Version | SHA256 | Size (KB) |
---|---|---|
1.17.1 | c3a918a055bc9447d391fd29b754b7c0e7fb82d470e78d2a7b8672938b1fe0c3 |
17704 |
1.17.0 | d386ae73012b959ab305df71f753eb0100d995e41b589164e53b85cea693d834 |
17692 |
1.16.2 | f781de9e1d66fe5d2ef44691711490b9624cb0dab12cb58c55453ee58169e075 |
17060 |
1.16.1 | 746a131db2da38940f8d3a5b32ea5aa9787f263217c8b0b1254e97b807e8dddd |
17054 |
1.16.0 | 10f3877c94df6f9ae5743ecc9882ba1173f3297121659ed972387e61743163d5 |
17054 |
1.15.3 | 92c50e620ee7b7fcc293dfd8f87302bced42daa25ff4e3dadca35b4e4e857ed9 |
16802 |
1.15.2 | 6013172c03fa96858444eac245df0207fad0ad95357dc1eb5504290f966ba60e |
16802 |
1.15.1 | e51ba1d31454487437c762afb0884da24e2889011d557c7966ea0ed8d9f94c3c |
16810 |
1.15.0 | fc0fb665ac6c21b54bde5fa4e5ff8f64849fd616da98e94a7eecd9ef961386c8 |
16792 |
1.14.3 | 96a18cd1286bf703c9c410781418fcabd366b16c452048f3528633a2859614ce |
16074 |
Version | SHA256 | Size (KB) |
---|---|---|
1.17.1 | 3f37b180aaa8a19580b296cbb28daed7f841c9bae22201b176c57fc8fc361ff8 |
15359 |
1.17.0 | 6e4c373408c40ba5820e2db594967853dad26498613eb1c5f92e27f96be112a9 |
15357 |
1.16.2 | 5b305e79428b76abc11c99dde9cbafd6f99b6f85c709064cfc6f3c8c4de3fc4a |
14825 |
1.16.1 | 9db100c559e29b83e9fba590680fcb2f3b2defb6ab26860b4e1413f1003c153d |
14809 |
1.16.0 | 32c5857f4f4ba021e704ec095956c36b12f8cf5049d03c84de389117bff7675e |
14807 |
1.15.3 | 018c0e8bbea4cbf42e729e00402943a5c3398bbc5f0bd6df832c946f8a94fdca |
14585 |
1.15.2 | 1ea715e0e07c7be7c00bbbf51b3f8f39662fdb3a9b849ef7dca115824d24bd30 |
14587 |
1.15.1 | e4c4858fbdf1f9dfbf1749f42a2aa2d28734cfeacaffecd5fa45438fcaf20a3c |
14587 |
1.15.0 | f88280dbc2920380fbf66c933ac62ccf3474bedec3cee20866fb349cae471ae4 |
14578 |
1.14.3 | 9f71ba336bdba9089c1b508090a454ee7d472e48c266cc961dfc44ae139f52c0 |
13982 |
Version | SHA256 | Size (KB) |
---|---|---|
1.17.1 | be0ec1bb9dd10b7f62f500094106b7e43dca491f43a7642916681906b382ba9e |
15497 |
1.17.0 | cabf9948360c482ed402cbb883b70980d117d5dd31df1c638508f651722fdbfb |
15483 |
1.16.2 | a93ea496ba88ef5b2ce43dfb94c0a7c25585193eee509dc8d21a92720f475712 |
14999 |
1.16.1 | 7e7832fb87790e719f3d420224d85bd12f4f7a6c7edd5abb4897e35857989574 |
15004 |
1.16.0 | 884a82d08a572d29abd3dad7e9d64cca893332835bdc4d962f6db82b7d5eab08 |
15003 |
1.15.3 | e79e2c7337157d1e1c63f3207bfa843afc7a96bea38053bbf8cb4abf633bcc58 |
14753 |
1.15.2 | 8aafeb3572e7c03519a4c5fbfba576480466bfb027c3a1380d6a4aecb74dd994 |
14756 |
1.15.1 | 08eda2a86b36b14e5738653ca30f1f0608d66c9314dd3c632efa614b461dc930 |
14751 |
1.15.0 | ce87c4b73e96815e842ad61a9b9eba2f38500d6ed98018732836045fb93c26b1 |
14752 |
1.14.3 | eb9077d6f477ee48c21f0909068da9b30374d37702ad4c58f1bb76427752dc3b |
14105 |
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for istioctl are versionned here.
Click here to see istioctl ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/istioctl/ops2deb.yml
- name: istioctl
matrix:
versions:
- 1.12.2
- 1.11.6
architectures:
- arm64
- armhf
- amd64
homepage: https://istio.io
summary: command-line interface for Istio
description: Istio is an open platform to connect, manage, and secure microservices.
fetch:
url: https://github.com/istio/istio/releases/download/{{version}}/istio-{{version}}-linux-{{target}}.tar.gz
targets:
armhf: armv7
script:
- install -d {{src}}/opt/istio
- mv * {{src}}/opt/istio/
- ln -s /opt/istio/istio-{{version}}/bin/istioctl {{src}}/usr/bin/istioctl
- name: istioctl
version: 1.12.2
homepage: https://istio.io
summary: command-line interface for Istio
description: Istio is an open platform to connect, manage, and secure microservices.
fetch: https://github.com/istio/istio/releases/download/{{version}}/istio-{{version}}-linux-amd64.tar.gz
script:
- install -d {{src}}/opt/istio
- mv * {{src}}/opt/istio/
- ln -s /opt/istio/istio-{{version}}/bin/istioctl {{src}}/usr/bin/istioctl
- name: istioctl
matrix:
versions:
- 1.12.3
- 1.13.0
- 1.13.1
architectures:
- amd64
- arm64
- armhf
homepage: https://istio.io
summary: command-line interface for Istio
description: Istio is an open platform to connect, manage, and secure microservices.
fetch:
url: https://github.com/istio/istio/releases/download/{{version}}/istio-{{version}}-linux-{{target}}.tar.gz
targets:
armhf: armv7
script:
- install -d {{src}}/opt/istio
- mv * {{src}}/opt/istio/
- ln -s /opt/istio/istio-{{version}}/bin/istioctl {{src}}/usr/bin/istioctl
- name: istioctl
matrix:
architectures:
- amd64
- arm64
- armhf
version: 1.13.2
revision: "2"
homepage: https://istio.io
summary: command-line interface for Istio
description: Istio is an open platform to connect, manage, and secure microservices.
fetch:
url: https://github.com/istio/istio/releases/download/{{version}}/istio-{{version}}-linux-{{target}}.tar.gz
targets:
armhf: armv7
install:
- istio-{{version}}:/opt/istio/
script:
- ln -s /opt/istio/bin/istioctl {{src}}/usr/bin/istioctl
- name: istioctl
matrix:
versions:
- 1.13.3
- 1.13.4
- 1.14.0
- 1.14.1
- 1.14.3
- 1.15.0
- 1.15.1
- 1.15.2
- 1.15.3
- 1.16.0
- 1.16.1
- 1.16.2
- 1.17.0
- 1.17.1
architectures:
- amd64
- arm64
- armhf
homepage: https://istio.io
summary: command-line interface for Istio
description: Istio is an open platform to connect, manage, and secure microservices.
fetch:
url: https://github.com/istio/istio/releases/download/{{version}}/istio-{{version}}-linux-{{target}}.tar.gz
targets:
armhf: armv7
install:
- istio-{{version}}:/opt/istio/
script:
- ln -s /opt/istio/bin/istioctl {{src}}/usr/bin/istioctl
The blueprint fetch
keyword contains a URL template pointing to istioctl releases. Downloaded files are locked in a lockfile versionned here.
Click here to see istioctl release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/istioctl/ops2deb.lock.yml
- url: https://github.com/istio/istio/releases/download/1.11.6/istio-1.11.6-linux-amd64.tar.gz
sha256: 0b6b0feeaad86c2f6f1a9e743bfc206031e48ad9986c222d9c4632978a1dd083
timestamp: 2022-02-04 02:06:36+00:00
- url: https://github.com/istio/istio/releases/download/1.11.6/istio-1.11.6-linux-arm64.tar.gz
sha256: 5fed0c9cdc67f1d502392d2f07cf4b2ec8bb841e6eaaa1333e15d72b7aaa2088
timestamp: 2022-02-04 02:06:36+00:00
- url: https://github.com/istio/istio/releases/download/1.11.6/istio-1.11.6-linux-armv7.tar.gz
sha256: 02019189a2c8b41bbf911a774535e557a1b92b574a515814cbe9b595b9b14f2c
timestamp: 2022-02-04 02:06:36+00:00
- url: https://github.com/istio/istio/releases/download/1.12.2/istio-1.12.2-linux-amd64.tar.gz
sha256: a115ad51c7a88684781078fbded6e62aa445ddbf274a768ce5e9e8041f284d31
timestamp: 2022-01-19 02:05:29+00:00
- url: https://github.com/istio/istio/releases/download/1.12.2/istio-1.12.2-linux-arm64.tar.gz
sha256: c69f7ad89516bbec5b4717b8902116ff646fbe3c462400fbcd5fd6795d05c5f3
timestamp: 2022-01-30 16:22:16+00:00
- url: https://github.com/istio/istio/releases/download/1.12.2/istio-1.12.2-linux-armv7.tar.gz
sha256: 1a888db2825af2baa2ee5a635ec037db9b6759ddc4a924317982984803537999
timestamp: 2022-01-30 16:22:16+00:00
- url: https://github.com/istio/istio/releases/download/1.12.3/istio-1.12.3-linux-amd64.tar.gz
sha256: ec0f4882567db745c3e4195e52ddfa22cb60a5413a86b0dfcb702218d8a1a6b8
timestamp: 2022-02-11 16:20:04+00:00
- url: https://github.com/istio/istio/releases/download/1.12.3/istio-1.12.3-linux-arm64.tar.gz
sha256: 0c675cf87edb43650f56dc5a19ad41706855cfe69def49d5279f4f4d15fe36e6
timestamp: 2022-02-11 16:20:04+00:00
- url: https://github.com/istio/istio/releases/download/1.12.3/istio-1.12.3-linux-armv7.tar.gz
sha256: e20deede2bb5ed994fdc7091f29b22dc82cebccbdcb66db97eada8fd6b60d47e
timestamp: 2022-02-11 16:20:04+00:00
- url: https://github.com/istio/istio/releases/download/1.13.0/istio-1.13.0-linux-amd64.tar.gz
sha256: 3c29932359141e14a00fa521ee00139d7bf5dea17bafbcbfdc969a4fe157402a
timestamp: 2022-02-12 02:14:43+00:00
- url: https://github.com/istio/istio/releases/download/1.13.0/istio-1.13.0-linux-arm64.tar.gz
sha256: 62514a75fb9631c29030377dba8c1fea5a13bdca063ec9ec70d01699336154f9
timestamp: 2022-02-12 02:14:43+00:00
- url: https://github.com/istio/istio/releases/download/1.13.0/istio-1.13.0-linux-armv7.tar.gz
sha256: a9b24874a5b5986ff66e3fc926e63711dc14354b760a380f31f780afd1235669
timestamp: 2022-02-12 02:14:43+00:00
- url: https://github.com/istio/istio/releases/download/1.13.1/istio-1.13.1-linux-amd64.tar.gz
sha256: fc3ce898bca06af01e3e0d28cb7ff34c59c7878bf50e5c7c56ee28d44eb96f3f
timestamp: 2022-02-22 22:17:52+00:00
- url: https://github.com/istio/istio/releases/download/1.13.1/istio-1.13.1-linux-arm64.tar.gz
sha256: 1c11bf9b98b00e93f1ffdd276a27c566a5d9582fa7c92a88d83a270976dc7786
timestamp: 2022-02-22 22:17:52+00:00
- url: https://github.com/istio/istio/releases/download/1.13.1/istio-1.13.1-linux-armv7.tar.gz
sha256: ee077551855a33c360cb696a4d4e8469cb72803ba1ba48269b4cb2cb959bad71
timestamp: 2022-02-22 22:17:52+00:00
- url: https://github.com/istio/istio/releases/download/1.13.2/istio-1.13.2-linux-amd64.tar.gz
sha256: a1c30fe5c612fce80a19fe3d221ddac43f8fc6395e0f18d12bd34320f059dea7
timestamp: 2022-03-24 01:26:26+00:00
- url: https://github.com/istio/istio/releases/download/1.13.2/istio-1.13.2-linux-arm64.tar.gz
sha256: 5ec5fd654a48189ee4738d18548002240e2e1c98afd477bdf48819b49354a25f
timestamp: 2022-03-24 01:26:26+00:00
- url: https://github.com/istio/istio/releases/download/1.13.2/istio-1.13.2-linux-armv7.tar.gz
sha256: 7fcbc2514c9cad3756557bb49015707f9ede72478980aa79ddaf22090d507929
timestamp: 2022-03-24 01:26:26+00:00
- url: https://github.com/istio/istio/releases/download/1.13.3/istio-1.13.3-linux-amd64.tar.gz
sha256: 5dfed06990a2b2337f02617c4843e8e444df1c8456bad93f570892ec6e6e4cd9
timestamp: 2022-04-19 20:27:15+00:00
- url: https://github.com/istio/istio/releases/download/1.13.3/istio-1.13.3-linux-arm64.tar.gz
sha256: 74e67eb5ee892a69212339b6ae802135b72cf4cd592322f8387560d56bcd2e5f
timestamp: 2022-04-19 20:27:15+00:00
- url: https://github.com/istio/istio/releases/download/1.13.3/istio-1.13.3-linux-armv7.tar.gz
sha256: 2792cf3ab71b6be7d66113f15bf3c5ac77a480db65b7455bd2609578ca761fcf
timestamp: 2022-04-19 20:27:15+00:00
- url: https://github.com/istio/istio/releases/download/1.13.4/istio-1.13.4-linux-amd64.tar.gz
sha256: a7066afc8ff91266f8903ce6c3c994aafc12da80175c5a3f9f7ab0ed7eaa020f
timestamp: 2022-05-17 20:28:47+00:00
- url: https://github.com/istio/istio/releases/download/1.13.4/istio-1.13.4-linux-arm64.tar.gz
sha256: 1d6f68e6ae636ad858f4acb97a4691818bb7b6a589d2fdb76b4615a0d482253c
timestamp: 2022-05-17 20:28:47+00:00
- url: https://github.com/istio/istio/releases/download/1.13.4/istio-1.13.4-linux-armv7.tar.gz
sha256: d1d5b03551184ca5fd599cb66c464ebddf97a3908ec0beca1c3b70b7f4f97358
timestamp: 2022-05-17 20:28:47+00:00
- url: https://github.com/istio/istio/releases/download/1.14.0/istio-1.14.0-linux-amd64.tar.gz
sha256: b2c048bf142282afcf806872731bd45e4958d3006e79bd2affa6d8204d37f328
timestamp: 2022-06-01 23:21:58+00:00
- url: https://github.com/istio/istio/releases/download/1.14.0/istio-1.14.0-linux-arm64.tar.gz
sha256: 5827cd123412de804a1ffe0e37fc7de495458fe6c80d1794608dcfc25460bbda
timestamp: 2022-06-01 23:21:58+00:00
- url: https://github.com/istio/istio/releases/download/1.14.0/istio-1.14.0-linux-armv7.tar.gz
sha256: d3e936e3cadc4449e9f4f2c0e3c5791dc77d91a85e401d576b96e726d33a6e78
timestamp: 2022-06-01 23:21:58+00:00
- url: https://github.com/istio/istio/releases/download/1.14.1/istio-1.14.1-linux-amd64.tar.gz
sha256: 9b57bf3c475e0b2adaabbabb1d0deb20062dd176027c223cd5cfbb96d68744b7
timestamp: 2022-06-09 23:17:51+00:00
- url: https://github.com/istio/istio/releases/download/1.14.1/istio-1.14.1-linux-arm64.tar.gz
sha256: aca4f0796d7b0524676685a5e55e46571ec958d2c2b6163cd75c30d4a33c1150
timestamp: 2022-06-09 23:17:51+00:00
- url: https://github.com/istio/istio/releases/download/1.14.1/istio-1.14.1-linux-armv7.tar.gz
sha256: 2cce12dec8c7aabee72086821fe2123eb30484148d9fa60a7343f0f93a3a6ac4
timestamp: 2022-06-09 23:17:51+00:00
- url: https://github.com/istio/istio/releases/download/1.14.3/istio-1.14.3-linux-amd64.tar.gz
sha256: f5e2fbd1b15433fbf9597ee2818e837d221c45714a24f3aa392a46e0e1384eb4
timestamp: 2022-08-01 23:20:08+00:00
- url: https://github.com/istio/istio/releases/download/1.14.3/istio-1.14.3-linux-arm64.tar.gz
sha256: f967801bdf05480b0be3b1a1d866dc4fc08593d17c71e068b7f24f0d21e0dec5
timestamp: 2022-08-01 23:20:08+00:00
- url: https://github.com/istio/istio/releases/download/1.14.3/istio-1.14.3-linux-armv7.tar.gz
sha256: 72f63ac3468841e32c88bbf32f4903d43da97f7906470bbc5968f95ee0e57606
timestamp: 2022-08-01 23:20:08+00:00
- url: https://github.com/istio/istio/releases/download/1.15.0/istio-1.15.0-linux-amd64.tar.gz
sha256: 5d84897dc25be6757568ef50bb3ddf86388456768cd658ed2670a4f12803c3f8
timestamp: 2022-09-01 04:24:24+00:00
- url: https://github.com/istio/istio/releases/download/1.15.0/istio-1.15.0-linux-arm64.tar.gz
sha256: 1f56175c1a9509357326f254a80061ea9b3582c91a9f4b594c029c7531a160cb
timestamp: 2022-09-01 04:24:24+00:00
- url: https://github.com/istio/istio/releases/download/1.15.0/istio-1.15.0-linux-armv7.tar.gz
sha256: a0933aa68122188d92fca65f2c0efe00853ce4c6954b5a39449d0d671eb26f27
timestamp: 2022-09-01 04:24:24+00:00
- url: https://github.com/istio/istio/releases/download/1.15.1/istio-1.15.1-linux-amd64.tar.gz
sha256: da9ca650548fc072c594d4eb8f17e009e60609a1cf58e1faba0c08a9aa7d6666
timestamp: 2022-09-26 20:33:39+00:00
- url: https://github.com/istio/istio/releases/download/1.15.1/istio-1.15.1-linux-arm64.tar.gz
sha256: 300fbd668d6c6bd10255982fc1db088c430a68d26d7db0e539b70de389fbfadf
timestamp: 2022-09-26 20:33:39+00:00
- url: https://github.com/istio/istio/releases/download/1.15.1/istio-1.15.1-linux-armv7.tar.gz
sha256: e3398781d0ef2dbbd15db3b6a431d39fcca901b267df8d7bfa3b8055640cc32a
timestamp: 2022-09-26 20:33:39+00:00
- url: https://github.com/istio/istio/releases/download/1.15.2/istio-1.15.2-linux-amd64.tar.gz
sha256: 6e9aa99437ffc1249fdfc7623fc4c89bb7725b94823f0d2765d497ea0b488156
timestamp: 2022-10-11 20:35:26+00:00
- url: https://github.com/istio/istio/releases/download/1.15.2/istio-1.15.2-linux-arm64.tar.gz
sha256: ae1db25b73623ebf00327753c0168b5723cdf57afb0e31ba56c576d96349a1aa
timestamp: 2022-10-11 20:35:26+00:00
- url: https://github.com/istio/istio/releases/download/1.15.2/istio-1.15.2-linux-armv7.tar.gz
sha256: 9ab34f4a01bcdb08d561c3b82f2be7e49388a6eb4ce410b3840b06f34843ecce
timestamp: 2022-10-11 20:35:26+00:00
- url: https://github.com/istio/istio/releases/download/1.15.3/istio-1.15.3-linux-amd64.tar.gz
sha256: f5fe82687f3777d6e5c9e4cda0d99bd03ff7aefaa9f10b0e608e0990a6ab000a
timestamp: 2022-10-28 20:30:05+00:00
- url: https://github.com/istio/istio/releases/download/1.15.3/istio-1.15.3-linux-arm64.tar.gz
sha256: c05a5fe216b9d59313235e8f26c44b2b5c81facd4268ecc3e2f88c48db6df0c2
timestamp: 2022-10-28 20:30:05+00:00
- url: https://github.com/istio/istio/releases/download/1.15.3/istio-1.15.3-linux-armv7.tar.gz
sha256: e1c9e31c92764e5d528654de986f2cdfac52fbaa71a486661e6567f10cf3e336
timestamp: 2022-10-28 20:30:05+00:00
- url: https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz
sha256: aed8d55b59d52989e8f4c3c25cd1ea2c9d27e6a1dd0165f85388d62e53a6ef54
timestamp: 2022-11-16 02:57:51+00:00
- url: https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-arm64.tar.gz
sha256: 2e58cd7a06f57e8652a7735a1caf9d35fbe41fbcc20e64d474d07a4655bea937
timestamp: 2022-11-16 02:57:51+00:00
- url: https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-armv7.tar.gz
sha256: 7467c34b4219fe9ded25efb6a4a3d25ed9b560651f1750a8851ce44ff58e990a
timestamp: 2022-11-16 02:57:51+00:00
- url: https://github.com/istio/istio/releases/download/1.16.1/istio-1.16.1-linux-amd64.tar.gz
sha256: e5f6efc11c5dde58592478e1976b3c8e7bb9993cf22c57ac8a63003288baafdf
timestamp: 2022-12-13 19:23:59+00:00
- url: https://github.com/istio/istio/releases/download/1.16.1/istio-1.16.1-linux-arm64.tar.gz
sha256: c94a209f72d0b5de4d11cfd8216f99d7c0624cf33b68c2663c5c008633e6174a
timestamp: 2022-12-13 19:23:59+00:00
- url: https://github.com/istio/istio/releases/download/1.16.1/istio-1.16.1-linux-armv7.tar.gz
sha256: c6b6fce489c6128ddfe43558ce5f0592697a3f17fc4178c08e3eae09d69bc478
timestamp: 2022-12-13 19:23:59+00:00
- url: https://github.com/istio/istio/releases/download/1.16.2/istio-1.16.2-linux-amd64.tar.gz
sha256: 9b5b9abc4ef4f26064f6377b53e52397f7dc6eaf8821657f84625d54eb287201
timestamp: 2023-01-31 02:42:17+00:00
- url: https://github.com/istio/istio/releases/download/1.16.2/istio-1.16.2-linux-arm64.tar.gz
sha256: 535b4675a78c2d0efb54608b2d9ce227c1584d3ababbf7640b57dce1935d5174
timestamp: 2023-01-31 02:42:17+00:00
- url: https://github.com/istio/istio/releases/download/1.16.2/istio-1.16.2-linux-armv7.tar.gz
sha256: b77ef245892458395a9abc54088817a1497688220aea8e7cbdbb77d614fed427
timestamp: 2023-01-31 02:42:17+00:00
- url: https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz
sha256: 532bae7bdfbfb79ac5576dce46b2f71ddb7164a8e9312b21649adddd05ff6ce3
timestamp: 2023-02-15 02:44:19+00:00
- url: https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-arm64.tar.gz
sha256: 9cd07ddaa65c50c23e3ae60fe356dfe10d69142569d95483c87be0d580915c21
timestamp: 2023-02-15 02:44:19+00:00
- url: https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-armv7.tar.gz
sha256: 4c36933128a46db5fe45097139623788fe6087cbf66f141510d33533e390b959
timestamp: 2023-02-15 02:44:19+00:00
- url: https://github.com/istio/istio/releases/download/1.17.1/istio-1.17.1-linux-amd64.tar.gz
sha256: 69e9d29aba94d5cbb713e02f20e4c686a23cb6f9c2bcd1369d7e9ed579b4d7b9
timestamp: 2023-02-23 22:17:59+00:00
- url: https://github.com/istio/istio/releases/download/1.17.1/istio-1.17.1-linux-arm64.tar.gz
sha256: 9b04fa06d81c614e7c6b2cee6b29a550412769fe9dca10d7a3df064e78284ff4
timestamp: 2023-02-23 22:17:59+00:00
- url: https://github.com/istio/istio/releases/download/1.17.1/istio-1.17.1-linux-armv7.tar.gz
sha256: 154353ef76747caf1cebe33a740290fc0b1e67e55c090cb4530effb10f061746
timestamp: 2023-02-23 22:17:59+00:00