docs: add PR link to previous releases
This commit is contained in:
		
							parent
							
								
									bada6f4073
								
							
						
					
					
						commit
						d3f9b0ca86
					
				@ -15,15 +15,15 @@ Release Summary
 | 
				
			|||||||
Minor enhancements, bug and documentation fixes.
 | 
					Minor enhancements, bug and documentation fixes.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Major Changes
 | 
				
			||||||
 | 
					-------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` is ``true`` `#18 <https://github.com/ansible-middleware/keycloak/pull/18>`_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Minor Changes
 | 
					Minor Changes
 | 
				
			||||||
-------------
 | 
					-------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` is ``true``
 | 
					- Clustered installs now perform database initialization on first node to avoid locking issues `#17 <https://github.com/ansible-middleware/keycloak/pull/17>`_
 | 
				
			||||||
 | 
					 | 
				
			||||||
Bugfixes
 | 
					 | 
				
			||||||
--------
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- clustered installs now perform database initialization on first node to avoid locking issues
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
v1.0.0
 | 
					v1.0.0
 | 
				
			||||||
======
 | 
					======
 | 
				
			||||||
 | 
				
			|||||||
@ -7,10 +7,10 @@ releases:
 | 
				
			|||||||
    release_date: '2022-03-04'
 | 
					    release_date: '2022-03-04'
 | 
				
			||||||
  1.0.1:
 | 
					  1.0.1:
 | 
				
			||||||
    changes:
 | 
					    changes:
 | 
				
			||||||
 | 
					      major_changes:
 | 
				
			||||||
 | 
					        - Apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` is ``true`` `#18 <https://github.com/ansible-middleware/keycloak/pull/18>`_
 | 
				
			||||||
      minor_changes:
 | 
					      minor_changes:
 | 
				
			||||||
        - apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` is ``true``
 | 
					        - Clustered installs now perform database initialization on first node to avoid locking issues `#17 <https://github.com/ansible-middleware/keycloak/pull/17>`_
 | 
				
			||||||
      bugfixes:
 | 
					 | 
				
			||||||
        - clustered installs now perform database initialization on first node to avoid locking issues
 | 
					 | 
				
			||||||
      release_summary: |
 | 
					      release_summary: |
 | 
				
			||||||
        Minor enhancements, bug and documentation fixes.
 | 
					        Minor enhancements, bug and documentation fixes.
 | 
				
			||||||
    release_date: '2022-03-11'
 | 
					    release_date: '2022-03-11'
 | 
				
			||||||
@ -2,7 +2,7 @@
 | 
				
			|||||||
- name: Playbook for Keycloak Hosts
 | 
					- name: Playbook for Keycloak Hosts
 | 
				
			||||||
  hosts: keycloak
 | 
					  hosts: keycloak
 | 
				
			||||||
  vars:
 | 
					  vars:
 | 
				
			||||||
    keycloak_admin_password: "changeme"
 | 
					    keycloak_admin_password: "remembertochangeme"
 | 
				
			||||||
  collections:
 | 
					  collections:
 | 
				
			||||||
    - middleware_automation.keycloak
 | 
					    - middleware_automation.keycloak
 | 
				
			||||||
  roles:
 | 
					  roles:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user