From ce1ec847c4137f6879b186aa51200b776cef4ade Mon Sep 17 00:00:00 2001 From: Karsten Ludwig Hauser Date: Tue, 2 Apr 2024 15:10:48 +0200 Subject: [PATCH 1/3] fix(icm): change to correct parameter (#615) --- charts/icm-replication/values-iste_linux.tmpl | 4 ++-- charts/icm/values-iste_linux.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/icm-replication/values-iste_linux.tmpl b/charts/icm-replication/values-iste_linux.tmpl index 3a61624b..f6f81bec 100644 --- a/charts/icm-replication/values-iste_linux.tmpl +++ b/charts/icm-replication/values-iste_linux.tmpl @@ -129,7 +129,7 @@ icm-edit: nginx.ingress.kubernetes.io/session-cookie-name: stid nginx.ingress.kubernetes.io/proxy-request-buffering: "off" nginx.ingress.kubernetes.io/proxy-http-version: "1.1" - nginx.ingress.kubernetes.io/client-max-body-size: "0" + nginx.ingress.kubernetes.io/proxy-body-size: "100M" hosts: - host: "${HELM_JOB_NAME}-edit.${DNS_ZONE_NAME}" paths: @@ -269,7 +269,7 @@ icm-live: nginx.ingress.kubernetes.io/session-cookie-name: stid nginx.ingress.kubernetes.io/proxy-request-buffering: "off" nginx.ingress.kubernetes.io/proxy-http-version: "1.1" - nginx.ingress.kubernetes.io/client-max-body-size: "0" + nginx.ingress.kubernetes.io/proxy-body-size: "100M" hosts: - host: "${HELM_JOB_NAME}-live.${DNS_ZONE_NAME}" paths: diff --git a/charts/icm/values-iste_linux.tmpl b/charts/icm/values-iste_linux.tmpl index 50174e62..37fdd412 100644 --- a/charts/icm/values-iste_linux.tmpl +++ b/charts/icm/values-iste_linux.tmpl @@ -126,7 +126,7 @@ icm-web: nginx.ingress.kubernetes.io/session-cookie-name: stid nginx.ingress.kubernetes.io/proxy-request-buffering: "off" nginx.ingress.kubernetes.io/proxy-http-version: "1.1" - nginx.ingress.kubernetes.io/client-max-body-size: "0" + nginx.ingress.kubernetes.io/proxy-body-size: "100M" hosts: - host: "${HELM_JOB_NAME}.${DNS_ZONE_NAME}" paths: From 9d68604f2ce1765adbc917f90638e00d8e25eb12 Mon Sep 17 00:00:00 2001 From: khauser Date: Tue, 2 Apr 2024 14:11:47 +0000 Subject: [PATCH 2/3] chore: bump versions of icm:patch icm-replication:patch --- charts/icm-replication/.bumpversion.toml | 2 +- charts/icm-replication/Chart.yaml | 6 +++--- charts/icm/.bumpversion.toml | 2 +- charts/icm/Chart.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/icm-replication/.bumpversion.toml b/charts/icm-replication/.bumpversion.toml index 42921cb3..19369a00 100644 --- a/charts/icm-replication/.bumpversion.toml +++ b/charts/icm-replication/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "1.8.0" +current_version = "1.8.1" [[tool.bumpversion.files]] filename = "Chart.yaml" diff --git a/charts/icm-replication/Chart.yaml b/charts/icm-replication/Chart.yaml index fea15772..7e1c4232 100644 --- a/charts/icm-replication/Chart.yaml +++ b/charts/icm-replication/Chart.yaml @@ -3,16 +3,16 @@ appVersion: "11.9.0" description: Intershop Commerce Management - ICM Replication # name and version must be in this exact order, otherwise bump2version won't work name: icm-replication -version: 1.8.0 +version: 1.8.1 annotations: requestedMemoryQuota: 10Gi requestedCpuQuotaInMinutes: 2200 dependencies: - name: icm - version: 1.11.0 + version: 1.11.1 repository: file://../icm alias: icm-live - name: icm - version: 1.11.0 + version: 1.11.1 repository: file://../icm alias: icm-edit diff --git a/charts/icm/.bumpversion.toml b/charts/icm/.bumpversion.toml index 21058173..628f07d6 100644 --- a/charts/icm/.bumpversion.toml +++ b/charts/icm/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "1.11.0" +current_version = "1.11.1" [[tool.bumpversion.files]] filename = "Chart.yaml" diff --git a/charts/icm/Chart.yaml b/charts/icm/Chart.yaml index f273aaac..36552854 100644 --- a/charts/icm/Chart.yaml +++ b/charts/icm/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "11.9.0" description: Intershop Commerce Management - ICM # name and version must be in this exact order, otherwise bump2version won't work name: icm -version: 1.11.0 +version: 1.11.1 # test related annotations annotations: requestedMemoryQuota: 5900Mi From 26513b2425abd7c4be299ca2694158c42bfaee29 Mon Sep 17 00:00:00 2001 From: khauser Date: Tue, 2 Apr 2024 14:11:47 +0000 Subject: [PATCH 3/3] chore: generated changelog+release notes for icm:patch icm-replication:patch --- charts/icm-replication/CHANGELOG.md | 23 ++++++++++++++++++++++- charts/icm-replication/RELEASE_NOTES.md | 12 ++++++------ charts/icm/CHANGELOG.md | 23 ++++++++++++++++++++++- charts/icm/RELEASE_NOTES.md | 12 ++++++------ 4 files changed, 56 insertions(+), 14 deletions(-) diff --git a/charts/icm-replication/CHANGELOG.md b/charts/icm-replication/CHANGELOG.md index c61fd6f2..08c26768 100644 --- a/charts/icm-replication/CHANGELOG.md +++ b/charts/icm-replication/CHANGELOG.md @@ -1,16 +1,37 @@ + +## [icm-replication-1.8.1](https://github.com/intershop/helm-charts/compare/icm-replication-1.8.0...icm-replication-1.8.1) + +> 2024-04-02 + +### Chore + +* bump versions of icm:patch icm-replication:patch + +### Fix + +* **icm:** change to correct parameter ([#615](https://github.com/intershop/helm-charts/issues/615)) + + ## [icm-replication-1.8.0](https://github.com/intershop/helm-charts/compare/icm-replication-1.7.3...icm-replication-1.8.0) -> 2024-03-22 +> 2024-03-28 ### Chore +* generated changelog+release notes for icm:minor icm-replication:minor * bump versions of icm:minor icm-replication:minor ### Feat * **icm:** enable ingress-nginx for domain usage during testing ([#591](https://github.com/intershop/helm-charts/issues/591)) +* **icm:** enable ingress-nginx for domain usage during testing ([#591](https://github.com/intershop/helm-charts/issues/591)) + +### Fix + +* **icm:** do not buffer request ([#602](https://github.com/intershop/helm-charts/issues/602)) +* **icm:** name was to long ([#601](https://github.com/intershop/helm-charts/issues/601)) diff --git a/charts/icm-replication/RELEASE_NOTES.md b/charts/icm-replication/RELEASE_NOTES.md index a34a5798..e69e9c8f 100644 --- a/charts/icm-replication/RELEASE_NOTES.md +++ b/charts/icm-replication/RELEASE_NOTES.md @@ -1,14 +1,14 @@ - -## [icm-replication-1.8.0](https://github.com/intershop/helm-charts/compare/icm-replication-1.7.3...icm-replication-1.8.0) + +## [icm-replication-1.8.1](https://github.com/intershop/helm-charts/compare/icm-replication-1.8.0...icm-replication-1.8.1) -> 2024-03-22 +> 2024-04-02 ### Chore -* bump versions of icm:minor icm-replication:minor +* bump versions of icm:patch icm-replication:patch -### Feat +### Fix -* **icm:** enable ingress-nginx for domain usage during testing ([#591](https://github.com/intershop/helm-charts/issues/591)) +* **icm:** change to correct parameter ([#615](https://github.com/intershop/helm-charts/issues/615)) diff --git a/charts/icm/CHANGELOG.md b/charts/icm/CHANGELOG.md index 125baa87..6a4e1458 100644 --- a/charts/icm/CHANGELOG.md +++ b/charts/icm/CHANGELOG.md @@ -1,16 +1,37 @@ + +## [icm-1.11.1](https://github.com/intershop/helm-charts/compare/icm-1.11.0...icm-1.11.1) + +> 2024-04-02 + +### Chore + +* bump versions of icm:patch icm-replication:patch + +### Fix + +* **icm:** change to correct parameter ([#615](https://github.com/intershop/helm-charts/issues/615)) + + ## [icm-1.11.0](https://github.com/intershop/helm-charts/compare/icm-1.10.3...icm-1.11.0) -> 2024-03-22 +> 2024-03-28 ### Chore +* generated changelog+release notes for icm:minor icm-replication:minor * bump versions of icm:minor icm-replication:minor ### Feat * **icm:** enable ingress-nginx for domain usage during testing ([#591](https://github.com/intershop/helm-charts/issues/591)) +* **icm:** enable ingress-nginx for domain usage during testing ([#591](https://github.com/intershop/helm-charts/issues/591)) + +### Fix + +* **icm:** do not buffer request ([#602](https://github.com/intershop/helm-charts/issues/602)) +* **icm:** ingress controller is checked ([#603](https://github.com/intershop/helm-charts/issues/603)) diff --git a/charts/icm/RELEASE_NOTES.md b/charts/icm/RELEASE_NOTES.md index 60110730..f4d734ff 100644 --- a/charts/icm/RELEASE_NOTES.md +++ b/charts/icm/RELEASE_NOTES.md @@ -1,14 +1,14 @@ - -## [icm-1.11.0](https://github.com/intershop/helm-charts/compare/icm-1.10.3...icm-1.11.0) + +## [icm-1.11.1](https://github.com/intershop/helm-charts/compare/icm-1.11.0...icm-1.11.1) -> 2024-03-22 +> 2024-04-02 ### Chore -* bump versions of icm:minor icm-replication:minor +* bump versions of icm:patch icm-replication:patch -### Feat +### Fix -* **icm:** enable ingress-nginx for domain usage during testing ([#591](https://github.com/intershop/helm-charts/issues/591)) +* **icm:** change to correct parameter ([#615](https://github.com/intershop/helm-charts/issues/615))