Skip to content

Commit

Permalink
Merge pull request #184 from ansibleguy76/release/v5.0.2
Browse files Browse the repository at this point in the history
v5.0.2 into main
  • Loading branch information
ansibleguy76 authored Jun 10, 2024
2 parents 8b45c00 + 0927d0b commit 9f38783
Show file tree
Hide file tree
Showing 58 changed files with 4,822 additions and 2,266 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ 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)
- Vault credentials, pass a vault password to ansible playbook.
- OIDC authentication (credits mdaugs)

### Changed

- job api return objects (extravars, notifications, credentials, ...) instead of json strings
- awx job id is added to the database

### Fixed

- radio button errors
- some issue with the designer when a field without name was added
- multistep was always successfull (tx to mdaugs)

## [5.0.1] - 2024-04-10

### Fixed
Expand Down Expand Up @@ -666,7 +687,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"
Loading

0 comments on commit 9f38783

Please sign in to comment.