|
1 | 1 | <a name="unreleased"></a> |
2 | 2 | ## [Unreleased] |
3 | 3 |
|
| 4 | + |
| 5 | +<a name="v2.29.0"></a> |
| 6 | +## [v2.29.0] - 2025-11-21 |
| 7 | +### Features |
| 8 | + |
| 9 | +- Add validation for gitUrlPath to ensure it does not end with a space ([#236](https://github.com/epam/edp-codebase-operator/issues/236)) |
| 10 | +- Add CloneRepositoryCredentials to Codebase spec ([#234](https://github.com/epam/edp-codebase-operator/issues/234)) |
| 11 | +- Add support onboarding git projects with access token ([#231](https://github.com/epam/edp-codebase-operator/issues/231)) |
| 12 | +- Add support for gitlabci ([#225](https://github.com/epam/edp-codebase-operator/issues/225)) |
| 13 | + |
| 14 | +### Bug Fixes |
| 15 | + |
| 16 | +- Raise pod memory to prevent clone OOM ([#240](https://github.com/epam/edp-codebase-operator/issues/240)) |
| 17 | +- Branch repository provisioning with gitprovider v2 ([#231](https://github.com/epam/edp-codebase-operator/issues/231)) |
| 18 | + |
| 19 | +### Code Refactoring |
| 20 | + |
| 21 | +- Project onboarding workflow ([#231](https://github.com/epam/edp-codebase-operator/issues/231)) |
| 22 | +- Extract common git repository preparation logic ([#229](https://github.com/epam/edp-codebase-operator/issues/229)) |
| 23 | +- Use Status().Patch() for git status updates in chain handlers ([#227](https://github.com/epam/edp-codebase-operator/issues/227)) |
| 24 | +- Move gitlab configuration to the separate chain handler ([#225](https://github.com/epam/edp-codebase-operator/issues/225)) |
| 25 | + |
4 | 26 | ### Routine |
5 | 27 |
|
| 28 | +- Update Kuberocketai to the latest stable version |
| 29 | +- Update KubeRocketAI ([#220](https://github.com/epam/edp-codebase-operator/issues/220)) |
| 30 | +- Setup KubeRocketAI ([#220](https://github.com/epam/edp-codebase-operator/issues/220)) |
6 | 31 | - Update current development version ([#217](https://github.com/epam/edp-codebase-operator/issues/217)) |
7 | 32 |
|
8 | 33 |
|
@@ -553,7 +578,8 @@ removed required fields from the GitServer status. CRD should be updated. |
553 | 578 | - [EPMDEDP-868] Add functionality generates correct ssh URL for replication config for Gerrit |
554 | 579 |
|
555 | 580 |
|
556 | | -[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.28.0...HEAD |
| 581 | +[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.29.0...HEAD |
| 582 | +[v2.29.0]: https://github.com/epam/edp-codebase-operator/compare/v2.28.0...v2.29.0 |
557 | 583 | [v2.28.0]: https://github.com/epam/edp-codebase-operator/compare/v2.27.2...v2.28.0 |
558 | 584 | [v2.27.2]: https://github.com/epam/edp-codebase-operator/compare/v2.27.1...v2.27.2 |
559 | 585 | [v2.27.1]: https://github.com/epam/edp-codebase-operator/compare/v2.27.0...v2.27.1 |
|
0 commit comments