Skip to content

Commit

Permalink
fix ansible minimal version in the roles (#2107)
Browse files Browse the repository at this point in the history
* fix ansible minimal version in the roles
* changelog
  • Loading branch information
camilamacedo86 committed Oct 31, 2019
1 parent 662d20b commit 082e046
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Added

### Changed
- Upgrade minimal Ansible version in the init projects from `2.4` to `2.6`. ([#2107](https://github.com/operator-framework/operator-sdk/pull/2107))

### Deprecated

Expand All @@ -20,6 +21,8 @@
### Changed

- **Breaking change:** Changed required Go version from `1.12` to `1.13`. This change applies to the SDK project itself and Go projects scaffolded by the SDK. Projects that import this version of the SDK require Go 1.13 to compile. ([#1949](https://github.com/operator-framework/operator-sdk/pull/1949))

### Deprecated
- Upgrade Kubernetes version from `kubernetes-1.14.1` to `kubernetes-1.15.4`. ([#2083](https://github.com/operator-framework/operator-sdk/pull/2083))
- Upgrade Helm version from `v2.14.1` to `v2.15.0`. ([#2083](https://github.com/operator-framework/operator-sdk/pull/2083))
- Upgrade [`controller-runtime`](https://github.com/kubernetes-sigs/controller-runtime) version from `v0.2.0` to [`v0.3.0`](https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.3.0). ([#2083](https://github.com/operator-framework/operator-sdk/pull/2083))
Expand Down
2 changes: 1 addition & 1 deletion internal/scaffold/ansible/roles_meta_main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const rolesMetaMainAnsibleTmpl = `galaxy_info:
# - CC-BY
license: license (GPLv2, CC-BY, etc)
min_ansible_version: 2.4
min_ansible_version: 2.6
# If this a Container Enabled role, provide the minimum Ansible Container version.
# min_ansible_container_version:
Expand Down

0 comments on commit 082e046

Please sign in to comment.