From 292ff023f9a7fa10a8f867462ceeafa9992fbb94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:59:33 +0300 Subject: [PATCH] chore(main): release aws-alb-ingress 0.1.0 (#6) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- charts/aws-alb-ingress/CHANGELOG.md | 8 ++++++++ charts/aws-alb-ingress/Chart.yaml | 9 ++++----- 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 charts/aws-alb-ingress/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 27e15d8..5573d07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"charts/hello-world":"0.1.0"} \ No newline at end of file +{"charts/hello-world":"0.1.0","charts/aws-alb-ingress":"0.1.0"} \ No newline at end of file diff --git a/charts/aws-alb-ingress/CHANGELOG.md b/charts/aws-alb-ingress/CHANGELOG.md new file mode 100644 index 0000000..690cf6a --- /dev/null +++ b/charts/aws-alb-ingress/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2023-06-19) + + +### Features + +* add aws-alb-ingress chart ([#5](https://github.com/kloia/charts/issues/5)) ([8e6c2af](https://github.com/kloia/charts/commit/8e6c2af1c1f8fbe6ad5ca185356c4746f8765425)) diff --git a/charts/aws-alb-ingress/Chart.yaml b/charts/aws-alb-ingress/Chart.yaml index de19911..d7e005d 100644 --- a/charts/aws-alb-ingress/Chart.yaml +++ b/charts/aws-alb-ingress/Chart.yaml @@ -1,9 +1,8 @@ apiVersion: v2 name: aws-alb-ingress -description: | - A typed and validated alternative to AWS Load Balancer Controller's suite of Ingress annotations +description: > + A typed and validated alternative to AWS Load Balancer Controller's suite of + Ingress annotations type: application - version: 0.1.0 - -appVersion: "v2.5.2" +appVersion: v2.5.2