Releases: dekorateio/dekorate
Releases · dekorateio/dekorate
3.4.0
Features
- Change dekorator ordering algorithm to use the topological sort algorithm: #1150
- Find and register Modules in the ObjectMappers: #1141
- Helm: Support configuration with the root alias already set: #1144
- Helm: Add crd folder if does exist from helm input directory: #1151
Fixes
- Helm: Provided application config from custom values.yaml should take priority: #1143
- Helm: Fix profile property is ignored for values without a path: #1145
Breaking Changes
- Detect cycle decorators: #1150
3.3.1
3.3.0
3.2.1
Breaking changes
- Helm: Properties in
Values.yaml
are not camel case any longer: #1121
Fixes
- Helm: Apply values from the latest decorator that was applied: #1122
- OpenShift: Use the HTTP port by default to expose routes: #1126
- Kubernetes: Added
target-port
property in Ingress to select the port to use in the default ingress rule: #1125 - Kind/Minikube: Set the node port in only one service port: #1127
3.2.0
3.1.3
3.1.2
3.1.1
Dependencies
- chore: bump kubernetes-client to 6.2.0: #1088
Features
- Kubernetes: Allow configuring Ingress rules #1085
- Helm: Do not append Helm classifier in the tar files: #1087
Documentation
- Fix documentation about the property properties-profile: #1082
Breaking changes
- Helm: Do not append Helm classifier in the tar files: #1087
Before, we were appending a classifier to the generated tar file, for example: app-1.0-helm.tgz
(where the classifier is helm
). After this release, we'll only be generating the file app-1.0.tgz
. If you still want to append one classifier, use dekorate.helm.tarFileClassifier=<your classifier
and then the tar file will look like app-1.0-<your classifier>.tgz
.
3.0.2
3.0.1
Breaking Changes
- OpenShift: Use named port for OpenShift routes #1058
Fixes
- Kind: Fix extension to generate manifests #1072
- Helm: possible conflicts when using custom templates #1066
- Kubernetes, OpenShift, Knative: add protocol in service resources #1069
- OpenShift: Use named port for OpenShift routes #1058