Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.0.0-rc2 #10

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 1.0.0-rc2 (2024-04-25)


### Bug Fixes

* add consistent 'ip' output for do reserved ip and aws eip b50719b
* **ansible:** update ssh-keys playbook 7b53650
* **aws/ebs:** fix aws ebs generator 46633b6
* **aws/ebs:** fix aws ebs generator default config 2c0cbc0
* **aws/ebs:** fix output for aws/ebs generator 7fc9605
* **aws/route53:** fix AWS route 53 generator b12a110
* **aws/swarm-leader:** fix aws swarm leader generator a5e766a
* **aws/swarm-leader:** fix aws swarm leader generator 368e778
* **aws/swarm-leader:** update default stack configs 8ca2037
* **aws/vpc:** fix vpc dns attributes a49857a


### Features

* **aws/ebs:** add aws ebs generator 68978e4
* **aws/ebs:** add aws ebs generator 2889d44
* **aws/route53:** add aws route53 generator 6a974b2
* update ansible generators bec35cc



# 1.0.0-rc1 (2024-04-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-dzangolab-iac",
"version": "1.0.0-rc1",
"version": "1.0.0-rc2",
"description": "",
"keywords": [
"devops",
Expand Down
Loading