Skip to content

Commit 1f3ab05

Browse files
fix(chart): fix too long metrics service name (#3261)
Co-authored-by: Jintao Zhang <zhangjintao9020@gmail.com>
1 parent 2e73be8 commit 1f3ab05

18 files changed

+90
-78
lines changed

charts/kong-operator/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# Changelog
22

3+
## 1.2.0
4+
5+
### Fixes
6+
7+
- Fix broken installations using `--generate-name` or provided too long release name,
8+
which caused the generated metrics `Service` name to exceed the 63 character limit.
9+
If you rely on metrics `Service` name in your integrations (e.g., for ServiceMonitor),
10+
please make sure to update it to match the new naming convention,
11+
which is `<release-name>-metrics` truncated to 63 characters if needed.
12+
[#3261](https://github.com/Kong/kong-operator/pull/3261)
13+
314
## 1.1.1
415

516
### Fixes
617

718
- Fix an issue with missing volume mount when `ko-crds.enabled=false` is set
819
and conversion webhook is enabled.
9-
[#2356](https://github.com/Kong/kong-operator/pull/2356)
20+
[#3228](https://github.com/Kong/kong-operator/pull/3228)
1021

1122
## 1.1.0
1223

charts/kong-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
name: kong-operator
99
sources:
1010
- https://github.com/Kong/kong-operator/charts/kong-operator/
11-
version: 1.1.1
11+
version: 1.2.0
1212
appVersion: "2.1.0"
1313
annotations:
1414
artifacthub.io/category: networking

charts/kong-operator/ci/__snapshots__/affinity-values.snap

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/kong-operator/ci/__snapshots__/controlplane-config-dump.snap

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/kong-operator/ci/__snapshots__/disable-gateway-controller-values.snap

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/kong-operator/ci/__snapshots__/env-and-args-values.snap

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/kong-operator/ci/__snapshots__/env-and-customenv-values.snap

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/kong-operator/ci/__snapshots__/extra-labels-values.snap

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/kong-operator/ci/__snapshots__/image-pull-secrets-and-image-digest-values.snap

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/kong-operator/ci/__snapshots__/nightly-can-be-used-values.snap

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)