Skip to content

Latest commit

 

History

History
464 lines (229 loc) · 27.3 KB

File metadata and controls

464 lines (229 loc) · 27.3 KB

Changelog

3.4.2 (2026-03-17)

Bug Fixes

  • Added platforms field to build images' result (#211) (9230df6)

3.4.1 (2026-03-16)

Bug Fixes

3.4.0 (2026-03-06)

Features

  • Allow filtering by platform on workflow call (#209) (4b63618)

3.3.0 (2026-02-12)

Features

3.2.1 (2026-01-29)

Bug Fixes

3.2.0 (2026-01-26)

Features

Bug Fixes

3.1.0 (2025-10-17)

Features

Bug Fixes

  • release-please workflow (3ea6c6d)

3.0.0 (2025-07-18)

⚠ BREAKING CHANGES

  • [state-repo-helm-apps] Refactor state-repo workflows to allow a new operation input (#193)

Features

  • [state-repo-helm-apps] Refactor state-repo workflows to allow a new operation input (#193) (b69d104)

2.8.0 (2025-07-02)

Features

  • [build_images] Use specific github app and feature maintaineance (#190) (55ecf04)

2.7.0 (2025-04-07)

Features

2.6.11 (2025-04-07)

Bug Fixes

2.6.10 (2025-02-03)

Bug Fixes

  • release with updated helmfile action (22d0a39)

2.6.9 (2025-01-31)

Bug Fixes

  • Add helm-s3-plugin-version into state-repo-helm-apps wf (#181) (264c495)

2.6.8 (2025-01-20)

Bug Fixes

2.6.7 (2025-01-20)

Bug Fixes

2.6.6 (2025-01-20)

Bug Fixes

2.6.5 (2025-01-20)

Bug Fixes

  • Add single comment in sys services per environment (513fca2)

2.6.4 (2025-01-20)

Bug Fixes

  • Fix diff max size comparion number (95e0d95)

2.6.3 (2025-01-20)

Bug Fixes

  • Add max size check in bash variable instead of file (d073cad)

2.6.2 (2025-01-20)

Bug Fixes

  • Add max size warning message per sys-service (#173) (fb7c7f6)

2.6.1 (2025-01-20)

Bug Fixes

2.6.0 (2025-01-17)

Features

2.5.3 (2024-11-12)

Bug Fixes

  • Improved usage of the registry attribute in the Python code so it's cleaner (#144) (429122c)

2.5.2 (2024-10-24)

Bug Fixes

2.5.1 (2024-10-22)

Bug Fixes

2.5.0 (2024-10-22)

Features

2.4.1 (2024-10-18)

Bug Fixes

2.4.0 (2024-10-11)

Features

Bug Fixes

2.3.0 (2024-10-10)

Features

Bug Fixes

2.2.2 (2024-10-10)

Bug Fixes

2.2.1 (2024-10-07)

Bug Fixes

2.2.0 (2024-10-06)

Features

  • add json schema validation to build-images workflow (#130) (2e10b30)

Bug Fixes

2.1.0 (2024-09-25)

Features

  • Add state repo workflows documentation (#128) (be6523c)
  • Specify which helmfile diff plugin version to use (#118) (711c573)

Bug Fixes

2.0.0 (2024-09-04)

⚠ BREAKING CHANGES

  • Made checkout action fetch-depth equal 0 so the actual checkout logic is managed by the Python code (#121)
  • support generic docker registry auth (#116)

Features

  • Made checkout action fetch-depth equal 0 so the actual checkout logic is managed by the Python code (#121) (926ee2d)
  • support generic docker registry auth (#116) (fbf4a3f)

1.7.0 (2024-08-28)

Features

  • Updated code so non-tag references are transformed to short SHA (#114) (cd00e39)

1.6.1 (2024-08-23)

Bug Fixes

  • Replaced print statements with logger.info (#112) (2abcfca)

1.6.0 (2024-08-20)

Features

1.5.1 (2024-07-23)

Bug Fixes

  • Fix error when registry field was missing (#106) (6baf1d9)

1.5.0 (2024-07-23)

Features

1.4.0 (2024-07-05)

Features

  • Added base_paths env variable parsing (#86) (e46ebe5)

Bug Fixes

  • Build images workflow branch references (#88) (48b4c14)

1.3.1 (2024-07-03)

Bug Fixes

1.3.0 (2024-07-03)

Features

  • Add dispatch matrix reusable workflow (#67) (a471998)
  • Add sops support in sys services (#81) (0613e5d)
  • Add state repo reusable workflows (#65) (67b0f9a)
  • Added get_dispatch_matrix workflow (#66) (f194b0c)
  • Migrate hydrate step back to python (#73) (65fefe7)

Bug Fixes

  • Added default values (#71) (4e03cc7)
  • Dispatch matrix workflow (#68) (ea81875)
  • Fix error when the app does not match exactly with the release (#79) (8e30f70)
  • Fixed extra_registries in execute function (#82) (3370d7a)
  • Removed uses of property already_logged_in_providers (#63) (dff1259)
  • Specify kind of events to handle in dorny paths (#75) (0ccd9b3)
  • Support empty diffs (#78) (8b490f4)

1.2.1 (2024-05-08)

Bug Fixes

1.2.0 (2024-05-08)

Features

  • trigger movement of major tag only on release (976ed31)

Bug Fixes

1.1.1 (2024-05-07)

Bug Fixes

1.1.0 (2024-05-07)

Features

  • Add support for generic auth (8cdff08)

1.0.1 (2024-04-24)

Bug Fixes

  • Fixed normalize_image_tag function so it also accepts the _ character (#53) (78a56e1)

1.0.0 (2024-04-16)

⚠ BREAKING CHANGES

  • release v1 (#51)

Features

0.1.0 (2024-04-16)

Features

  • [build_images] Add secrets support from within dockerfile (#28) (071b80e)
  • Add config secret rendering (#46) (0673c73)
  • Add CONTRIBUTING guide (#11) (b436fd4)
  • add firestarter namespace (aaea725)
  • Add login strategy for azure (#31) (d88483c)
  • add main method (2876b44)
  • add new on_premises workflow (4a18869)
  • Added support for multiple registries via the extra_registries config value (#44) (c0a11cb)
  • Allow receiving input from env vars #7 from prefapp/feature/6-input-env-vars (2346d4e)
  • build images workflow v1 (#47) (0b94fcd)
  • provision CODEOWNERS file (8263359)
  • provision CODEOWNERS file (00e21f8)
  • provision CODEOWNERS file (bd090e9)
  • release please (#48) (f745156)
  • set default to all flavors (*) (3a10bf7)
  • test on_premises (dff4b57)
  • test pr_verify (10055cd)
  • test pr_verify (02eec3d)
  • Upgrade dagger to 0.8.0 (#38) (7106ce5)

Bug Fixes

Documentation