Skip to content

Commit

Permalink
Bump provider to v0.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Oct 9, 2024
1 parent a6a1540 commit 7e4afb9
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 6 deletions.
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.61.0
export TERRAFORM_PROVIDER_VERSION := 0.62.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: 15 additions & 0 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_service_terraformed.go

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

19 changes: 19 additions & 0 deletions apis/iam/v1alpha1/zz_service_types.go

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

3 changes: 3 additions & 0 deletions config/provider-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2485,6 +2485,9 @@ resources:
self_managed_certificate: |-
- (Optional) X509 Certificate in PEM format. When provided, overrides the generated certificate / private key combination of the IAM service.
This gives you full control over the credentials. When not specified, a private key will be generated by IAM. Mutually exclusive with self_managed_private_key
self_managed_certificate_nonsensitive: |-
- (Optional) X509 Certificate in PEM format. When provided, overrides the generated certificate / private key combination of the IAM service.
This gives you full control over the credentials. When not specified, a private key will be generated by IAM. Mutually exclusive with self_managed_private_key
self_managed_expires_on: '- (Deprecated, Optional) Sets the certificate validity. When not specified, the certificate will have a validity of 5 years.'
self_managed_private_key: |-
- (Deprecated, Optional) RSA private key in PEM format. When provided, overrides the generated certificate / private key combination of the
Expand Down
2 changes: 1 addition & 1 deletion config/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
github.com/crossplane/upjet v1.4.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
github.com/philips-software/terraform-provider-hsdp v0.61.0
github.com/philips-software/terraform-provider-hsdp v0.62.0
github.com/pkg/errors v0.9.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
k8s.io/apimachinery v0.30.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,8 @@ github.com/philips-software/go-hsdp-api v0.86.0 h1:2in3PwryCmHT0/GyoYJufNhLrrYIP
github.com/philips-software/go-hsdp-api v0.86.0/go.mod h1:jaJIx/uguOyLPlAye1/aYXDheFx3GBbnQeOoZTRg5Po=
github.com/philips-software/go-nih-signer v1.5.0 h1:qMQ2uArwgnSCbZV7GvuiN4cyHLFXqpVFojQKIiF24tE=
github.com/philips-software/go-nih-signer v1.5.0/go.mod h1:lJQZASlfNi8XiJjEIz/xjdumb7wWU8RuSETQjlaU1f4=
github.com/philips-software/terraform-provider-hsdp v0.61.0 h1:4vMEJ3AWhGJEsTjC0jJ7iD/M6srxyZsE8I+uaPjAGu0=
github.com/philips-software/terraform-provider-hsdp v0.61.0/go.mod h1:gJ+GauCBUup5BhZOU05Ya+qvv0gBBIyomfJ8Dwas/VI=
github.com/philips-software/terraform-provider-hsdp v0.62.0 h1:0wqzz3AlpVhM35rFFOvfspc8YpwpyeyZUEvZllsmOrM=
github.com/philips-software/terraform-provider-hsdp v0.62.0/go.mod h1:gJ+GauCBUup5BhZOU05Ya+qvv0gBBIyomfJ8Dwas/VI=
github.com/pires/go-proxyproto v0.0.0-20191211124218-517ecdf5bb2b/go.mod h1:Odh9VFOZJCf9G8cLW5o435Xf1J95Jw9Gw5rnCjcwzAY=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
21 changes: 21 additions & 0 deletions package/crds/iam.hsdp.crossplane.io_services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,13 @@ spec:
type: string
type: array
x-kubernetes-list-type: set
selfManagedCertificateNonsensitive:
description: |-
X509 Certificate in PEM format. When provided, overrides the generated certificate / private key combination of the IAM service.
This gives you full control over the credentials. When not specified, a private key will be generated by IAM. Mutually exclusive with self_managed_private_key
X509 Certificate in PEM format. When provided, overrides the generated certificate / private key combination of the IAM service. This gives you full control over the credentials. When not specified, a private key will be generated by IAM.
Mutually exclusive with `self_managed_certificate`
type: string
selfManagedCertificateSecretRef:
description: |-
X509 Certificate in PEM format. When provided, overrides the generated certificate / private key combination of the IAM service.
Expand Down Expand Up @@ -357,6 +364,13 @@ spec:
type: string
type: array
x-kubernetes-list-type: set
selfManagedCertificateNonsensitive:
description: |-
X509 Certificate in PEM format. When provided, overrides the generated certificate / private key combination of the IAM service.
This gives you full control over the credentials. When not specified, a private key will be generated by IAM. Mutually exclusive with self_managed_private_key
X509 Certificate in PEM format. When provided, overrides the generated certificate / private key combination of the IAM service. This gives you full control over the credentials. When not specified, a private key will be generated by IAM.
Mutually exclusive with `self_managed_certificate`
type: string
selfManagedCertificateSecretRef:
description: |-
X509 Certificate in PEM format. When provided, overrides the generated certificate / private key combination of the IAM service.
Expand Down Expand Up @@ -651,6 +665,13 @@ spec:
type: string
type: array
x-kubernetes-list-type: set
selfManagedCertificateNonsensitive:
description: |-
X509 Certificate in PEM format. When provided, overrides the generated certificate / private key combination of the IAM service.
This gives you full control over the credentials. When not specified, a private key will be generated by IAM. Mutually exclusive with self_managed_private_key
X509 Certificate in PEM format. When provided, overrides the generated certificate / private key combination of the IAM service. This gives you full control over the credentials. When not specified, a private key will be generated by IAM.
Mutually exclusive with `self_managed_certificate`
type: string
selfManagedExpiresOn:
description: |-
(Deprecated, Optional) Sets the certificate validity. When not specified, the certificate will have a validity of 5 years.
Expand Down

0 comments on commit 7e4afb9

Please sign in to comment.