mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 20:15:55 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4588dbbdf | ||
|
|
a9a771c6bc | ||
|
|
f00c714798 | ||
|
|
50750ef125 | ||
|
|
b631b07cae |
@@ -6,6 +6,14 @@ middleware\_automation.keycloak Release Notes
|
||||
|
||||
This changelog describes changes after version 0.2.6.
|
||||
|
||||
v3.0.6
|
||||
======
|
||||
|
||||
Major Changes
|
||||
-------------
|
||||
|
||||
- AMW-540 Fix the upstream collection requirements with common v1.2.4 `#337 <https://github.com/ansible-middleware/keycloak/pull/337>`_
|
||||
|
||||
v3.0.5
|
||||
======
|
||||
|
||||
|
||||
@@ -791,3 +791,13 @@ releases:
|
||||
fragments:
|
||||
- 335.yaml
|
||||
release_date: '2026-05-20'
|
||||
3.0.6:
|
||||
changes:
|
||||
major_changes:
|
||||
- 'AMW-540 Fix the upstream collection requirements with common v1.2.4 `#337
|
||||
<https://github.com/ansible-middleware/keycloak/pull/337>`_
|
||||
|
||||
'
|
||||
fragments:
|
||||
- 337.yaml
|
||||
release_date: '2026-05-26'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
namespace: middleware_automation
|
||||
name: keycloak
|
||||
version: "3.0.5"
|
||||
version: "3.0.6"
|
||||
readme: README.md
|
||||
authors:
|
||||
- Romain Pelisse <rpelisse@redhat.com>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
collections:
|
||||
- name: middleware_automation.common
|
||||
version: ">=1.2.1"
|
||||
version: ">=1.2.4"
|
||||
- name: ansible.posix
|
||||
|
||||
Reference in New Issue
Block a user