Skip to content

Commit

Permalink
chore: bump version v0.11.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored Dec 2, 2024
1 parent 2766f1b commit 98e7bb4
Show file tree
Hide file tree
Showing 37 changed files with 11,121 additions and 2,260 deletions.
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.10.7
VERSION ?= 0.11.0

# 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.10.7
createdAt: "2024-11-23T13:42:16Z"
containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.11.0
createdAt: "2024-12-02T13:40:34Z"
description: Operator to configure external-secrets helm-chart based operator
operatorframework.io/cluster-monitoring: "true"
operators.openshift.io/infrastructure-features: '["Disconnected"]'
Expand All @@ -684,7 +684,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/os.linux: supported
name: external-secrets-operator.v0.10.7
name: external-secrets-operator.v0.11.0
namespace: external-secrets
spec:
apiservicedefinitions: {}
Expand All @@ -699,6 +699,9 @@ spec:
kind: ClusterExternalSecret
name: clusterexternalsecrets.external-secrets.io
version: v1beta1
- kind: ClusterGenerator
name: clustergenerators.generators.external-secrets.io
version: v1alpha1
- description: Cluster-wide resource that defines how to access the external API
displayName: ClusterSecretStore v1alpha1
kind: ClusterSecretStore
Expand Down Expand Up @@ -982,7 +985,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: ghcr.io/external-secrets/external-secrets-helm-operator:v0.10.7
image: ghcr.io/external-secrets/external-secrets-helm-operator:v0.11.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1080,4 +1083,4 @@ spec:
provider:
name: External Secrets
url: https://external-secrets.io
version: 0.10.7
version: 0.11.0
119 changes: 97 additions & 22 deletions bundle/manifests/external-secrets.io_clusterexternalsecrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,12 @@ spec:
type: object
type: object
externalSecretName:
description: The name of the external secrets to be created defaults
to the name of the ClusterExternalSecret
description: |-
The name of the external secrets to be created.
Defaults to the name of the ClusterExternalSecret
maxLength: 253
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
type: string
externalSecretSpec:
description: The spec for the ExternalSecrets to be created
Expand Down Expand Up @@ -138,15 +142,18 @@ spec:
- key
type: object
secretKey:
description: |-
SecretKey defines the key in which the controller stores
the value. This is the key in the Kind=Secret
description: The key in the Kubernetes Secret to store the
value.
maxLength: 253
minLength: 1
pattern: ^[-._a-zA-Z0-9]+$
type: string
sourceRef:
description: |-
SourceRef allows you to override the source
from which the value will pulled from.
from which the value will be pulled.
maxProperties: 1
minProperties: 1
properties:
generatorRef:
description: |-
Expand All @@ -161,11 +168,25 @@ spec:
resource
type: string
kind:
description: Specify the Kind of the resource, e.g.
Password, ACRAccessToken etc.
description: Specify the Kind of the generator resource
enum:
- ACRAccessToken
- ClusterGenerator
- ECRAuthorizationToken
- Fake
- GCRAccessToken
- GithubAccessToken
- Password
- STSSessionToken
- UUID
- VaultDynamicSecret
- Webhook
type: string
name:
description: Specify the name of the generator resource
maxLength: 253
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
type: string
required:
- kind
Expand All @@ -179,12 +200,16 @@ spec:
description: |-
Kind of the SecretStore resource (SecretStore or ClusterSecretStore)
Defaults to `SecretStore`
enum:
- SecretStore
- ClusterSecretStore
type: string
name:
description: Name of the SecretStore resource
maxLength: 253
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
type: string
required:
- name
type: object
type: object
required:
Expand Down Expand Up @@ -326,6 +351,7 @@ spec:
When sourceRef points to a generator Extract or Find is not supported.
The generator returns a static map of values
maxProperties: 1
minProperties: 1
properties:
generatorRef:
description: GeneratorRef points to a generator custom
Expand All @@ -337,11 +363,25 @@ spec:
resource
type: string
kind:
description: Specify the Kind of the resource, e.g.
Password, ACRAccessToken etc.
description: Specify the Kind of the generator resource
enum:
- ACRAccessToken
- ClusterGenerator
- ECRAuthorizationToken
- Fake
- GCRAccessToken
- GithubAccessToken
- Password
- STSSessionToken
- UUID
- VaultDynamicSecret
- Webhook
type: string
name:
description: Specify the name of the generator resource
maxLength: 253
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
type: string
required:
- kind
Expand All @@ -355,12 +395,16 @@ spec:
description: |-
Kind of the SecretStore resource (SecretStore or ClusterSecretStore)
Defaults to `SecretStore`
enum:
- SecretStore
- ClusterSecretStore
type: string
name:
description: Name of the SecretStore resource
maxLength: 253
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
type: string
required:
- name
type: object
type: object
type: object
Expand All @@ -382,12 +426,16 @@ spec:
description: |-
Kind of the SecretStore resource (SecretStore or ClusterSecretStore)
Defaults to `SecretStore`
enum:
- SecretStore
- ClusterSecretStore
type: string
name:
description: Name of the SecretStore resource
maxLength: 253
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
type: string
required:
- name
type: object
target:
default:
Expand All @@ -400,8 +448,8 @@ spec:
creationPolicy:
default: Owner
description: |-
CreationPolicy defines rules on how to create the resulting Secret
Defaults to 'Owner'
CreationPolicy defines rules on how to create the resulting Secret.
Defaults to "Owner"
enum:
- Owner
- Orphan
Expand All @@ -411,8 +459,8 @@ spec:
deletionPolicy:
default: Retain
description: |-
DeletionPolicy defines rules on how to delete the resulting Secret
Defaults to 'Retain'
DeletionPolicy defines rules on how to delete the resulting Secret.
Defaults to "Retain"
enum:
- Delete
- Merge
Expand All @@ -424,9 +472,11 @@ spec:
type: boolean
name:
description: |-
Name defines the name of the Secret resource to be managed
This field is immutable
The name of the Secret resource to be managed.
Defaults to the .metadata.name of the ExternalSecret resource
maxLength: 253
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
type: string
template:
description: Template defines a blueprint for the created
Expand Down Expand Up @@ -471,9 +521,15 @@ spec:
configMap:
properties:
items:
description: A list of keys in the ConfigMap/Secret
to use as templates for Secret data
items:
properties:
key:
description: A key in the ConfigMap/Secret
maxLength: 253
minLength: 1
pattern: ^[-._a-zA-Z0-9]+$
type: string
templateAs:
default: Values
Expand All @@ -486,6 +542,11 @@ spec:
type: object
type: array
name:
description: The name of the ConfigMap/Secret
resource
maxLength: 253
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
type: string
required:
- items
Expand All @@ -496,9 +557,15 @@ spec:
secret:
properties:
items:
description: A list of keys in the ConfigMap/Secret
to use as templates for Secret data
items:
properties:
key:
description: A key in the ConfigMap/Secret
maxLength: 253
minLength: 1
pattern: ^[-._a-zA-Z0-9]+$
type: string
templateAs:
default: Values
Expand All @@ -511,6 +578,11 @@ spec:
type: object
type: array
name:
description: The name of the ConfigMap/Secret
resource
maxLength: 253
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
type: string
required:
- items
Expand Down Expand Up @@ -635,6 +707,9 @@ spec:
description: Choose namespaces by name. This field is ORed with anything
that NamespaceSelectors ends up choosing.
items:
maxLength: 63
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
type: array
refreshTime:
Expand Down
Loading

0 comments on commit 98e7bb4

Please sign in to comment.