Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ansibleguy76/ansibleforms
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
vcmirko committed Jun 10, 2024
2 parents 6de8e62 + 27808cc commit 271aa8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.2] - 2024-06-10

### Adding

- Now allowing string (credential name) or array (of names) as dbConfig (dbtype is fetched from the database, with mysql fallback)
When using array, the resultsets are merged.
- Added ytt implementation to template yaml files (credits mdaugs)
Expand Down Expand Up @@ -686,7 +689,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Allow change password for current local user
- Start tracking versions

[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.1...HEAD
[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.2...HEAD

[5.0.2]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.1...5.0.2

[5.0.1]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.0...5.0.1

Expand Down
4 changes: 2 additions & 2 deletions app_versions.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ext.version_code = 50001
ext.version_name = "5.0.1"
ext.version_code = 50002
ext.version_name = "5.0.2"

0 comments on commit 271aa8a

Please sign in to comment.