-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release aws-alb-ingress 0.1.0 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8e6c2af
commit 292ff02
Showing
3 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"charts/hello-world":"0.1.0"} | ||
{"charts/hello-world":"0.1.0","charts/aws-alb-ingress":"0.1.0"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |