Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

get-istioctl

Actions
Get a specific version of istioctl using semver match
v0.2
Pre-release
Star (7)

get-istioctl

This action returns the latest version of istioctl matching your input semver range, operating system, and architecture. It returns the version components of the selected version, as well as the url at which the binary may be downloaded directly.

Usage

- uses: ./.github/actions/get-istioctl
  id: getit
  with:
    version: "1.11.*"
- name: Get the output time
  run: |
    echo "Selected version ${{ steps.getit.outputs.version }}"
    echo "patch version ${{ steps.getit.outputs.patch }}"
    echo "download link ${{ steps.getit.outputs.istioctl-url }}"

get-istioctl is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Get a specific version of istioctl using semver match
v0.2
Pre-release

get-istioctl is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.