Skip to content

Commit

Permalink
build(1.8.0-RC8): finalize version
Browse files Browse the repository at this point in the history
bump version
update changelog
update readme
  • Loading branch information
evegufy committed Feb 27, 2024
1 parent 2e8b9ad commit b1b2336
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal helm chart.

## 1.8.0-RC8 (unreleased)
## 1.8.0-RC8

### Change

Expand Down
4 changes: 2 additions & 2 deletions charts/portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
apiVersion: v2
name: portal
type: application
version: 1.8.0-RC7
appVersion: 1.8.0-RC7
version: 1.8.0-RC8
appVersion: 1.8.0-RC8
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal-cd
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/portal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm chart for Catena-X Portal

![Version: 1.8.0-RC7](https://img.shields.io/badge/Version-1.8.0--RC7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0-RC7](https://img.shields.io/badge/AppVersion-1.8.0--RC7-informational?style=flat-square)
![Version: 1.8.0-RC8](https://img.shields.io/badge/Version-1.8.0--RC8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0-RC8](https://img.shields.io/badge/AppVersion-1.8.0--RC8-informational?style=flat-square)

This helm chart installs the Catena-X Portal application which consists of

Expand Down Expand Up @@ -41,7 +41,7 @@ To use the helm chart as a dependency:
dependencies:
- name: portal
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.8.0-RC7
version: 1.8.0-RC8
```
## Requirements
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/appsetup-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/portal
repoURL: 'https://github.com/eclipse-tractusx/portal-cd.git'
targetRevision: portal-1.8.0-RC7
targetRevision: portal-1.8.0-RC8
plugin:
env:
- name: AVP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/appsetup-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/portal
repoURL: 'https://github.com/eclipse-tractusx/portal-cd.git'
targetRevision: portal-1.8.0-RC7
targetRevision: portal-1.8.0-RC8
plugin:
env:
- name: AVP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/appsetup-pen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/portal
repoURL: 'https://github.com/eclipse-tractusx/portal-cd.git'
targetRevision: portal-1.8.0-RC7
targetRevision: portal-1.8.0-RC8
plugin:
env:
- name: AVP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/appsetup-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
source:
path: ''
repoURL: 'https://eclipse-tractusx.github.io/charts/dev'
targetRevision: 1.8.0-RC7
targetRevision: 1.8.0-RC8
plugin:
env:
- name: HELM_VALUES
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/appsetup-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/portal
repoURL: 'https://github.com/eclipse-tractusx/portal-cd.git'
targetRevision: portal-1.8.0-RC7
targetRevision: portal-1.8.0-RC8
plugin:
env:
- name: AVP_SECRET
Expand Down

0 comments on commit b1b2336

Please sign in to comment.