Skip to content

Commit

Permalink
chore: bump versions of icm:major icm-as:major icm-replication:major
Browse files Browse the repository at this point in the history
  • Loading branch information
khauser committed May 22, 2024
1 parent 829b3f8 commit 65c1192
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/icm-as/.bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.10.0"
current_version = "2.0.0"

[[tool.bumpversion.files]]
filename = "Chart.yaml"
Expand Down
2 changes: 1 addition & 1 deletion charts/icm-as/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
# name and version must be in this exact order, otherwise bump2version won't work
name: icm-as
version: 1.10.0
version: 2.0.0
description: Intershop Commerce Management - AppServer
type: application
appVersion: 11.10.3-LTS
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.10.0"
current_version = "2.0.0"

[[tool.bumpversion.files]]
filename = "Chart.yaml"
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.10.0
version: 2.0.0
annotations:
requestedMemoryQuota: 9Gi
requestedCpuQuotaInMinutes: 3000
dependencies:
- name: icm
version: 1.13.0
version: 2.0.0
repository: file://../icm
alias: icm-live
- name: icm
version: 1.13.0
version: 2.0.0
repository: file://../icm
alias: icm-edit
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.13.0"
current_version = "2.0.0"

[[tool.bumpversion.files]]
filename = "Chart.yaml"
Expand Down
4 changes: 2 additions & 2 deletions charts/icm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ 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: 1.13.0
version: 2.0.0
# test related annotations
annotations:
requestedMemoryQuota: 5300Mi
requestedCpuQuotaInMinutes: "2000"
dependencies:
- name: icm-as
version: 1.10.0
version: 2.0.0
repository: file://../icm-as
- name: icm-web
version: 0.9.0
Expand Down

0 comments on commit 65c1192

Please sign in to comment.