You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [v1.1.0] - 2026-04-10
10
+
### Changed
11
+
-[#5] Rename generated K8s resources to match the Helm release
12
+
- if ldap-mapper is installed by an umbrella chart like `lop-idp` the deployed resources will receive a name like `lop-idp-ldap-mapper` instead of only `ldap-mapper`
13
+
- Update go libraries to newer patch versions
14
+
- (internal) Update Makefiles to 10.7.3
15
+
16
+
### Removed
17
+
- Remove excessive blank trimming from Helm template YAML files
18
+
19
+
### Fixed
20
+
- Backoff on errors in the reconciliation loop
21
+
9
22
## [v1.0.0] - 2026-04-07
10
23
### Added
11
24
-[#3] CAS-backed service registration for `CAS`, `OIDC`, and `OAUTH`
sed "s|NAMESPACE|$(HELM_ARTIFACT_NAMESPACE)|g""${K8S_RESOURCE_COMPONENT_CR_TEMPLATE_YAML}"| sed "s|NAME|$(ARTIFACT_ID)|g"| sed "s|VERSION|$(COMPONENT_DEV_VERSION)|g">"${K8S_RESOURCE_COMPONENT}";\
144
+
sed "s|NAMESPACE|$(HELM_ARTIFACT_NAMESPACE)|g""${K8S_RESOURCE_COMPONENT_CR_TEMPLATE_YAML}"| sed "s|NAME|$(COMPONENT_ARTIFACT_ID)|g"| sed "s|VERSION|$(COMPONENT_DEV_VERSION)|g">"${K8S_RESOURCE_COMPONENT}";\
142
145
else\
143
-
sed "s|NAMESPACE|$(HELM_ARTIFACT_NAMESPACE)|g""${K8S_RESOURCE_COMPONENT_CR_TEMPLATE_YAML}"| sed "s|NAME|$(ARTIFACT_ID)|g"| sed "s|VERSION|$(VERSION)|g">"${K8S_RESOURCE_COMPONENT}";\
146
+
sed "s|NAMESPACE|$(HELM_ARTIFACT_NAMESPACE)|g""${K8S_RESOURCE_COMPONENT_CR_TEMPLATE_YAML}"| sed "s|NAME|$(COMPONENT_ARTIFACT_ID)|g"| sed "s|VERSION|$(VERSION)|g">"${K8S_RESOURCE_COMPONENT}";\
build: image-import install-dogu-descriptor create-dogu-resource apply-dogu-resource ## Builds a new version of the dogu and deploys it into the K8s-EcoSystem.
23
+
build: ${PRE_BUILD_TARGETS} image-import install-dogu-descriptor create-dogu-resource apply-dogu-resource ## Builds a new version of the dogu and deploys it into the K8s-EcoSystem.
0 commit comments