Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump terraform provider to v4.4.0 #44

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export TERRAFORM_VERSION ?= 1.4.6

export TERRAFORM_PROVIDER_SOURCE ?= mrparkers/keycloak
export TERRAFORM_PROVIDER_REPO ?= https://github.com/mrparkers/terraform-provider-keycloak
export TERRAFORM_PROVIDER_VERSION ?= 4.3.1
export TERRAFORM_PROVIDER_VERSION ?= 4.4.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-keycloak
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= ${TERRAFORM_PROVIDER_REPO}/releases/download/v$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-keycloak_v4.3.1
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-keycloak_v4.4.0

export TERRAFORM_DOCS_PATH ?= docs/resources

Expand Down
15 changes: 15 additions & 0 deletions apis/realm/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions apis/realm/v1alpha1/zz_realm_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions apis/user/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions apis/user/v1alpha1/zz_user_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/schema.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions package/crds/realm.keycloak.crossplane.io_realms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,11 @@ spec:
contentSecurityPolicyReportOnly:
description: Used for testing Content Security Policies.
type: string
referrerPolicy:
description: The Referrer-Policy HTTP header controls
how much referrer information (sent with the Referer
header) should be included with requests.
type: string
strictTransportSecurity:
description: The Script-Transport-Security HTTP header
tells browsers to always use HTTPS.
Expand Down Expand Up @@ -875,6 +880,11 @@ spec:
contentSecurityPolicyReportOnly:
description: Used for testing Content Security Policies.
type: string
referrerPolicy:
description: The Referrer-Policy HTTP header controls
how much referrer information (sent with the Referer
header) should be included with requests.
type: string
strictTransportSecurity:
description: The Script-Transport-Security HTTP header
tells browsers to always use HTTPS.
Expand Down Expand Up @@ -1548,6 +1558,11 @@ spec:
contentSecurityPolicyReportOnly:
description: Used for testing Content Security Policies.
type: string
referrerPolicy:
description: The Referrer-Policy HTTP header controls
how much referrer information (sent with the Referer
header) should be included with requests.
type: string
strictTransportSecurity:
description: The Script-Transport-Security HTTP header
tells browsers to always use HTTPS.
Expand Down
15 changes: 15 additions & 0 deletions package/crds/user.keycloak.crossplane.io_users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ spec:
type: string
type: object
type: object
requiredActions:
description: A list of required user actions.
items:
type: string
type: array
username:
description: The unique username of this user.
type: string
Expand Down Expand Up @@ -285,6 +290,11 @@ spec:
lastName:
description: The user's last name.
type: string
requiredActions:
description: A list of required user actions.
items:
type: string
type: array
username:
description: The unique username of this user.
type: string
Expand Down Expand Up @@ -518,6 +528,11 @@ spec:
realmId:
description: The realm this user belongs to.
type: string
requiredActions:
description: A list of required user actions.
items:
type: string
type: array
username:
description: The unique username of this user.
type: string
Expand Down
Loading