Skip to content

Commit

Permalink
Upgrade to major version 6 (#662)
Browse files Browse the repository at this point in the history
- Updating major version from 5.4.0 to 6.0.0.
- Change path to TF module as it was moved.
- Upgrading terraform-provider-keycloak from 4.5.0 to 5.0.0.
Fixes #658
  • Loading branch information
VenelinMartinov authored Jan 15, 2025
1 parent d8f0df4 commit cc6a6a6
Show file tree
Hide file tree
Showing 145 changed files with 519 additions and 2,547 deletions.
2 changes: 1 addition & 1 deletion .ci-mgmt.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
provider: keycloak
major-version: 5
major-version: 6
env: # these are in plaintext in the setup script
KEYCLOAK_CLIENT_ID: "terraform"
KEYCLOAK_CLIENT_SECRET: "884e0f95-0f42-4a63-9b1f-94274655669e"
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "upstream"]
path = upstream
url = https://github.com/mrparkers/terraform-provider-keycloak.git
url = https://github.com/keycloak/terraform-provider-keycloak.git
ignore = dirty
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ by third parties, licensed under their own terms.

Notably, this larger work combines with the Terraform KeyCloak Provider,
which is licensed as MIT or the project itself at
<https://github.com/mrparkers/terraform-provider-aws>).
<https://github.com/keycloak/terraform-provider-aws>).
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PACK := keycloak
ORG := pulumi
PROJECT := github.com/$(ORG)/pulumi-$(PACK)
PROVIDER_PATH := provider/v5
PROVIDER_PATH := provider/v6
VERSION_PATH := $(PROVIDER_PATH)/pkg/version.Version
CODEGEN := pulumi-tfgen-$(PACK)
PROVIDER := pulumi-resource-$(PACK)
Expand All @@ -22,7 +22,7 @@ PULUMICTL := $(shell which pulumictl || \

# Override during CI using `make [TARGET] PROVIDER_VERSION=""` or by setting a PROVIDER_VERSION environment variable
# Local & branch builds will just used this fixed default version unless specified
PROVIDER_VERSION ?= 5.0.0-alpha.0+dev
PROVIDER_VERSION ?= 6.0.0-alpha.0+dev
# Use this normalised version everywhere rather than the raw input to ensure consistency.
VERSION_GENERIC = $(shell $(PULUMICTL) convert-version --language generic --version "$(PROVIDER_VERSION)")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use from Python, install using `pip`:

To use from Go, use `go get` to grab the latest version of the library

$ go get github.com/pulumi/pulumi-keycloak/sdk/v5
$ go get github.com/pulumi/pulumi-keycloak/sdk/v6

### .NET

Expand Down
Loading

0 comments on commit cc6a6a6

Please sign in to comment.