Skip to content

istioctl

Command-line interface for Istio

Istio is an open platform to connect, manage, and secure microservices.

devops

https://istio.io

arm64 amd64 armhf

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install istioctl

sudo apt install istioctl

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    istioctl=1.21.0*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      istioctl=1.21.0*

Download URLs

Version SHA256 Size (KB)
1.21.0 afc8654e89a0bbcd7f54ad75c37bec2110f4dd633811112399428541eab0b601 17000
1.20.3 725815075c70a45f2c38b97fd2ad54992f48cb83aecf54af0aa97e8dd72c517b 16744
1.20.2 b4581b894db99624cacbc6eb9195bae386e9e6d40b38b2a8f9a99a5774e09886 16742
1.20.1 dc55c0d0b2355759a95712e273c5817800149b879ccab107e7b5d8f762d66bc7 16737
1.20.0 c7ad2c55a043199b609a409a6c3509c8a1fbe4b6d8606fba73326c9fa2480336 16747
1.19.4 1aa87e35ea7461caabb19d93d91176b027aea0381b9506a87e323a4ade107e57 16243
1.19.3 3282ab2841dd67659ac4fbcdd7b64ad7ad7e5dad7331f5a78afd9edf7a2ee50f 16241
1.19.1 e80bccc4a8817e2646bd9097432c15970d6dfe3cf046b160b53c7abf6f477c4e 16238
1.19.0 45bfec5bccccabe65358ce7273cd3c7237f25073fd9bb48a0e6068bef6bc9599 16232
1.18.2 128be252b4b0217f52bc0d6c22fa640265e678ea21aaa00cb9ec27c2ed82a113 18261
Version SHA256 Size (KB)
1.21.0 34fffe74f62fa7160e995191c4f6b8e66a201570f45275fe086fe80d3d105a83 14732
1.20.3 6faef9186e491e20fa725ff99c3873c099a39279092978c1c55cbf24c3df8579 14496
1.20.2 e6c5631dd3ee57d1aeacf0f980e68fda4e21b49b217ef06e5f916e071c390cc4 14501
1.20.1 6513e8beef05125f42fe51ee538880930de5f736cdba05f07f26068883083566 14498
1.20.0 cc69257e6581b58448e9534b55979b774e10602bd2f9e4154b6b553e3002e685 14502
1.19.4 7d34afcbe93bc95e6eacdbabe1c01823feb101381d6764a85a6559315f45e7f4 14085
1.19.3 ab94a18bf84c8ef0ac1cf2805a2ebc8e71f3688b0f05047f70361ceeeccd0202 14084
1.19.1 300156074b03e06e8d901ef3166aca65c4c120b0b8488409c25434aefa787c0b 14080
1.19.0 d35168bca5b8fc03bece19e9c7f9a4c118966610b91b5d65a536e1885d0bd7d1 14076
1.18.2 1c9d6146c73ba75b1739c59ebbbc63e75fb05314f6c2f9ec64ebcc11f14b1483 15918
Version SHA256 Size (KB)
1.21.0 dbb852424d263abe877132490abab68152323c5aba589ec073ab1ba34023c57e 14614
1.20.3 1496d627904ff74a37c699a5c7369c4ef2b8e80885a3f8d2c80d3696a81e9624 14536
1.20.2 59ddb55d42749d1f40be81e8a98e4c225320093a4dac57b5beac1cbac9f1d7ef 14528
1.20.1 01ec100f12bb0d9d507959fefb76a565774b6f5c0cdfcf90fe8a68eea080b879 14531
1.20.0 301aee7f51fe62dc7f2b5076ae9cd7a7cafcb0565008b1b53ea53e581ad3c0ad 14536
1.19.4 0d298c71976afb8a214764f53505fc73c09bae12623b707aea07d02f2de52eea 14136
1.19.3 136b04e3c43bf7e27ed22e02c1229722eb80d9decbbea39a492397009f27670a 14138
1.19.1 95d6dc761c92758560b4750d511d03a1475adf0e5d40b6e717a36d356d98b29e 14136
1.19.0 2bfec0fa669f562e07f147054a038cf37db124e0ece1945e1c3d6acb2f8165ed 14133
1.18.2 a9d81aef82c4f09a730d5cf00d78b224e19709882ac050fa68b21fc54ba1bc0f 16034

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for istioctl are versioned here.

