Skip to content

Commit e39f247

Browse files
authored
feat(istio-operator): Updated image to v1.20.1 (#845)
Signed-off-by: Steve Hipwell <[email protected]>
1 parent be22fc6 commit e39f247

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

charts/istio-operator/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
---
99

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

2119
## [UNRELEASED]
2220

21+
## [v2.13.1] - 2023-12-13
22+
23+
### Changed
24+
25+
- Updated the _Istio Operator_ OCI image version to [v1.20.1](https://github.com/istio/istio/releases/tag/1.20.1).
26+
2327
## [v2.13.0] - 2023-11-22
2428

2529
### Added

charts/istio-operator/Chart.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: istio-operator
33
description: Helm chart to install the Istio Operator and optionally create the IstioOperator CR to install Istio into the cluster.
44
type: application
5-
version: 2.13.0
6-
appVersion: 1.20.0
5+
version: 2.13.1
6+
appVersion: 1.20.1
77
keywords:
88
- kubernetes
99
- istio
@@ -27,13 +27,5 @@ annotations:
2727
displayName: IstioOperator
2828
description: Represents an installation of Istio to be managed by the Istio Operator.
2929
artifacthub.io/changes: |
30-
- kind: added
31-
description: "Added support for adding additional labels to the `ServiceAccount` via the new `serviceAccount.labels` value."
32-
- kind: added
33-
description: "Added support for customising the termination grace period via the new `terminationGracePeriodSeconds` value."
34-
- kind: added
35-
description: "Added support for setting the _Istio_ revision via the new `revision` value."
3630
- kind: changed
37-
description: "Updated the _Istio Operator_ OCI image version to [v1.20.0](https://github.com/istio/istio/releases/tag/1.20.0)."
38-
- kind: changed
39-
description: "Updated the pod security context to be more secure and closer aligned to the operator container security context."
31+
description: "Updated the _Istio Operator_ OCI image version to [v1.20.1](https://github.com/istio/istio/releases/tag/1.20.1)."

charts/istio-operator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# istio-operator
22

3-
![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)
3+
![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)
44

55
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.
66

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

2626
```shell
27-
helm upgrade --install istio-operator oci://ghcr.io/stevehipwell/helm-charts/istio-operator --version 2.13.0
27+
helm upgrade --install istio-operator oci://ghcr.io/stevehipwell/helm-charts/istio-operator --version 2.13.1
2828
```
2929

3030
Alternativly you can use the legacy non-OCI method via the following commands.
3131

3232
```shell
3333
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
34-
helm upgrade --install istio-operator stevehipwell/istio-operator --version 2.13.0
34+
helm upgrade --install istio-operator stevehipwell/istio-operator --version 2.13.1
3535
```
3636

3737
## Values

0 commit comments

Comments
 (0)