Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
<a name="unreleased"></a>
## [Unreleased]

### Bug Fixes

- Prevent cleaning build number for CodebaseBranch ([#194](https://github.com/epam/edp-codebase-operator/issues/194))

### Routine

- Update current development version ([#192](https://github.com/epam/edp-codebase-operator/issues/192))
- Add ImagePullSecrets field support ([#190](https://github.com/epam/edp-codebase-operator/issues/190))
- Rename ConfigMap from 'edp-config' to 'krci-config' ([#183](https://github.com/epam/edp-codebase-operator/issues/183))
- Update current development version ([#187](https://github.com/epam/edp-codebase-operator/issues/187))


<a name="v2.27.2"></a>
## [v2.27.2] - 2025-04-11
### Bug Fixes

- Prevent cleaning build number for CodebaseBranch ([#194](https://github.com/epam/edp-codebase-operator/issues/194))


<a name="v2.27.1"></a>
## [v2.27.1] - 2025-03-31
### Routine
Expand Down Expand Up @@ -312,7 +324,8 @@ removed required fields from the GitServer status. CRD should be updated.
<a name="v2.17.0"></a>
## [v2.17.0] - 2023-08-17

[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.27.1...HEAD
[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.27.2...HEAD
[v2.27.2]: https://github.com/epam/edp-codebase-operator/compare/v2.27.1...v2.27.2
[v2.27.1]: https://github.com/epam/edp-codebase-operator/compare/v2.27.0...v2.27.1
[v2.27.0]: https://github.com/epam/edp-codebase-operator/compare/v2.26.0...v2.27.0
[v2.26.0]: https://github.com/epam/edp-codebase-operator/compare/v2.25.0...v2.26.0
Expand Down
4 changes: 2 additions & 2 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: "true"
artifacthub.io/images: |
- name: codebase-operator:2.27.1
image: epamedp/codebase-operator:2.27.1
- name: codebase-operator:2.27.2
image: epamedp/codebase-operator:2.27.2
- name: alpine:3.18.9
image: alpine:3.18.9
artifacthub.io/operatorCapabilities: Full Lifecycle
Expand Down