|
1 | 1 | <a name="unreleased"></a> |
2 | 2 | ## [Unreleased] |
3 | 3 |
|
| 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 | + |
4 | 27 | ### Routine |
5 | 28 |
|
6 | 29 | - Update current development version |
7 | 30 |
|
| 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 | + |
8 | 40 |
|
9 | 41 | <a name="v2.34.0"></a> |
10 | 42 | ## [v2.34.0] - 2026-07-13 |
@@ -671,7 +703,8 @@ removed required fields from the GitServer status. CRD should be updated. |
671 | 703 | - [EPMDEDP-868] Add functionality generates correct ssh URL for replication config for Gerrit |
672 | 704 |
|
673 | 705 |
|
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 |
675 | 708 | [v2.34.0]: https://github.com/epam/edp-codebase-operator/compare/v2.33.0...v2.34.0 |
676 | 709 | [v2.33.0]: https://github.com/epam/edp-codebase-operator/compare/v2.32.0...v2.33.0 |
677 | 710 | [v2.32.0]: https://github.com/epam/edp-codebase-operator/compare/v2.31.0...v2.32.0 |
|
0 commit comments