Click here to see istioctl ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/istioctl/ops2deb.yml
- name: istioctl
  matrix:
    architectures:
      - arm64
      - armhf
      - amd64
    versions:
      - 1.12.2
      - 1.11.6
  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:
    architectures:
      - amd64
      - arm64
      - armhf
    versions:
      - 1.12.3
      - 1.13.0
      - 1.13.1
  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:
    architectures:
      - amd64
      - arm64
      - armhf
    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
      - 1.17.2
      - 1.17.3
      - 1.18.0
      - 1.18.1
      - 1.18.2
      - 1.19.0
      - 1.19.1
      - 1.19.3
      - 1.19.4
      - 1.20.0
      - 1.20.1
      - 1.20.2
      - 1.20.3
      - 1.21.0
  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 versioned 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.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.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.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
- url: https://github.com/istio/istio/releases/download/1.17.2/istio-1.17.2-linux-amd64.tar.gz
  sha256: 9e301bf131be05434807623a2d45af6f625c7b159db4f291f5eb12f262259af7
  timestamp: 2023-04-05 01:11:50+00:00
- url: https://github.com/istio/istio/releases/download/1.17.2/istio-1.17.2-linux-arm64.tar.gz
  sha256: 5299bcefee318856683caeead7581e526fbb59d021f5f0f1ef5fadc97baa2376
  timestamp: 2023-04-05 01:11:50+00:00
- url: https://github.com/istio/istio/releases/download/1.17.2/istio-1.17.2-linux-armv7.tar.gz
  sha256: b28bd6b1cc08391f65102e2bc94bb6edfd878db4efd79b89e428ba23c64b3448
  timestamp: 2023-04-05 01:11:50+00:00
- url: https://github.com/istio/istio/releases/download/1.17.3/istio-1.17.3-linux-amd64.tar.gz
  sha256: 91d543f3fe8cf27156540b13caf9b158a9477679b4525f786f988dafa3ab6be0
  timestamp: 2023-06-06 21:16:02+00:00
- url: https://github.com/istio/istio/releases/download/1.17.3/istio-1.17.3-linux-arm64.tar.gz
  sha256: 1e7f7110bb1056d875158a008a2fa45f665b556f678ca361299d68befcb5943f
  timestamp: 2023-06-06 21:16:02+00:00
- url: https://github.com/istio/istio/releases/download/1.17.3/istio-1.17.3-linux-armv7.tar.gz
  sha256: ecf055723554ece685fbe5bf07377b477f36bea0849b041a118a697912c57a24
  timestamp: 2023-06-06 21:16:02+00:00
- url: https://github.com/istio/istio/releases/download/1.18.0/istio-1.18.0-linux-amd64.tar.gz
  sha256: a74123868e60307ce23bf43d0c9fcf493e565353a0de35e7f9b7c9af5af7b63d
  timestamp: 2023-06-07 21:14:43+00:00
- url: https://github.com/istio/istio/releases/download/1.18.0/istio-1.18.0-linux-arm64.tar.gz
  sha256: b83f28e4efe5202f54db3f57c109bc35c7f6b7c058b3ff1816ac0080364ceabd
  timestamp: 2023-06-07 21:14:43+00:00
- url: https://github.com/istio/istio/releases/download/1.18.0/istio-1.18.0-linux-armv7.tar.gz
  sha256: d59f1cdb30c0294d93205365d4e7de37fae728bba2427267a9cebafc794c57e8
  timestamp: 2023-06-07 21:14:43+00:00
- url: https://github.com/istio/istio/releases/download/1.18.1/istio-1.18.1-linux-amd64.tar.gz
  sha256: dfef84071f14cc150bcc4e64cee14157d017a48296d6e203a3f51922101dabe3
  timestamp: 2023-07-14 21:15:59+00:00
- url: https://github.com/istio/istio/releases/download/1.18.1/istio-1.18.1-linux-arm64.tar.gz
  sha256: 02c0044bd34c6e97bd6a8f86c17d723c18344bba511c34f5e518eed951d84297
  timestamp: 2023-07-14 21:15:59+00:00
- url: https://github.com/istio/istio/releases/download/1.18.1/istio-1.18.1-linux-armv7.tar.gz
  sha256: e9ba0be753d25775e3d4ab13d4bfafc66e519bbcf5346773f8996ac06255cf2f
  timestamp: 2023-07-14 21:15:59+00:00
