Skip to content

Releases: tazjin/terraform-provider-keycloak

v1.0.0

02 Feb 16:30
03f0409
Compare
Choose a tag to compare

After about 1.5 years since the last version got published, quite a few changes has landed. They're a mix of internal project improvements and more Keycloak resources made available. The highlights are:

  • Manage users and groups
  • Manage client roles
  • Use go modules and other CI improvements

This release wouldn't have been possible without contributions from @mahpatil and @JorgenG, plus @tomra-systems for letting developers contribute in work hours.

v0.1-rc2

29 Sep 09:49
v0.1-rc2
Compare
Choose a tag to compare
v0.1-rc2 Pre-release
Pre-release

This is the second release-candidate for version 0.1. Changes since rc-1:

  • Adds support for configuring realm themes (#21)

Thanks to @phillipj for the contribution!

Release binaries are built reproducibly using Repeatr and signed with the GPG key 66F505681DB8F43B.

v0.1-rc1

15 Aug 09:30
85f87bf
Compare
Choose a tag to compare
v0.1-rc1 Pre-release
Pre-release

This is the first release-candidate for version 0.1, which is also the first binary release of the provider.

Release binaries are built reproducibly using Repeatr and signed with the GPG key 66F505681DB8F43B.

Features included in this release:

  • Basic Terraform provider functionality
  • Support for keycloak_realm resource
  • Support for keycloak_client resource
  • Support for keycloak_user_role_mapping resource

The individual resource configurations are not yet documented separately, please refer to the source files corresponding to each resource type for documentation on available fields.