From 1df3d4380852c25ceb4648ea2eeddafe105f4df7 Mon Sep 17 00:00:00 2001 From: Dickson A Date: Tue, 4 Jul 2023 15:01:36 -0500 Subject: [PATCH] docs: Update TODO list (#9) * docs: Update TODO list * chore(release): v1.1.1 --------- Co-authored-by: semantic-release-bot --- CHANGELOG.md | 10 ++++++++++ README.md | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a519152..141e9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.1.1](https://github.com/fabidick22/flux2-ecr-webhook/compare/v1.1.0...v1.1.1) (2023-07-04) + +### Continuous Integration + +- Update trigger branchs (#8) ([8d2b843](https://github.com/fabidick22/flux2-ecr-webhook/commit/8d2b843603409d66f5aff1549997d89063f88c46)), closes [#8](https://github.com/fabidick22/flux2-ecr-webhook/issues/8) + +### Documentation + +- Update TODO list ([cce4b51](https://github.com/fabidick22/flux2-ecr-webhook/commit/cce4b51289a8ee944022cbf8fadd61df6791b13d)) + ## [1.2.1](https://github.com/fabidick22/flux2-ecr-webhook/compare/v1.2.0...v1.2.1) (2023-07-04) ### Other diff --git a/README.md b/README.md index f09cef9..0814229 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ graph LR - Add unit tests - Add support for [generic-hmac](https://fluxcd.io/flux/components/notification/receiver/#generic-hmac) - Add support to lambda with VPC (for internal webhook) -- Add support to multiple webhooks ## Usage To use this Terraform module, you must first have created webhooks for each [ImageRepository](https://fluxcd.io/flux/components/image/imagerepositories/) resource in your cluster.