- url: https://github.com/istio/istio/releases/download/1.18.2/istio-1.18.2-linux-amd64.tar.gz
  sha256: db3ea796ee0cc251b61d84ee0fe88b3338085ef2f5a8915e46e9c8cf408a5e37
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/istio/istio/releases/download/1.18.2/istio-1.18.2-linux-arm64.tar.gz
  sha256: 1bc905b04f3d45f0fb7a78e8291e6772e648bdaec0ae80a8f65fa26addc59e6e
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/istio/istio/releases/download/1.18.2/istio-1.18.2-linux-armv7.tar.gz
  sha256: 3493db9938d8153b2fd1090f2032be74f2870cdf9ffe83ac94532bb3ca3f432a
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/istio/istio/releases/download/1.19.0/istio-1.19.0-linux-amd64.tar.gz
  sha256: 75dd0f959f2e30012f516807f74f2854b9687eb0f4d9e056b40a8c495c42bdef
  timestamp: 2023-09-05 21:14:25+00:00
- url: https://github.com/istio/istio/releases/download/1.19.0/istio-1.19.0-linux-arm64.tar.gz
  sha256: 929409587dd6a3134184bc5bbe05167b92fc1caad2105913a6ae0b256d2ed6a5
  timestamp: 2023-09-05 21:14:25+00:00
- url: https://github.com/istio/istio/releases/download/1.19.0/istio-1.19.0-linux-armv7.tar.gz
  sha256: 180c859180854b974deca4862a6d6974c20f87107c506d8994ce725c10725d76
  timestamp: 2023-09-05 21:14:25+00:00
- url: https://github.com/istio/istio/releases/download/1.19.1/istio-1.19.1-linux-amd64.tar.gz
  sha256: 2417cf91f505e0101feb0c94dc1ab2810682e3d8e8b59ea4b825b4b3448b6773
  timestamp: 2023-10-03 12:33:46+00:00
- url: https://github.com/istio/istio/releases/download/1.19.1/istio-1.19.1-linux-arm64.tar.gz
  sha256: a6cc5127bd9819c73145394dd997524be1fc113eab0cba1a1861818a0850efe8
  timestamp: 2023-10-03 12:33:46+00:00
- url: https://github.com/istio/istio/releases/download/1.19.1/istio-1.19.1-linux-armv7.tar.gz
  sha256: 1c14e4bf9c2d66139b43f72a2ab13148dcac3137a8e3fb7ec33912b3d1278b5f
  timestamp: 2023-10-03 12:33:46+00:00
- url: https://github.com/istio/istio/releases/download/1.19.3/istio-1.19.3-linux-amd64.tar.gz
  sha256: 76068a07f76b62129c0d475bad477ffc1c06b3795cce6fae1eb3fb882a66ad35
  timestamp: 2023-10-13 12:33:59+00:00
- url: https://github.com/istio/istio/releases/download/1.19.3/istio-1.19.3-linux-arm64.tar.gz
  sha256: 97e782084fe9b4bc9087cf04a23a1e4832cf37988ebdc43071821805e7628ff5
  timestamp: 2023-10-13 12:33:59+00:00
- url: https://github.com/istio/istio/releases/download/1.19.3/istio-1.19.3-linux-armv7.tar.gz
  sha256: 3ae088817f46de6aabf66aceb89369e4478ed9d91ababc931027118161fa5583
  timestamp: 2023-10-13 12:33:59+00:00
- url: https://github.com/istio/istio/releases/download/1.19.4/istio-1.19.4-linux-amd64.tar.gz
  sha256: 6511ee009ba6f159776fea44e3fb901d89855a05417528c9e5eaae7cd690707c
  timestamp: 2023-11-14 03:17:25+00:00
- url: https://github.com/istio/istio/releases/download/1.19.4/istio-1.19.4-linux-arm64.tar.gz
  sha256: 3009d9eaf7afc539e437f59a0d6c1983a967d33b9c47c32f01c900d62f6d7b72
  timestamp: 2023-11-14 03:17:25+00:00
- url: https://github.com/istio/istio/releases/download/1.19.4/istio-1.19.4-linux-armv7.tar.gz
  sha256: 8ff18e51b55919f45d5104e1ab80ba0c337b13baaf24ef4100828121216c49bc
  timestamp: 2023-11-14 03:17:25+00:00
- url: https://github.com/istio/istio/releases/download/1.20.0/istio-1.20.0-linux-amd64.tar.gz
  sha256: e7d18fae935ceea969aa903b1bddbe4862f4dc12770d396be5501445e0489839
  timestamp: 2023-11-14 21:12:25+00:00
