Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(istio-operator): Updated image to 1.23.3 #1072

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions charts/istio-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@

## [UNRELEASED]

## [v2.16.3] - 2024-11-04

> [!IMPORTANT]
> _Istio_ `1.23` is the last version to support the _Istio Operator_ as it has been [deprecated](https://istio.io/latest/blog/2024/in-cluster-operator-deprecation-announcement/).

### Changed

- Updated the _Istio Operator_ OCI image version to [v1.23.3](https://github.com/istio/istio/releases/tag/1.23.3).

## [v2.16.2] - 2024-10-03

> [!IMPORTANT]
Expand Down Expand Up @@ -566,6 +575,7 @@
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/istio-operator
[v2.16.3]: https://github.com/stevehipwell/helm-charts/releases/tag/istio-operator-2.16.3
[v2.16.2]: https://github.com/stevehipwell/helm-charts/releases/tag/istio-operator-2.16.2
[v2.16.1]: https://github.com/stevehipwell/helm-charts/releases/tag/istio-operator-2.16.1
[v2.16.0]: https://github.com/stevehipwell/helm-charts/releases/tag/istio-operator-2.16.0
Expand Down
6 changes: 3 additions & 3 deletions charts/istio-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: istio-operator
description: Helm chart to install the Istio Operator and optionally create the IstioOperator CR to install Istio into the cluster.
type: application
version: 2.16.2
appVersion: 1.23.2
version: 2.16.3
appVersion: 1.23.3
keywords:
- kubernetes
- istio
Expand All @@ -28,4 +28,4 @@ annotations:
description: Represents an installation of Istio to be managed by the Istio Operator.
artifacthub.io/changes: |
- kind: changed
description: "Updated the _Istio Operator_ OCI image version to [v1.23.2](https://github.com/istio/istio/releases/tag/1.23.2)."
description: "Updated the _Istio Operator_ OCI image version to [v1.23.3](https://github.com/istio/istio/releases/tag/1.23.3)."
8 changes: 4 additions & 4 deletions charts/istio-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# istio-operator

![Version: 2.16.2](https://img.shields.io/badge/Version-2.16.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.2](https://img.shields.io/badge/AppVersion-1.23.2-informational?style=flat-square)
![Version: 2.16.3](https://img.shields.io/badge/Version-2.16.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.3](https://img.shields.io/badge/AppVersion-1.23.3-informational?style=flat-square)

The [Istio Operator](https://istio.io/latest/docs/setup/install/operator/) provides a declarative _Kubernetes_ native way to manage [Istio](https://istio.io/) via `IstioOperator` custom resources.

Expand All @@ -26,15 +26,15 @@ The [Istio Operator](https://istio.io/latest/docs/setup/install/operator/) provi
To install the chart using the recommended OCI method you can use the following command.

```shell
helm upgrade --install istio-operator oci://ghcr.io/stevehipwell/helm-charts/istio-operator --version 2.16.2
helm upgrade --install istio-operator oci://ghcr.io/stevehipwell/helm-charts/istio-operator --version 2.16.3
```

#### Verification

As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command.

```shell
cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/istio-operator:2.16.2
cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/istio-operator:2.16.3
```

### Non-OCI Repository
Expand All @@ -43,7 +43,7 @@ Alternatively you can use the legacy non-OCI method via the following commands.

```shell
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
helm upgrade --install istio-operator stevehipwell/istio-operator --version 2.16.2
helm upgrade --install istio-operator stevehipwell/istio-operator --version 2.16.3
```

## Values
Expand Down