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