- url: https://github.com/istio/istio/releases/download/1.20.0/istio-1.20.0-linux-arm64.tar.gz
  sha256: 71b042fe0023b219bf8ef15287e11a3a0d809b9ede4b54e4f6680ac298a537ab
  timestamp: 2023-11-14 21:12:25+00:00
- url: https://github.com/istio/istio/releases/download/1.20.0/istio-1.20.0-linux-armv7.tar.gz
  sha256: 8fb2316a4fe06e7ee15d89a84dcb4bbcd1549466b2c5c9af2b1c5aa7ad011625
  timestamp: 2023-11-14 21:12:25+00:00
- url: https://github.com/istio/istio/releases/download/1.20.1/istio-1.20.1-linux-amd64.tar.gz
  sha256: 3174d43fffac4a43b0217f4c51bf0b4135658bc12a7258ed7ba034db7d079120
  timestamp: 2023-12-12 21:15:27+00:00
- url: https://github.com/istio/istio/releases/download/1.20.1/istio-1.20.1-linux-arm64.tar.gz
  sha256: 5647650b32e1bde2d890f7ff027d1232c5713317645bed39d6ad32dca3ce70b5
  timestamp: 2023-12-12 21:15:27+00:00
- url: https://github.com/istio/istio/releases/download/1.20.1/istio-1.20.1-linux-armv7.tar.gz
  sha256: 08db541988aae8257c25ec0e0d0440979cf753bed2d1296b5670e2434a8a9db1
  timestamp: 2023-12-12 21:15:27+00:00
- url: https://github.com/istio/istio/releases/download/1.20.2/istio-1.20.2-linux-amd64.tar.gz
  sha256: 16c72b72a5708a6b8cdcb09f13f1499b748a09b91ca965284a2247479f76a369
  timestamp: 2024-01-10 03:18:54+00:00
- url: https://github.com/istio/istio/releases/download/1.20.2/istio-1.20.2-linux-arm64.tar.gz
  sha256: 6edf54fd1fa074c3b91ec8e08fa0d6925c3a7679c6c355e04b4e7816bf2653e7
  timestamp: 2024-01-10 03:18:54+00:00
- url: https://github.com/istio/istio/releases/download/1.20.2/istio-1.20.2-linux-armv7.tar.gz
  sha256: dee62203af02a3ad8028f314e1df26d0e54f01ac73169209582a3024d3fa13e6
  timestamp: 2024-01-10 03:18:54+00:00
- url: https://github.com/istio/istio/releases/download/1.20.3/istio-1.20.3-linux-amd64.tar.gz
  sha256: 2ee49f838a75e9fc9a22a89f17134042051bdacab826eea25a6b7d26803f7e6b
  timestamp: 2024-02-09 21:06:05+00:00
- url: https://github.com/istio/istio/releases/download/1.20.3/istio-1.20.3-linux-arm64.tar.gz
  sha256: 92b578eba3aa7e132dba4ec93b7ffea044e29e610c111406c65dcbd2dfaf4860
  timestamp: 2024-02-09 21:06:05+00:00
- url: https://github.com/istio/istio/releases/download/1.20.3/istio-1.20.3-linux-armv7.tar.gz
  sha256: 4eb19ae7b83ea833b6d041770f77cc59e2543c59672a38fa9c47f8de0a29f375
  timestamp: 2024-02-09 21:06:05+00:00
- url: https://github.com/istio/istio/releases/download/1.21.0/istio-1.21.0-linux-amd64.tar.gz
  sha256: ea8efa298154af4d1549c93ce38e358d45f1e3bda4cd13093b8f6f1b7aaa2d9e
  timestamp: 2024-03-14 03:06:02+00:00
- url: https://github.com/istio/istio/releases/download/1.21.0/istio-1.21.0-linux-arm64.tar.gz
  sha256: be57f8ff2b252ab481d7871da4c139f5913c3221c27d80c9fe57af68c195dba7
  timestamp: 2024-03-14 03:06:02+00:00
- url: https://github.com/istio/istio/releases/download/1.21.0/istio-1.21.0-linux-armv7.tar.gz
  sha256: 541b434f0b6a4e1ba2fc96dfe01d1ed12d2558201fb117aabc2b8ab8e6c2d0a3
  timestamp: 2024-03-14 03:06:02+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/istioctl.svg)](https://docs.wakemeops.com/packages/istioctl)
<a href="https://docs.wakemeops.com/packages/istioctl">
  <img src="https://docs.wakemeops.com/badges/istioctl.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/istioctl.svg
:target: https://docs.wakemeops.com/packages/istioctl