Skip to content

Commit

Permalink
Merge pull request #17 from darkwizard242/feature/bump-istioctl-to-1.…
Browse files Browse the repository at this point in the history
…22.1

bump istioctl to 1.22.1 and drop support for Ubuntu 18.04 / EL7
  • Loading branch information
darkwizard242 authored Jun 5, 2024
2 parents 7618e64 + bf70e5f commit f5eaafa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
max-parallel: 10
matrix:
IMAGE: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster]
IMAGE: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, rockylinux-8, debian-bullseye, debian-buster]

steps:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`):

```yaml
istioctl_app: istioctl
istioctl_version: 1.22.0
istioctl_version: 1.22.1
istioctl_os: linux
istioctl_arch: amd64
istioctl_dl_url: https://github.com/istio/istio/releases/download/{{ istioctl_version }}/istio-{{ istioctl_version }}-{{ istioctl_os }}-{{ istioctl_arch }}.tar.gz
Expand All @@ -31,7 +31,7 @@ istioctl_file_mode: '0755'
Variable | Description
------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------
istioctl_app | Defines the app to install i.e. **istioctl**
istioctl_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.22.0**
istioctl_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.22.1**
istioctl_os | Defines os type. Used for obtaining the correct type of binaries based on OS type. Defaults to: **linux**
istioctl_arch | Defines os architecture. Used to set the correct type of binaries based on OS System Architecture. Defaults to: **amd64**
istioctl_dl_url | Defines URL to download the istioctl binary from.
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# defaults file for istioctl

istioctl_app: istioctl
istioctl_version: 1.22.0
istioctl_version: 1.22.1
istioctl_os: linux
istioctl_arch: amd64
istioctl_dl_url: https://github.com/istio/istio/releases/download/{{ istioctl_version }}/istio-{{ istioctl_version }}-{{ istioctl_os }}-{{ istioctl_arch }}.tar.gz
Expand Down
2 changes: 0 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ galaxy_info:
- noble
- jammy
- focal
- bionic
- name: Debian
versions:
- bullseye
- buster
- name: EL
versions:
- 8
- 7

galaxy_tags:
- istioctl
Expand Down

0 comments on commit f5eaafa

Please sign in to comment.