Skip to content

Commit e8fbf4b

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

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

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

3+
4+
# Unreleased
5+
## Bug Fixes & Improvements
6+
- Remove `kube-rbac-proxy` sidecar metric proxy container from Operator deployment [#1343](https://github.com/devfile/devworkspace-operator/issues/1343)
7+
8+
## Features
9+
- 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)
10+
11+
## **Breaking Changes**
12+
- There are minor changes in signatures of these methods in `github.com/devfile/devworkspace-operator/controllers/controller/devworkspacerouting/solvers` package
13+
- `GetDiscoverableServicesForEndpoints` now expects `controllerv1alpha1.DevWorkspaceRoutingSpec` as first argument, instead of `map[string]controllerv1alpha1.EndpointList`
14+
- `GetServiceForEndpoints` now expects `controllerv1alpha1.DevWorkspaceRoutingSpec` as first argument, instead of `map[string]controllerv1alpha1.EndpointList`
15+
316
# v0.35.1
417
## Bug Fixes & Improvements
518
- 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)