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

Update provider to 0.45.0 #107

Merged
merged 1 commit into from
Oct 27, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Vendor Dependencies
run: make vendor vendor.check

- name: get scraper
- name: Get scraper
run: go get github.com/upbound/upjet/cmd/scraper

- name: Check Diff
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export TERRAFORM_VERSION := 1.5.5

export TERRAFORM_PROVIDER_SOURCE := philips-software/hsdp
export TERRAFORM_PROVIDER_REPO := https://github.com/philips-software/terraform-provider-hsdp
export TERRAFORM_PROVIDER_VERSION := 0.44.4
export TERRAFORM_PROVIDER_VERSION := 0.45.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-hsdp
export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-hsdp_v${TERRAFORM_PROVIDER_VERSION}
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX := https://github.com/philips-software/terraform-provider-hsdp/releases/download/v${TERRAFORM_PROVIDER_VERSION}
Expand Down
15 changes: 0 additions & 15 deletions apis/iam/v1alpha1/zz_generated.deepcopy.go

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

2 changes: 1 addition & 1 deletion apis/iam/v1alpha1/zz_generated_terraformed.go

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

10 changes: 0 additions & 10 deletions apis/iam/v1alpha1/zz_group_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/provider-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,7 @@ resources:
id: '- The GUID of the group'
managing_organization: '- (Required) The managing organization ID'
name: '- (Required) The name of the group'
roles: '- (Required) The list of role IDS to assign to this group'
roles: '- (Optional) The list of role IDS to assign to this group'
services: '- (Optional) The list of service identity IDs to include in this group. See hsdp_iam_service'
users: '- (Optional) The list of user IDs to include in this group. The provider only manages this list of users. Existing users added by others means to the group by the provider. It is not practical to manage hundreds or thousands of users this way of course.'
importStatements:
Expand Down
2 changes: 1 addition & 1 deletion config/schema.json

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions package/crds/iam.hsdp.crossplane.io_groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ spec:
IAM API capabilities to perform this operation efficiently.
A future version might change this to be always-on.
type: boolean
iamDeviceBugWorkaround:
description: Deprecated, do not use.
type: boolean
managingOrganization:
description: The managing organization ID The managing organization
ID.
Expand Down Expand Up @@ -448,9 +445,6 @@ spec:
IAM API capabilities to perform this operation efficiently.
A future version might change this to be always-on.
type: boolean
iamDeviceBugWorkaround:
description: Deprecated, do not use.
type: boolean
name:
description: The name of the group The group name.
type: string
Expand Down Expand Up @@ -641,9 +635,6 @@ spec:
IAM API capabilities to perform this operation efficiently.
A future version might change this to be always-on.
type: boolean
iamDeviceBugWorkaround:
description: Deprecated, do not use.
type: boolean
id:
description: The GUID of the group
type: string
Expand Down
Loading