Skip to content

Commit 9f38783

Browse files
authored
Merge pull request #184 from ansibleguy76/release/v5.0.2
v5.0.2 into main
2 parents 8b45c00 + 0927d0b commit 9f38783

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+4822
-2266
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.0.2] - 2024-06-10
11+
12+
### Adding
13+
14+
- Now allowing string (credential name) or array (of names) as dbConfig (dbtype is fetched from the database, with mysql fallback)
15+
When using array, the resultsets are merged.
16+
- Added ytt implementation to template yaml files (credits mdaugs)
17+
- Vault credentials, pass a vault password to ansible playbook.
18+
- OIDC authentication (credits mdaugs)
19+
20+
### Changed
21+
22+
- job api return objects (extravars, notifications, credentials, ...) instead of json strings
23+
- awx job id is added to the database
24+
25+
### Fixed
26+
27+
- radio button errors
28+
- some issue with the designer when a field without name was added
29+
- multistep was always successfull (tx to mdaugs)
30+
1031
## [5.0.1] - 2024-04-10
1132

1233
### Fixed
@@ -666,7 +687,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
666687
- Allow change password for current local user
667688
- Start tracking versions
668689

669-
[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.1...HEAD
690+
[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.2...HEAD
691+
692+
[5.0.2]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.1...5.0.2
670693

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

app_versions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ext.version_code = 50001
2-
ext.version_name = "5.0.1"
1+
ext.version_code = 50002
2+
ext.version_name = "5.0.2"

0 commit comments

Comments
 (0)