Skip to content

Releases: crossplane-contrib/provider-keycloak

v1.8.0

21 Nov 16:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

24 Oct 06:38
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update golangci/golangci-lint-action digest to 971e284 by @renovate in #167
  • chore(deps): update docker/setup-buildx-action digest to 8026d2b by @renovate in #169
  • chore(deps): update docker/setup-buildx-action digest to c47758b by @renovate in #170
  • chore(deps): update github-actions by @renovate in #171
  • chore(deps): update github-actions by @renovate in #172
  • chore(deps): update actions/upload-artifact digest to 604373d by @renovate in #173
  • chore(deps): update actions/upload-artifact digest to b4b15b8 by @renovate in #174
  • chore(deps): update actions/cache digest to 6849a64 by @renovate in #178
  • chore(deps): update actions/checkout digest to 11bd719 by @renovate in #179
  • Fixes wrong provider name in error message by @LukasLJL in #180
  • Support credentials from plain k8s Secret by @m-hofmann-a9s in #176

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

02 Oct 19:01
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update alpine docker tag to v3.20.3 by @renovate in #140
  • chore(deps): update dependency python-keycloak to v4.5.0 - autoclosed by @renovate in #138
  • chore(deps): update codecov/codecov-action digest to b9fd7d1 by @renovate in #162
  • fix(issue-164): Fix groupIdsRefs/groupIdsSelector in groups.user.keycloak.crossplane.io by @j2L4e in #165

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

29 Sep 10:12
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency ubuntu to v24 by @renovate in #161
  • feat(users): lateinit skip for required actions and temp password by @Breee in #158

Full Changelog: v1.4.0...v1.5.0

v1.4.0

03 Sep 15:03
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update actions/upload-artifact digest to 5076954 by @renovate in #157
  • feat(issue-151): resource server id ref by @Breee in #155
  • feat(issue-150): required fields for policies by @Breee in #156

Full Changelog: v1.3.0...v1.4.0

v1.3.0

28 Aug 08:57
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update actions/upload-artifact digest to 89ef406 by @renovate in #146
  • chore(deps): update actions/upload-artifact digest to 834a144 by @renovate in #147
  • chore(deps): update zeebe-io/backport-action action to v3.1.0 by @renovate in #152
  • Add support for RealmEvents and Realm UserProfile by @b509 in #154

Full Changelog: v1.2.0...v1.3.0

v1.2.0

02 Aug 15:30
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update actions/setup-go digest to 0a12ed9 by @renovate in #137
  • chore(deps): update github-actions by @renovate in #139
  • chore(deps): update docker/setup-buildx-action digest to 988b5a0 by @renovate in #143
  • chore(deps): update golangci/golangci-lint-action digest to aaa42aa by @renovate in #145
  • clientScopeIdRef for rolemapper

Full Changelog: v1.1.0...v1.2.0

v1.1.0

08 Jul 08:28
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update docker/setup-qemu-action digest to 5927c83 by @renovate in #127
  • chore(deps): update docker/setup-buildx-action digest to 4fd8129 by @renovate in #128
  • chore(deps): update actions/upload-artifact digest to 0b2256b by @renovate in #130
  • feat(references): switch to transformers by @Breee in #131

Full Changelog: v1.0.0...v1.1.0

Most important changes:

  • We now use transformers to avoid cross reference cycles

v1.0.0

02 Jul 20:44
Compare
Choose a tag to compare

What's Changed

  • feat(build): migrate to crossplane/build by @Breee in #117
  • feat(issue-120): flow references by @Breee in #122
  • WithTerraformPluginSDKIncludeList mode by @Breee in #124

Full Changelog: v0.23.0...v1.0.0

Breaking changes

  • This Release switches to WithTerraformPluginSDKIncludeList mode, which changes the way we have to IMPORT resources
apiVersion: role.keycloak.crossplane.io/v1alpha1
kind: Role
metadata:
  annotations:
-    crossplane.io/external-name: master/182b0c9b-197f-45e3-8f4a-386cd6890d73
+    crossplane.io/external-name: 182b0c9b-197f-45e3-8f4a-386cd6890d73
  name: builtin-master-realm-role-uma-authorization
spec:
  deletionPolicy: Orphan
  forProvider: 
-    {}
+    name: uma_authorization
+    realmId: master
  managementPolicies:
  - Observe
  providerConfigRef:
    name: keycloak-provider-config

Benefits? It's much faster now!

v0.23.0

23 Jun 08:19
c2d78c3
Compare
Choose a tag to compare

What's Changed

  • To add more examples include LDAP Integration resources by @kaviankarimzadeh in #106
  • chore(deps): update github-actions by @renovate in #107
  • feat: add metrics by @Breee in #112
  • chore(deps): update dependency python-keycloak to v4.2.0 by @renovate in #116
  • chore(deps): update alpine docker tag to v3.20.1 by @renovate in #114
  • chore(deps): update terraform to 1.5.7

New Contributors

Full Changelog: v0.22.0...v0.23.0