Skip to content

Releases: dekorateio/dekorate

3.7.0

23 Jun 12:03
Compare
Choose a tag to compare

Fixes

  • Ensure always pick up the same port: #1210
  • Resolution of git remotes: #1214

Tekton

  • Integration with Tekton: #1216
  • Migrate from PipelineResources to Tasks/Steps: #1218

Helm

  • Do not add the serviceType properties: #1217

Breaking Changes

  • Tekton: Rename AddServiceAccountToTaskDecorator to AddServiceAccountToPipelineDecorator: #1213
  • Helm: Do not add the serviceType properties: #1217

Dependencies

  • Bump YAMLPath from 0.0.5 to 0.0.9: #1209

Features

  • OpenShift: support deployment strategy rolling update in DeploymentConfig: #1222

3.6.1

25 May 08:43
Compare
Choose a tag to compare

Features

  • Support overwrite values from existing init-containers: #1196

Fixes

  • Preserve the order of decorators by declaration: #1200
  • Allow setting replicas to 0: #1202

Dependencies

  • Bump Fabric8 Kubernetes Client to 6.6.2: #1198

3.6.0

10 May 17:44
Compare
Choose a tag to compare

Features

  • Helm: Bind port numbers in Helm values file: #1194
  • Helm: Add property to configure the separator for profile values files: #1192

Fixes

  • Chore: centralize handling of container decorator order: #1193

Dependencies

  • Bump Kubernetes Client from 6.5.1 to 6.6.0: #1191

3.5.5

20 Apr 03:59
Compare
Choose a tag to compare

Fixes

  • Fix decorator cycle issue with Cert-Manager and OpenShift: #1189

3.5.4

04 Apr 09:18
Compare
Choose a tag to compare

Fixes

  • Helm: Fix handling of Knative probes: #1185

Breaking changes

  • Helm: Generated Helm charts will now be generated in subfolders by the deployment targets: #1184

3.5.3

28 Mar 06:39
Compare
Choose a tag to compare

Fixes

  • chore: delete tmp files that back streams when stream is closed: #1171

Features

  • Helm: Sort generated values files: #1172
  • Helm: Support generation of values.schema.json: #1175
  • Helm: Generate README.md with table of values: #1176

3.5.2

22 Mar 12:33
Compare
Choose a tag to compare

Fixes

  • Kubernetes: fix: before() for AddMetadataToTemplateDecorator: #1167

3.5.1

21 Mar 07:29
Compare
Choose a tag to compare

Fixes

  • Kubernetes: don't require selectors / metadata from existing resources: #1163

Dependencies

  • Bump Kubernetes Client from 6.5.0 to 6.5.1: #1164

3.5.0

13 Mar 08:13
Compare
Choose a tag to compare

Fixes

  • Cert-Manager: Fix extension to get config from annotations: #1159
  • OpenShift: Support secured routes in OpenShift: #1160

Dependencies

  • Bump Kubernetes Client from 6.4.0 to 6.5.0: #1161

3.4.1

27 Feb 11:52
Compare
Choose a tag to compare

Fixes

  • Fix performance degradation: #1156

Features

  • Guarantee initial order for decorators to sort: #1154

Helm

  • Helm: Map env var values which value is empty: #1155