Skip to content

Commit

Permalink
Merge pull request #110 from ansibleguy76/release/v4.0.17
Browse files Browse the repository at this point in the history
v4.0.17 into develop
  • Loading branch information
ansibleguy76 authored Nov 7, 2023
2 parents 416dd9f + 5a7c0b3 commit 0e9f346
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
## [4.0.17] - 2023-11-07

- AzureAD only returned first 100 groups.
- Constants with arrays now work correctly
- Little ldap test bug
- model bug, bad merging and weird caching
### Fixed

- AzureAD only returned first 100 groups.
- Constants with arrays now work correctly
- Little ldap test bug
- model bug, bad merging and weird caching

### Added

- Expression field can now have property `value` for manual data assignment
- Added form property ansibleCredentials, allowing to pass ansible_user and ansible_password
- Expression field can now have property `value` for manual data assignment
- Added form property ansibleCredentials, allowing to pass ansible_user and ansible_password

## [4.0.16] - 2023-10-07

Expand Down Expand Up @@ -602,7 +604,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/4.0.16...HEAD
[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/4.0.17...HEAD

[4.0.17]: https://github.com/ansibleguy76/ansibleforms/compare/4.0.16...4.0.17

[4.0.16]: https://github.com/ansibleguy76/ansibleforms/compare/4.0.15...4.0.16

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 = 40016
ext.version_name = "4.0.16"
ext.version_code = 40017
ext.version_name = "4.0.17"

0 comments on commit 0e9f346

Please sign in to comment.