Skip to content

Commit 22c4e01

Browse files
rainestpmalek
andauthored
chore(release) release 2.5.1 (#4347)
Co-authored-by: Patryk Małek <patryk.malek@konghq.com>
1 parent 6a22b8a commit 22c4e01

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
## [2.5.1]
5454

55-
> Release date: TBD
55+
> Release date: 2023-07-13
5656
5757
#### Fixed
5858

@@ -1832,6 +1832,7 @@ Please read the changelog and test in your environment.
18321832
- The initial versions were rapildy iterated to deliver
18331833
a working ingress controller.
18341834

1835+
[2.5.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.5.0...v2.5.1
18351836
[2.5.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.4.2...v2.5.0
18361837
[2.4.2]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.4.1...v2.4.2
18371838
[2.4.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.4.0...v2.4.1

config/image/oss/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ images:
77
newTag: '2.8'
88
- name: kic-placeholder
99
newName: kong/kubernetes-ingress-controller
10-
newTag: '2.5.0'
10+
newTag: '2.5.1'

deploy/single/all-in-one-dbless-k4k8s-enterprise.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ spec:
15411541
fieldRef:
15421542
apiVersion: v1
15431543
fieldPath: metadata.namespace
1544-
image: kong/kubernetes-ingress-controller:2.5.0
1544+
image: kong/kubernetes-ingress-controller:2.5.1
15451545
imagePullPolicy: IfNotPresent
15461546
livenessProbe:
15471547
failureThreshold: 3

deploy/single/all-in-one-dbless.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ spec:
15361536
fieldRef:
15371537
apiVersion: v1
15381538
fieldPath: metadata.namespace
1539-
image: kong/kubernetes-ingress-controller:2.5.0
1539+
image: kong/kubernetes-ingress-controller:2.5.1
15401540
imagePullPolicy: IfNotPresent
15411541
livenessProbe:
15421542
failureThreshold: 3

deploy/single/all-in-one-postgres-enterprise.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ spec:
16101610
fieldRef:
16111611
apiVersion: v1
16121612
fieldPath: metadata.namespace
1613-
image: kong/kubernetes-ingress-controller:2.5.0
1613+
image: kong/kubernetes-ingress-controller:2.5.1
16141614
imagePullPolicy: IfNotPresent
16151615
livenessProbe:
16161616
failureThreshold: 3

deploy/single/all-in-one-postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@ spec:
15541554
fieldRef:
15551555
apiVersion: v1
15561556
fieldPath: metadata.namespace
1557-
image: kong/kubernetes-ingress-controller:2.5.0
1557+
image: kong/kubernetes-ingress-controller:2.5.1
15581558
imagePullPolicy: IfNotPresent
15591559
livenessProbe:
15601560
failureThreshold: 3

0 commit comments

Comments
 (0)