Skip to content

Commit fc87469

Browse files
EPMDEDP-17274: chore: Update current development version
1 parent 21cd277 commit fc87469

3 files changed

Lines changed: 39 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,42 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

4+
5+
<a name="v2.35.0"></a>
6+
## [v2.35.0] - 2026-08-10
7+
### Features
8+
9+
- validate Codebase deletion against deployment usage and return structured errors
10+
- label Codebases with a normalized gitUrlPath hash
11+
- Reconcile EventListener labelSelector for declarative trigger registration
12+
13+
### Bug Fixes
14+
15+
- Verify TLS certificates in integration secret connection checks
16+
- Verify SSH host keys for all git, GitServer and Gerrit connections
17+
- Make create-strategy provisioning idempotent and refuse destructive pushes
18+
- Check the fetched ref namespace and force-fetch in remote checkout
19+
- Remove stray init master branch before pushing operator-authored repositories
20+
- Replace clone-based CodebaseBranch git operations with packless transport
21+
- align scaffolded helm chart README with helm-docs
22+
23+
### Code Refactoring
24+
25+
- Remove dead git methods and vestigial CodebaseBranch workdir cleanup
26+
427
### Routine
528

629
- Update current development version
730

31+
### BREAKING CHANGE:
32+
33+
34+
integrations with untrusted certificates report connected=false until their CA is
35+
mounted through caCerts.
36+
37+
GitServers authenticating over SSH to a host outside the seeded providers must have their host
38+
keys added to knownHosts.entries before upgrading. GitServers using token authentication are unaffected.
39+
840

941
<a name="v2.34.0"></a>
1042
## [v2.34.0] - 2026-07-13
@@ -671,7 +703,8 @@ removed required fields from the GitServer status. CRD should be updated.
671703
- [EPMDEDP-868] Add functionality generates correct ssh URL for replication config for Gerrit
672704

673705

674-
[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.34.0...HEAD
706+
[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.35.0...HEAD
707+
[v2.35.0]: https://github.com/epam/edp-codebase-operator/compare/v2.34.0...v2.35.0
675708
[v2.34.0]: https://github.com/epam/edp-codebase-operator/compare/v2.33.0...v2.34.0
676709
[v2.33.0]: https://github.com/epam/edp-codebase-operator/compare/v2.32.0...v2.33.0
677710
[v2.32.0]: https://github.com/epam/edp-codebase-operator/compare/v2.31.0...v2.32.0

deploy-templates/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: A Helm chart for KubeRocketCI Codebase Operator
33
home: https://docs.kuberocketci.io/
44
name: codebase-operator
55
type: application
6-
version: 2.35.0-SNAPSHOT
7-
appVersion: 2.35.0-SNAPSHOT
6+
version: 2.36.0-SNAPSHOT
7+
appVersion: 2.36.0-SNAPSHOT
88
icon: https://docs.kuberocketci.io/img/logo.svg
99
keywords:
1010
- edp
@@ -33,8 +33,8 @@ annotations:
3333
artifacthub.io/license: Apache-2.0
3434
artifacthub.io/operator: "true"
3535
artifacthub.io/images: |
36-
- name: codebase-operator:2.34.0
37-
image: epamedp/codebase-operator:2.34.0
36+
- name: codebase-operator:2.35.0
37+
image: epamedp/codebase-operator:2.35.0
3838
- name: alpine:3.18.12
3939
image: alpine:3.18.12
4040
artifacthub.io/operatorCapabilities: Full Lifecycle

deploy-templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# codebase-operator
22

3-
![Version: 2.35.0-SNAPSHOT](https://img.shields.io/badge/Version-2.35.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.35.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.35.0--SNAPSHOT-informational?style=flat-square)
3+
![Version: 2.36.0-SNAPSHOT](https://img.shields.io/badge/Version-2.36.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.36.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.36.0--SNAPSHOT-informational?style=flat-square)
44

55
A Helm chart for KubeRocketCI Codebase Operator
66

0 commit comments

Comments
 (0)