-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #788 from intershop/release/develop/icm
Release icm-as:minor icm-web:minor
- Loading branch information
Showing
30 changed files
with
441 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: "Unit test icm-web chart" | ||
on: | ||
pull_request: | ||
paths: | ||
- "charts/icm-web/**" | ||
|
||
jobs: | ||
lint-test-icm-web-unittest: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Base | ||
uses: ./.github/template/base | ||
- name: Unit test | ||
uses: ./.github/template/unittest | ||
with: | ||
chartTestingFile: ct_icm-web.yaml | ||
chartName: icm-web |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 2.0.3 | ||
version: 2.1.0 | ||
description: Intershop Commerce Management - AppServer | ||
type: application | ||
appVersion: 11.10.3-LTS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
|
||
<a name="icm-as-2.0.3"></a> | ||
## [icm-as-2.0.3](https://github.com/intershop/helm-charts/compare/icm-as-2.0.2...icm-as-2.0.3) | ||
<a name="icm-as-2.1.0"></a> | ||
## [icm-as-2.1.0](https://github.com/intershop/helm-charts/compare/icm-as-2.0.3...icm-as-2.1.0) | ||
|
||
> 2024-07-17 | ||
> 2024-08-12 | ||
### Chore | ||
|
||
* bump versions of icm-as:patch | ||
* bump versions of icm-as:minor icm-web:minor | ||
|
||
### Fix | ||
### Feat | ||
|
||
* **icm:** the jgroups now has its own sc ([#751](https://github.com/intershop/helm-charts/issues/751)) ([#758](https://github.com/intershop/helm-charts/issues/758)) | ||
* **icm:** WAA and WA doesn't share pagecache directory in case of emptydir is configured and New Relic ([#785](https://github.com/intershop/helm-charts/issues/785), [#786](https://github.com/intershop/helm-charts/issues/786)) | ||
* **icm:** allow shutdown via replicas=0 definition ([#787](https://github.com/intershop/helm-charts/issues/787)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
|
||
<a name="icm-web-0.11.0"></a> | ||
## [icm-web-0.11.0](https://github.com/intershop/helm-charts/compare/icm-web-0.10.0...icm-web-0.11.0) | ||
<a name="icm-web-0.12.0"></a> | ||
## [icm-web-0.12.0](https://github.com/intershop/helm-charts/compare/icm-web-0.11.0...icm-web-0.12.0) | ||
|
||
> 2024-07-24 | ||
> 2024-08-12 | ||
### Chore | ||
|
||
* bump versions of icm-web:minor | ||
* bump versions of icm-as:minor icm-web:minor | ||
|
||
### Feat | ||
|
||
* **icm:** Configurable access to internal WA endpoints | ||
* **icm:** WAA and WA doesn't share pagecache directory in case of emptydir is configured and New Relic ([#785](https://github.com/intershop/helm-charts/issues/785), [#786](https://github.com/intershop/helm-charts/issues/786)) | ||
* **icm:** allow shutdown via replicas=0 definition ([#787](https://github.com/intershop/helm-charts/issues/787)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{{/* vim: set filetype=mustache: */}} | ||
|
||
{{/* | ||
Renders values from the operational context | ||
*/}} | ||
|
||
{{- define "icm-web.operationalContext" -}} | ||
{{- if not .Values.operationalContext -}} | ||
{{- $_ := set .Values "operationalContext" dict -}} | ||
{{- end -}} | ||
{{- end -}} | ||
|
||
{{- define "icm-web.environmentType" -}} | ||
{{- include "icm-web.operationalContext" . -}} | ||
{{- .Values.operationalContext.environmentType | default "prd" -}} | ||
{{- end -}} | ||
|
||
{{- define "icm-web.environmentName" -}} | ||
{{- include "icm-web.operationalContext" . -}} | ||
{{- .Values.operationalContext.environmentName | default (include "icm-web.environmentType" .) -}} | ||
{{- end -}} | ||
|
||
{{- define "icm-web.stagingType" -}} | ||
{{- include "icm-web.operationalContext" . -}} | ||
{{- .Values.operationalContext.stagingType | default "standalone" -}} | ||
{{- end -}} | ||
|
||
{{/* | ||
Renders the operational context name | ||
*/}} | ||
{{- define "icm-web.operationalContextName" -}} | ||
{{- include "icm-web.operationalContext" . -}} | ||
{{- $customerId := .Values.operationalContext.customerId | default "n_a" -}} | ||
{{- $environmentName := include "icm-web.environmentName" . -}} | ||
{{- $stagingType := include "icm-web.stagingType" . -}} | ||
{{- printf "%s-%s-%s" $customerId $environmentName $stagingType -}} | ||
{{- end -}} |
Oops, something went wrong.