Skip to content

Commit 625d885

Browse files
committed
doc : Add changelog entry regarding change and breaking changes
Signed-off-by: Rohan Kumar <[email protected]>
1 parent 7b46896 commit 625d885

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# DevWorkspace Operator Changelog
22

3+
# Unreleased
4+
5+
## Features
6+
- Add support for adding Service annotations from DevWorkspace component configuration to actual Service created by DevWorkspace operator [#1293](https://github.com/devfile/devworkspace-operator/issues/1293)
7+
8+
## **Breaking Changes**
9+
- There are minor changes in signatures of these methods in `github.com/devfile/devworkspace-operator/controllers/controller/devworkspacerouting/solvers` package
10+
- `GetDiscoverableServicesForEndpoints` now expects `controllerv1alpha1.DevWorkspaceRoutingSpec` as first argument, instead of `map[string]controllerv1alpha1.EndpointList`
11+
- `GetServiceForEndpoints` now expects `controllerv1alpha1.DevWorkspaceRoutingSpec` as first argument, instead of `map[string]controllerv1alpha1.EndpointList`
12+
313
# v0.36.0
414
## Bug Fixes & Improvements
515
### Remove `kube-rbac-proxy` from the controller Deployment [#1437](https://github.com/devfile/devworkspace-operator/pull/1437)
@@ -13,6 +23,7 @@ The `project-clone` init container is now the first init container for DevWorksp
1323
## Bug Fixes & Improvements
1424
- Update golang version to 1.24 in go.mod [#1413](https://github.com/devfile/devworkspace-operator/pull/1413)
1525

26+
1627
# v0.35.1
1728
## Bug Fixes & Improvements
1829
- Reverted [#1269](https://github.com/devfile/devworkspace-operator/issues/1269) due to [#1453](https://github.com/devfile/devworkspace-operator/issues/1453)

0 commit comments

Comments
 (0)