Skip to content

Releases: mozilla-it/deploy-actions

v3.11.4

30 Aug 14:16
7b2852c
Compare
Choose a tag to compare

3.11.4 (2024-08-30)

Bug Fixes

  • docker-push: Disable GitHub's auto-merge feature. (39adcfe)

v3.11.3

22 Jul 21:01
fd0df28
Compare
Choose a tag to compare

3.11.3 (2024-07-22)

Bug Fixes

  • deployment-status: allow GitHub app keys to be provided as pem files or environment variables (8d64552)
  • deployment-status: updated readme (b4d651a)

v3.11.2

28 May 21:27
33a6e06
Compare
Choose a tag to compare

3.11.2 (2024-05-28)

Bug Fixes

  • diff-rendered-charts: using environment variable for head_ref to avoid command injection issues (8bdc403)

v3.11.1

12 Mar 14:16
4fbdc69
Compare
Choose a tag to compare

3.11.1 (2024-03-12)

Bug Fixes

  • diff-rendered-charts: changed dependency build to dependency update to avoid chart repository requirements (d233652)

v3.11.0

12 Mar 13:19
2510fc2
Compare
Choose a tag to compare

3.11.0 (2024-03-12)

Bug Fixes

  • deploy: Add if: always to helm chart listings (729f1cc)
  • deploy: fix output format (888f62d)
  • deploy: fix output format (bab1360)

Features

  • deploy: add helm list after upgrade and output chart and app version (ec83f68)

v3.10.4

11 Mar 19:06
8b1d844
Compare
Choose a tag to compare

3.10.4 (2024-03-11)

Bug Fixes

  • diff-rendered-charts: Updated render jobs to check if Chart.yaml exists before rendering the charts (fca5e13)

v3.10.3

11 Mar 14:55
abc4889
Compare
Choose a tag to compare

3.10.3 (2024-03-11)

Bug Fixes

  • slack/action: Update to latest to get new node runtime (57ce586)

v3.10.2

08 Mar 20:34
9f5bc08
Compare
Choose a tag to compare

3.10.2 (2024-03-08)

Bug Fixes

  • diff-rendered-charts: added check to exit script if no diff file exists (ab75725)

v3.10.1

08 Mar 17:04
a6adb85
Compare
Choose a tag to compare

3.10.1 (2024-03-08)

Bug Fixes

  • move render and diff helm action from a composite action to reusable workflow (b179025)

v3.10.0

06 Mar 21:04
82f39e5
Compare
Choose a tag to compare

3.10.0 (2024-03-06)

Bug Fixes

  • Extended github script to split large diffs into multiple comments, using summary comments instead of full blocks, excluding empty files from diff comments (381d4a5)
  • removed chart name and ref output from render_base and render_head steps (c058aa1)
  • updated example to include permissions required to consume workflow (31a3aa4)

Features

  • added render and diff helm action (52c1e4d)