File tree Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
---
9
9
10
10
<!--
11
- ## [UNRELEASED]
12
-
13
11
### Added - For new features.
14
12
### Changed - For changes in existing functionality.
15
13
### 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
20
18
21
19
## [ UNRELEASED]
22
20
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
+
23
27
## [ v2.13.0] - 2023-11-22
24
28
25
29
### Added
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : istio-operator
3
3
description : Helm chart to install the Istio Operator and optionally create the IstioOperator CR to install Istio into the cluster.
4
4
type : application
5
- version : 2.13.0
6
- appVersion : 1.20.0
5
+ version : 2.13.1
6
+ appVersion : 1.20.1
7
7
keywords :
8
8
- kubernetes
9
9
- istio
@@ -27,13 +27,5 @@ annotations:
27
27
displayName: IstioOperator
28
28
description: Represents an installation of Istio to be managed by the Istio Operator.
29
29
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."
36
30
- 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)."
Original file line number Diff line number Diff line change 1
1
# istio-operator
2
2
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 )
4
4
5
5
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.
6
6
@@ -24,14 +24,14 @@ The [Istio Operator](https://istio.io/latest/docs/setup/install/operator/) provi
24
24
To install the chart using the recommended OCI method you can use the following command.
25
25
26
26
``` 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
28
28
```
29
29
30
30
Alternativly you can use the legacy non-OCI method via the following commands.
31
31
32
32
``` shell
33
33
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
35
35
```
36
36
37
37
## Values
You can’t perform that action at this time.
0 commit comments