Skip to content

Commit

Permalink
feat(istio-operator): Updated image to v1.20.1 (#845)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored Dec 13, 2023
1 parent be22fc6 commit e39f247
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
8 changes: 6 additions & 2 deletions charts/istio-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---

<!--
## [UNRELEASED]
### Added - For new features.
### Changed - For changes in existing functionality.
### Deprecated - For soon-to-be removed features.
Expand All @@ -20,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

## [v2.13.1] - 2023-12-13

### Changed

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

## [v2.13.0] - 2023-11-22

### Added
Expand Down
14 changes: 3 additions & 11 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.13.0
appVersion: 1.20.0
version: 2.13.1
appVersion: 1.20.1
keywords:
- kubernetes
- istio
Expand All @@ -27,13 +27,5 @@ annotations:
displayName: IstioOperator
description: Represents an installation of Istio to be managed by the Istio Operator.
artifacthub.io/changes: |
- kind: added
description: "Added support for adding additional labels to the `ServiceAccount` via the new `serviceAccount.labels` value."
- kind: added
description: "Added support for customising the termination grace period via the new `terminationGracePeriodSeconds` value."
- kind: added
description: "Added support for setting the _Istio_ revision via the new `revision` value."
- kind: changed
description: "Updated the _Istio Operator_ OCI image version to [v1.20.0](https://github.com/istio/istio/releases/tag/1.20.0)."
- kind: changed
description: "Updated the pod security context to be more secure and closer aligned to the operator container security context."
description: "Updated the _Istio Operator_ OCI image version to [v1.20.1](https://github.com/istio/istio/releases/tag/1.20.1)."
6 changes: 3 additions & 3 deletions charts/istio-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# istio-operator

![Version: 2.13.0](https://img.shields.io/badge/Version-2.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.20.0](https://img.shields.io/badge/AppVersion-1.20.0-informational?style=flat-square)
![Version: 2.13.1](https://img.shields.io/badge/Version-2.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.20.1](https://img.shields.io/badge/AppVersion-1.20.1-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 @@ -24,14 +24,14 @@ 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.13.0
helm upgrade --install istio-operator oci://ghcr.io/stevehipwell/helm-charts/istio-operator --version 2.13.1
```

Alternativly 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.13.0
helm upgrade --install istio-operator stevehipwell/istio-operator --version 2.13.1
```

## Values
Expand Down

0 comments on commit e39f247

Please sign in to comment.