Skip to content

Commit 598c0cc

Browse files
BraisVQvalituguran
andauthored
Prepare release 4.9.0 (#1129)
* Add PROD config in metadata.yml template (#1126) Add PROD config example in metadata.yml template. * Update CHANGELOG.md --------- Co-authored-by: Vali Tuguran <valituguran@gmail.com>
1 parent 7c22082 commit 598c0cc

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
### Fixed
1313

1414

15+
## [4.9.0] - 2025-8-06
16+
### Changed
17+
- Add prod config in metadata.yml template ([#1126](https://github.com/opendevstack/ods-quickstarters/pull/1126))
18+
1519
## [4.8.2] - 2025-5-15
1620

1721
### Changed

release-manager/metadata.yml.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ repositories: []
3434

3535
# Uncomment (below) to allow partial rebuilding during development
3636
# allowPartialRebuild: true
37+
38+
# Uncomment (below) and configure the Openshift production cluster details
39+
# environments:
40+
# prod:
41+
# openshiftClusterApiUrl: https://<openshift production cluster url>:<port>
42+
# openshiftClusterCredentialsId: <credentials id>

0 commit comments

Comments
 (0)