Skip to content

Commit

Permalink
Merge pull request #780 from intershop/feature/pwa/integrate-main
Browse files Browse the repository at this point in the history
chore: integrate main to develop/pwa
  • Loading branch information
khauser committed Aug 5, 2024
2 parents 71ad353 + 0b8fb4b commit 0eaab86
Show file tree
Hide file tree
Showing 10 changed files with 105 additions and 21 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 = "2.3.0"
current_version = "2.4.0"

[[tool.bumpversion.files]]
filename = "Chart.yaml"
Expand Down
39 changes: 39 additions & 0 deletions charts/icm-replication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,50 @@

<a name="icm-replication-2.4.0"></a>
## [icm-replication-2.4.0](https://github.com/intershop/helm-charts/compare/icm-replication-2.3.0...icm-replication-2.4.0)

> 2024-08-05
### Chore

* bump versions of icm:minor icm-replication:minor

### Feat

* **icm:** prevent test abortions ([#775](https://github.com/intershop/helm-charts/issues/775))


<a name="icm-replication-2.3.0"></a>
## [icm-replication-2.3.0](https://github.com/intershop/helm-charts/compare/icm-replication-2.2.2...icm-replication-2.3.0)

> 2024-07-24
### Chore

* bump versions of icm-web:minor


<a name="icm-replication-2.2.2"></a>
## [icm-replication-2.2.2](https://github.com/intershop/helm-charts/compare/icm-replication-2.2.1...icm-replication-2.2.2)

> 2024-07-19
### Chore

* bump versions of icm-as:patch

### Fix

* **icm:** test performance optimized ([#764](https://github.com/intershop/helm-charts/issues/764))


<a name="icm-replication-2.2.1"></a>
## [icm-replication-2.2.1](https://github.com/intershop/helm-charts/compare/icm-replication-2.2.0...icm-replication-2.2.1)

> 2024-07-17
### Chore

* generated changelog+release notes for icm:patch icm-replication:patch
* bump versions of icm:patch icm-replication:patch

### Fix
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: 2.3.0
version: 2.4.0
annotations:
requestedMemoryQuota: 9Gi
requestedCpuQuotaInMinutes: 3000
dependencies:
- name: icm
version: 2.3.0
version: 2.4.0
repository: file://../icm
alias: icm-live
- name: icm
version: 2.3.0
version: 2.4.0
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-2.2.1"></a>
## [icm-replication-2.2.1](https://github.com/intershop/helm-charts/compare/icm-replication-2.2.0...icm-replication-2.2.1)
<a name="icm-replication-2.4.0"></a>
## [icm-replication-2.4.0](https://github.com/intershop/helm-charts/compare/icm-replication-2.3.0...icm-replication-2.4.0)

> 2024-07-17
> 2024-08-05
### Chore

* bump versions of icm:patch icm-replication:patch
* bump versions of icm:minor icm-replication:minor

### Fix
### Feat

* **icm:** use logger instead of tee ([#716](https://github.com/intershop/helm-charts/issues/716))
* **icm:** prevent test abortions ([#775](https://github.com/intershop/helm-charts/issues/775))

3 changes: 3 additions & 0 deletions charts/icm-replication/values-iste_linux.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ icm-live:
disable-access-log: "true"
resources:
requests:
cpu: 100m
memory: 90Mi
limits:
cpu: 200m
memory: 300Mi

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 = "2.3.0"
current_version = "2.4.0"

[[tool.bumpversion.files]]
filename = "Chart.yaml"
Expand Down
39 changes: 39 additions & 0 deletions charts/icm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,50 @@

<a name="icm-2.4.0"></a>
## [icm-2.4.0](https://github.com/intershop/helm-charts/compare/icm-2.3.0...icm-2.4.0)

> 2024-08-05
### Chore

* bump versions of icm:minor icm-replication:minor

### Feat

* **icm:** prevent test abortions ([#775](https://github.com/intershop/helm-charts/issues/775))


<a name="icm-2.3.0"></a>
## [icm-2.3.0](https://github.com/intershop/helm-charts/compare/icm-2.2.2...icm-2.3.0)

> 2024-07-24
### Chore

* bump versions of icm-web:minor


<a name="icm-2.2.2"></a>
## [icm-2.2.2](https://github.com/intershop/helm-charts/compare/icm-2.2.1...icm-2.2.2)

> 2024-07-19
### Chore

* bump versions of icm-as:patch

### Fix

* **icm:** test performance optimized ([#764](https://github.com/intershop/helm-charts/issues/764))


<a name="icm-2.2.1"></a>
## [icm-2.2.1](https://github.com/intershop/helm-charts/compare/icm-2.2.0...icm-2.2.1)

> 2024-07-17
### Chore

* generated changelog+release notes for icm:patch icm-replication:patch
* bump versions of icm:patch icm-replication:patch

### Fix
Expand Down
8 changes: 4 additions & 4 deletions charts/icm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ appVersion: "12.0.0"
description: Intershop Commerce Management - ICM
# name and version must be in this exact order, otherwise bump2version won't work
name: icm
version: 2.3.0
version: 2.4.0
# test related annotations
annotations:
requestedMemoryQuota: 5300Mi
requestedCpuQuotaInMinutes: "2000"
requestedMemoryQuota: 6000Mi
requestedCpuQuotaInMinutes: "2200"
dependencies:
- name: icm-as
version: 2.0.3
Expand All @@ -17,7 +17,7 @@ dependencies:
repository: file://../icm-web
condition: icm-web.enabled
- name: ingress-nginx
version: 4.9.0
version: 4.11.1
repository: https://kubernetes.github.io/ingress-nginx
condition: ingress-nginx.enabled
- name: mailhog
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-2.2.1"></a>
## [icm-2.2.1](https://github.com/intershop/helm-charts/compare/icm-2.2.0...icm-2.2.1)
<a name="icm-2.4.0"></a>
## [icm-2.4.0](https://github.com/intershop/helm-charts/compare/icm-2.3.0...icm-2.4.0)

> 2024-07-17
> 2024-08-05
### Chore

* bump versions of icm:patch icm-replication:patch
* bump versions of icm:minor icm-replication:minor

### Fix
### Feat

* **icm:** use logger instead of tee ([#716](https://github.com/intershop/helm-charts/issues/716))
* **icm:** prevent test abortions ([#775](https://github.com/intershop/helm-charts/issues/775))

3 changes: 3 additions & 0 deletions charts/icm/values-iste_linux.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ ingress-nginx:
disable-access-log: "true"
resources:
requests:
cpu: 100m
memory: 90Mi
limits:
cpu: 200m
memory: 300Mi

Expand Down

0 comments on commit 0eaab86

Please sign in to comment.