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 version 0.9.10 #54

Merged
merged 1 commit into from
Dec 16, 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 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.9.9
VERSION ?= 0.9.10

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,8 @@ metadata:
capabilities: Deep Insights
categories: Security
certified: "false"
containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.9
createdAt: "2023-11-13T19:16:18Z"
containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.10
createdAt: "2023-12-16T19:34:00Z"
description: Operator to configure external-secrets helm-chart based operator
operatorframework.io/cluster-monitoring: "true"
operators.openshift.io/infrastructure-features: '["Disconnected"]'
Expand All @@ -682,7 +682,7 @@ metadata:
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/os.linux: supported
name: external-secrets-operator.v0.9.9
name: external-secrets-operator.v0.9.10
namespace: external-secrets
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -968,7 +968,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.9
image: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.10
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1066,4 +1066,4 @@ spec:
provider:
name: External Secrets
url: https://external-secrets.io
version: 0.9.9
version: 0.9.10
43 changes: 38 additions & 5 deletions bundle/manifests/external-secrets.io_clustersecretstores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,11 @@ spec:
If left blank, the Auth struct will determine the principal
type. This optional field must be specified if using workload
identity.
enum:
- ""
- UserPrincipal
- InstancePrincipal
- Workload
type: string
region:
description: Region is the region where vault is located.
Expand Down Expand Up @@ -1983,8 +1988,8 @@ spec:
properties:
additionalRoles:
description: AdditionalRoles is a chained list of Role ARNs
which the SecretManager provider will sequentially assume
before assuming Role
which the provider will sequentially assume before assuming
the Role
items:
type: string
type: array
Expand Down Expand Up @@ -2099,9 +2104,29 @@ spec:
description: AWS Region to be used for the provider
type: string
role:
description: Role is a Role ARN which the SecretManager provider
will assume
description: Role is a Role ARN which the provider will assume
type: string
secretsManager:
description: SecretsManager defines how the provider behaves
when interacting with AWS SecretsManager
properties:
forceDeleteWithoutRecovery:
description: 'Specifies whether to delete the secret without
any recovery window. You can''t use both this parameter
and RecoveryWindowInDays in the same call. If you don''t
use either, then by default Secrets Manager uses a 30
day recovery window. see: https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_DeleteSecret.html#SecretsManager-DeleteSecret-request-ForceDeleteWithoutRecovery'
type: boolean
recoveryWindowInDays:
description: 'The number of days from 7 to 30 that Secrets
Manager waits before permanently deleting the secret.
You can''t use both this parameter and ForceDeleteWithoutRecovery
in the same call. If you don''t use either, then by
default Secrets Manager uses a 30 day recovery window.
see: https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_DeleteSecret.html#SecretsManager-DeleteSecret-request-RecoveryWindowInDays'
format: int64
type: integer
type: object
service:
description: Service defines which service should be used
to fetch the secrets
Expand All @@ -2124,7 +2149,7 @@ spec:
type: array
transitiveTagKeys:
description: AWS STS assume role transitive session tags.
Required when multiple rules are used with SecretStore
Required when multiple rules are used with the provider
items:
type: string
type: array
Expand Down Expand Up @@ -2557,6 +2582,9 @@ spec:
valueMap:
additionalProperties:
type: string
description: 'Deprecated: ValueMap is deprecated and
is intended to be removed in the future, use the `value`
field instead.'
type: object
version:
type: string
Expand Down Expand Up @@ -3080,6 +3108,11 @@ spec:
If left blank, the Auth struct will determine the principal
type. This optional field must be specified if using workload
identity.
enum:
- ""
- UserPrincipal
- InstancePrincipal
- Workload
type: string
region:
description: Region is the region where vault is located.
Expand Down
2 changes: 0 additions & 2 deletions bundle/manifests/external-secrets.io_pushsecrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ spec:
type: string
required:
- remoteRef
- secretKey
type: object
metadata:
description: Metadata is metadata attached to the secret. The
Expand Down Expand Up @@ -236,7 +235,6 @@ spec:
type: string
required:
- remoteRef
- secretKey
type: object
metadata:
description: Metadata is metadata attached to the secret.
Expand Down
43 changes: 38 additions & 5 deletions bundle/manifests/external-secrets.io_secretstores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,11 @@ spec:
If left blank, the Auth struct will determine the principal
type. This optional field must be specified if using workload
identity.
enum:
- ""
- UserPrincipal
- InstancePrincipal
- Workload
type: string
region:
description: Region is the region where vault is located.
Expand Down Expand Up @@ -1983,8 +1988,8 @@ spec:
properties:
additionalRoles:
description: AdditionalRoles is a chained list of Role ARNs
which the SecretManager provider will sequentially assume
before assuming Role
which the provider will sequentially assume before assuming
the Role
items:
type: string
type: array
Expand Down Expand Up @@ -2099,9 +2104,29 @@ spec:
description: AWS Region to be used for the provider
type: string
role:
description: Role is a Role ARN which the SecretManager provider
will assume
description: Role is a Role ARN which the provider will assume
type: string
secretsManager:
description: SecretsManager defines how the provider behaves
when interacting with AWS SecretsManager
properties:
forceDeleteWithoutRecovery:
description: 'Specifies whether to delete the secret without
any recovery window. You can''t use both this parameter
and RecoveryWindowInDays in the same call. If you don''t
use either, then by default Secrets Manager uses a 30
day recovery window. see: https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_DeleteSecret.html#SecretsManager-DeleteSecret-request-ForceDeleteWithoutRecovery'
type: boolean
recoveryWindowInDays:
description: 'The number of days from 7 to 30 that Secrets
Manager waits before permanently deleting the secret.
You can''t use both this parameter and ForceDeleteWithoutRecovery
in the same call. If you don''t use either, then by
default Secrets Manager uses a 30 day recovery window.
see: https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_DeleteSecret.html#SecretsManager-DeleteSecret-request-RecoveryWindowInDays'
format: int64
type: integer
type: object
service:
description: Service defines which service should be used
to fetch the secrets
Expand All @@ -2124,7 +2149,7 @@ spec:
type: array
transitiveTagKeys:
description: AWS STS assume role transitive session tags.
Required when multiple rules are used with SecretStore
Required when multiple rules are used with the provider
items:
type: string
type: array
Expand Down Expand Up @@ -2557,6 +2582,9 @@ spec:
valueMap:
additionalProperties:
type: string
description: 'Deprecated: ValueMap is deprecated and
is intended to be removed in the future, use the `value`
field instead.'
type: object
version:
type: string
Expand Down Expand Up @@ -3080,6 +3108,11 @@ spec:
If left blank, the Auth struct will determine the principal
type. This optional field must be specified if using workload
identity.
enum:
- ""
- UserPrincipal
- InstancePrincipal
- Workload
type: string
region:
description: Region is the region where vault is located.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,9 @@ spec:
using e.g. /auth/token/create the "data" section is empty but the
"auth" section contains the generated token. Please refer to the
vault docs regarding the result data structure.
enum:
- Data
- Auth
type: string
required:
- path
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/external-secrets/external-secrets-helm-operator
newTag: v0.9.9
newTag: v0.9.10
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
capabilities: Deep Insights
categories: Security
certified: "false"
containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.9
containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.10
createdAt: "2021-11-22 00:00:00"
description: Operator to configure external-secrets helm-chart based operator
operatorframework.io/cluster-monitoring: "true"
Expand Down
28 changes: 25 additions & 3 deletions config/manifests/crds/clustersecretstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,11 @@ spec:
type: string
principalType:
description: The type of principal to use for authentication. If left blank, the Auth struct will determine the principal type. This optional field must be specified if using workload identity.
enum:
- ""
- UserPrincipal
- InstancePrincipal
- Workload
type: string
region:
description: Region is the region where vault is located.
Expand Down Expand Up @@ -1431,7 +1436,7 @@ spec:
description: AWS configures this store to sync secrets using AWS Secret Manager provider
properties:
additionalRoles:
description: AdditionalRoles is a chained list of Role ARNs which the SecretManager provider will sequentially assume before assuming Role
description: AdditionalRoles is a chained list of Role ARNs which the provider will sequentially assume before assuming the Role
items:
type: string
type: array
Expand Down Expand Up @@ -1510,8 +1515,19 @@ spec:
description: AWS Region to be used for the provider
type: string
role:
description: Role is a Role ARN which the SecretManager provider will assume
description: Role is a Role ARN which the provider will assume
type: string
secretsManager:
description: SecretsManager defines how the provider behaves when interacting with AWS SecretsManager
properties:
forceDeleteWithoutRecovery:
description: 'Specifies whether to delete the secret without any recovery window. You can''t use both this parameter and RecoveryWindowInDays in the same call. If you don''t use either, then by default Secrets Manager uses a 30 day recovery window. see: https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_DeleteSecret.html#SecretsManager-DeleteSecret-request-ForceDeleteWithoutRecovery'
type: boolean
recoveryWindowInDays:
description: 'The number of days from 7 to 30 that Secrets Manager waits before permanently deleting the secret. You can''t use both this parameter and ForceDeleteWithoutRecovery in the same call. If you don''t use either, then by default Secrets Manager uses a 30 day recovery window. see: https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_DeleteSecret.html#SecretsManager-DeleteSecret-request-RecoveryWindowInDays'
format: int64
type: integer
type: object
service:
description: Service defines which service should be used to fetch the secrets
enum:
Expand All @@ -1532,7 +1548,7 @@ spec:
type: object
type: array
transitiveTagKeys:
description: AWS STS assume role transitive session tags. Required when multiple rules are used with SecretStore
description: AWS STS assume role transitive session tags. Required when multiple rules are used with the provider
items:
type: string
type: array
Expand Down Expand Up @@ -1856,6 +1872,7 @@ spec:
valueMap:
additionalProperties:
type: string
description: 'Deprecated: ValueMap is deprecated and is intended to be removed in the future, use the `value` field instead.'
type: object
version:
type: string
Expand Down Expand Up @@ -2248,6 +2265,11 @@ spec:
type: string
principalType:
description: The type of principal to use for authentication. If left blank, the Auth struct will determine the principal type. This optional field must be specified if using workload identity.
enum:
- ""
- UserPrincipal
- InstancePrincipal
- Workload
type: string
region:
description: Region is the region where vault is located.
Expand Down
2 changes: 0 additions & 2 deletions config/manifests/crds/pushsecret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ spec:
type: string
required:
- remoteRef
- secretKey
type: object
metadata:
description: Metadata is metadata attached to the secret. The structure of metadata is provider specific, please look it up in the provider documentation.
Expand Down Expand Up @@ -195,7 +194,6 @@ spec:
type: string
required:
- remoteRef
- secretKey
type: object
metadata:
description: Metadata is metadata attached to the secret. The structure of metadata is provider specific, please look it up in the provider documentation.
Expand Down
Loading
Loading