Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Latest commit

 

History

History
127 lines (65 loc) · 7.37 KB

File metadata and controls

127 lines (65 loc) · 7.37 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.23 (2024-07-16)

0.2.22 (2024-06-18)

0.2.21 (2024-05-07)

0.2.20 (2024-04-30)

0.2.19 (2024-04-23)

0.2.18 (2024-04-02)

0.2.17 (2024-03-19)

0.2.16 (2024-03-05)

0.2.15 (2024-02-06)

0.2.14 (2024-01-09)

0.2.13 (2024-01-03)

0.2.12 (2023-11-07)

0.2.11 (2023-10-17)

0.2.10 (2023-10-03)

Features

  • Upgrade to Flux source controller v1 (4053f0b)

Bug Fixes

  • Re-add v1beta2 source controller API to scheme (2a758a2)

0.2.9 (2023-09-12)

0.2.8 (2023-09-05)

0.2.7 (2023-07-11)

0.2.6 (2023-06-06)

0.2.5 (2023-05-30)

0.2.4 (2023-05-16)

0.2.3 (2023-05-04)

Features

  • Publish ARM Docker images for the controller (e1e296d), closes #32

Bug Fixes

  • Pull target arch from Docker (eed3351)
  • Remove ARM v7 support (not supported by base image) (2d2034d)

0.2.2 (2023-04-25)

0.2.1 (2023-04-18)

Bug Fixes

0.2.0 (2023-04-17)

⚠ BREAKING CHANGES

  • Switch to publishing to production ECR public repo

Features

  • Apply default stack tags to all stacks (cfn-flux-controller/version, cfn-flux-controller/name, cfn-flux-controller/namespace) (e50fb10)
  • New aws-region controller flag (b656ab2)
  • New stack-tags controller flag for specifying default stack tags (b6942a3)
  • New template-bucket controller flag for specifying the S3 bucket to use for storing CloudFormation templates prior to stack deployment (271da08)
  • Specify stack tags in the CloudFormationStack object (e71683f)
  • Switch to publishing to production ECR public repo (e0e4c2e)

Bug Fixes

  • Fill in default version if unknown during build (ccb1940)

0.1.1 (2023-04-11)

0.1.0 (2023-04-07)

Features

  • Add support for blocking cross-namespace source references (3feb7f0)
  • Add support for sharding controllers based on labels (3feb7f0)
  • Add support for the newer digest field for source artifacts (3feb7f0)

Bug Fixes

  • Various security fixes found by gosec (008fe32)

0.0.3 (2023-04-05)

Features

  • Add support for declaring stack dependencies (a2ffd37)
  • Add support for stack parameters (465b1c8)

0.0.2 (2023-04-04)

Working CloudFormation controller with support for declaring a CloudFormationStack object with a stack name and a Flux source reference for the stack's CloudFormation template.

0.0.1 (2023-03-03)

Beginning of this project