Skip to content

Commit f74cc50

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

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)
@@ -27,6 +37,7 @@ By default, this timeout is disabled.
2737
- Update golang version to 1.24 in go.mod [#1413](https://github.com/devfile/devworkspace-operator/pull/1413)
2838
- Update cleanup job node affinity logic [#1455](https://github.com/devfile/devworkspace-operator/pull/1455)
2939

40+
3041
# v0.35.1
3142
## Bug Fixes & Improvements
3243
- 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)