Skip to content

Commit

Permalink
Fix for #2984 (#2986)
Browse files Browse the repository at this point in the history
* Fix for #2984
* Update docs/changelogs/CHANGELOG-2.0.md

Co-authored-by: to-bar <[email protected]>
  • Loading branch information
seriva and to-bar authored Feb 16, 2022
1 parent a5fb61a commit 7393415
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions docs/changelogs/CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- [#2968](https://github.com/epiphany-platform/epiphany/issues/2968) - `epicli init` should generate `specification.cloud.subscription_name` for minimal cluster config
- [#2940](https://github.com/epiphany-platform/epiphany/issues/2940) - firewalld.service unit could not be found on host however ansible_facts sees it as defined
- [#2979](https://github.com/epiphany-platform/epiphany/issues/2979) - Restore the possibility of choosing the availability zone in AWS
- [#2984](https://github.com/epiphany-platform/epiphany/issues/2984) - Validation blocks overwriting of destination_address_prefix in NSG rules, which is 0.0.0.0/0 by default

### Updated

Expand Down
2 changes: 0 additions & 2 deletions schema/aws/validation/infrastructure/virtual-machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,3 @@ properties:
type: string
destination_address_prefix:
type: string
enum:
- 0.0.0.0/0

0 comments on commit 7393415

Please sign in to comment.