Skip to content

Commit

Permalink
Merge pull request #623 from intershop/release/develop/icm
Browse files Browse the repository at this point in the history
Release icm:patch icm-replication:patch
  • Loading branch information
khauser authored Apr 2, 2024
2 parents f852cd2 + 57ab22c commit 624808b
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 23 deletions.
2 changes: 1 addition & 1 deletion charts/icm-replication/.bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.8.0"
current_version = "1.8.1"

[[tool.bumpversion.files]]
filename = "Chart.yaml"
Expand Down
23 changes: 22 additions & 1 deletion charts/icm-replication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@

<a name="icm-replication-1.8.1"></a>
## [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))


<a name="icm-replication-1.8.0"></a>
## [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))


<a name="icm-replication-1.7.3"></a>
Expand Down
6 changes: 3 additions & 3 deletions charts/icm-replication/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 6 additions & 6 deletions charts/icm-replication/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

<a name="icm-replication-1.8.0"></a>
## [icm-replication-1.8.0](https://github.com/intershop/helm-charts/compare/icm-replication-1.7.3...icm-replication-1.8.0)
<a name="icm-replication-1.8.1"></a>
## [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))

4 changes: 2 additions & 2 deletions charts/icm-replication/values-iste_linux.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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/proxy-body-size: "0"
nginx.ingress.kubernetes.io/proxy-body-size: "100M"
hosts:
- host: "${HELM_JOB_NAME}-edit.${DNS_ZONE_NAME}"
paths:
Expand Down Expand Up @@ -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/proxy-body-size: "0"
nginx.ingress.kubernetes.io/proxy-body-size: "100M"
hosts:
- host: "${HELM_JOB_NAME}-live.${DNS_ZONE_NAME}"
paths:
Expand Down
2 changes: 1 addition & 1 deletion charts/icm/.bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.11.0"
current_version = "1.11.1"

[[tool.bumpversion.files]]
filename = "Chart.yaml"
Expand Down
23 changes: 22 additions & 1 deletion charts/icm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@

<a name="icm-1.11.1"></a>
## [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))


<a name="icm-1.11.0"></a>
## [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))


<a name="icm-1.10.3"></a>
Expand Down
2 changes: 1 addition & 1 deletion charts/icm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions charts/icm/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

<a name="icm-1.11.0"></a>
## [icm-1.11.0](https://github.com/intershop/helm-charts/compare/icm-1.10.3...icm-1.11.0)
<a name="icm-1.11.1"></a>
## [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))

2 changes: 1 addition & 1 deletion charts/icm/values-iste_linux.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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/proxy-body-size: "0"
nginx.ingress.kubernetes.io/proxy-body-size: "100M"
hosts:
- host: "${HELM_JOB_NAME}.${DNS_ZONE_NAME}"
paths:
Expand Down

0 comments on commit 624808b

Please sign in to comment.