Skip to content

Commit 72cd759

Browse files
authored
chore(deps): bump deck to fix #4384 (#4400) + prepare 2.10.4 release (#4401)
Bumps deck to a version that fixes #4384 (in this particular commit). Propagates IsKonnect flag when creating diff.Syncer. (cherry picked from commit 4b8dc3e)
1 parent 00890a5 commit 72cd759

14 files changed

+146
-39
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Adding a new version? You'll need three changes:
77
* Add the diff link, like "[2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v1.2.2...v1.2.3".
88
This is all the way at the bottom. It's the thing we always forget.
99
--->
10+
- [2.10.4](#2104)
1011
- [2.10.3](#2103)
1112
- [2.10.2](#2102)
1213
- [2.10.1](#2101)
@@ -70,6 +71,16 @@ Adding a new version? You'll need three changes:
7071
- [0.0.5](#005)
7172
- [0.0.4 and prior](#004-and-prior)
7273

74+
## [2.10.4]
75+
76+
> Release date: 2023-07-25
77+
78+
### Fixed
79+
80+
- Fixed a bug that prevented the controller from updating configuration in
81+
Konnect Runtime Groups API when an existing Certificate was updated.
82+
[#4384](https://github.com/Kong/kubernetes-ingress-controller/issues/4384)
83+
7384
## [2.10.3]
7485

7586
> Release date: 2023-07-13
@@ -2554,6 +2565,7 @@ Please read the changelog and test in your environment.
25542565
- The initial versions were rapildy iterated to deliver
25552566
a working ingress controller.
25562567

2568+
[2.10.4]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.10.3...v2.10.4
25572569
[2.10.3]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.10.2...v2.10.3
25582570
[2.10.2]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.10.1...v2.10.2
25592571
[2.10.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.10.0...v2.10.1

config/crd/bases/configuration.konghq.com_kongingresses.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,12 @@ spec:
237237
concurrency:
238238
minimum: 1
239239
type: integer
240+
headers:
241+
additionalProperties:
242+
items:
243+
type: string
244+
type: array
245+
type: object
240246
healthy:
241247
description: Healthy configures thresholds and HTTP status
242248
codes to mark targets healthy for an upstream.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,12 @@ spec:
515515
concurrency:
516516
minimum: 1
517517
type: integer
518+
headers:
519+
additionalProperties:
520+
items:
521+
type: string
522+
type: array
523+
type: object
518524
healthy:
519525
description: Healthy configures thresholds and HTTP status
520526
codes to mark targets healthy for an upstream.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,12 @@ spec:
515515
concurrency:
516516
minimum: 1
517517
type: integer
518+
headers:
519+
additionalProperties:
520+
items:
521+
type: string
522+
type: array
523+
type: object
518524
healthy:
519525
description: Healthy configures thresholds and HTTP status
520526
codes to mark targets healthy for an upstream.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,12 @@ spec:
515515
concurrency:
516516
minimum: 1
517517
type: integer
518+
headers:
519+
additionalProperties:
520+
items:
521+
type: string
522+
type: array
523+
type: object
518524
healthy:
519525
description: Healthy configures thresholds and HTTP status
520526
codes to mark targets healthy for an upstream.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,12 @@ spec:
515515
concurrency:
516516
minimum: 1
517517
type: integer
518+
headers:
519+
additionalProperties:
520+
items:
521+
type: string
522+
type: array
523+
type: object
518524
healthy:
519525
description: Healthy configures thresholds and HTTP status
520526
codes to mark targets healthy for an upstream.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,12 @@ spec:
515515
concurrency:
516516
minimum: 1
517517
type: integer
518+
headers:
519+
additionalProperties:
520+
items:
521+
type: string
522+
type: array
523+
type: object
518524
healthy:
519525
description: Healthy configures thresholds and HTTP status
520526
codes to mark targets healthy for an upstream.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,12 @@ spec:
515515
concurrency:
516516
minimum: 1
517517
type: integer
518+
headers:
519+
additionalProperties:
520+
items:
521+
type: string
522+
type: array
523+
type: object
518524
healthy:
519525
description: Healthy configures thresholds and HTTP status
520526
codes to mark targets healthy for an upstream.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,12 @@ spec:
515515
concurrency:
516516
minimum: 1
517517
type: integer
518+
headers:
519+
additionalProperties:
520+
items:
521+
type: string
522+
type: array
523+
type: object
518524
healthy:
519525
description: Healthy configures thresholds and HTTP status
520526
codes to mark targets healthy for an upstream.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,12 @@ spec:
515515
concurrency:
516516
minimum: 1
517517
type: integer
518+
headers:
519+
additionalProperties:
520+
items:
521+
type: string
522+
type: array
523+
type: object
518524
healthy:
519525
description: Healthy configures thresholds and HTTP status
520526
codes to mark targets healthy for an upstream.

0 commit comments

Comments
 (0)