Skip to content

Commit

Permalink
chore: bump version v0.10.4
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Brautigam <[email protected]>
  • Loading branch information
Skarlso committed Sep 25, 2024
1 parent a9adcda commit 5938cf9
Show file tree
Hide file tree
Showing 34 changed files with 262 additions and 77 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.3
VERSION ?= 0.10.4

# 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.3
createdAt: "2024-09-09T19:28:48Z"
containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.10.4
createdAt: "2024-09-25T12:13:54Z"
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.3
name: external-secrets-operator.v0.10.4
namespace: external-secrets
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -979,7 +979,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: ghcr.io/external-secrets/external-secrets-helm-operator:v0.10.3
image: ghcr.io/external-secrets/external-secrets-helm-operator:v0.10.4
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1077,4 +1077,4 @@ spec:
provider:
name: External Secrets
url: https://external-secrets.io
version: 0.10.3
version: 0.10.4
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
creationTimestamp: null
labels:
external-secrets.io/component: controller
Expand All @@ -21,7 +21,7 @@ spec:
group: external-secrets.io
names:
categories:
- externalsecrets
- external-secrets
kind: ClusterExternalSecret
listKind: ClusterExternalSecretList
plural: clusterexternalsecrets
Expand Down
49 changes: 46 additions & 3 deletions bundle/manifests/external-secrets.io_clustersecretstores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
creationTimestamp: null
labels:
external-secrets.io/component: controller
Expand All @@ -21,7 +21,7 @@ spec:
group: external-secrets.io
names:
categories:
- externalsecrets
- external-secrets
kind: ClusterSecretStore
listKind: ClusterSecretStoreList
plural: clustersecretstores
Expand Down Expand Up @@ -3799,6 +3799,44 @@ spec:
- database
- host
type: object
previder:
description: Previder configures this store to sync secrets using
the Previder provider
properties:
auth:
description: PreviderAuth contains a secretRef for credentials.
properties:
secretRef:
description: PreviderAuthSecretRef holds secret references
for Previder Vault credentials.
properties:
accessToken:
description: The AccessToken is used for authentication
properties:
key:
description: |-
The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
defaulted, in others it may be required.
type: string
name:
description: The name of the Secret resource being
referred to.
type: string
namespace:
description: |-
Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
to the namespace of the referent.
type: string
type: object
required:
- accessToken
type: object
type: object
baseUri:
type: string
required:
- auth
type: object
pulumi:
description: Pulumi configures this store to sync secrets using
the Pulumi provider
Expand Down Expand Up @@ -3828,7 +3866,7 @@ spec:
type: object
type: object
apiUrl:
default: https://api.pulumi.com/api/preview
default: https://api.pulumi.com/api/esc
description: APIURL is the URL of the Pulumi API.
type: string
environment:
Expand All @@ -3843,10 +3881,15 @@ spec:
Organization are a space to collaborate on shared projects and stacks.
To create a new organization, visit https://app.pulumi.com/ and click "New Organization".
type: string
project:
description: Project is the name of the Pulumi ESC project
the environment belongs to.
type: string
required:
- accessToken
- environment
- organization
- project
type: object
scaleway:
description: Scaleway
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/external-secrets.io_externalsecrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
creationTimestamp: null
labels:
external-secrets.io/component: controller
Expand All @@ -21,7 +21,7 @@ spec:
group: external-secrets.io
names:
categories:
- externalsecrets
- external-secrets
kind: ExternalSecret
listKind: ExternalSecretList
plural: externalsecrets
Expand Down
6 changes: 4 additions & 2 deletions bundle/manifests/external-secrets.io_pushsecrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
creationTimestamp: null
labels:
external-secrets.io/component: controller
name: pushsecrets.external-secrets.io
spec:
conversion:
Expand All @@ -19,7 +21,7 @@ spec:
group: external-secrets.io
names:
categories:
- pushsecrets
- external-secrets
kind: PushSecret
listKind: PushSecretList
plural: pushsecrets
Expand Down
49 changes: 46 additions & 3 deletions bundle/manifests/external-secrets.io_secretstores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
creationTimestamp: null
labels:
external-secrets.io/component: controller
Expand All @@ -21,7 +21,7 @@ spec:
group: external-secrets.io
names:
categories:
- externalsecrets
- external-secrets
kind: SecretStore
listKind: SecretStoreList
plural: secretstores
Expand Down Expand Up @@ -3799,6 +3799,44 @@ spec:
- database
- host
type: object
previder:
description: Previder configures this store to sync secrets using
the Previder provider
properties:
auth:
description: PreviderAuth contains a secretRef for credentials.
properties:
secretRef:
description: PreviderAuthSecretRef holds secret references
for Previder Vault credentials.
properties:
accessToken:
description: The AccessToken is used for authentication
properties:
key:
description: |-
The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
defaulted, in others it may be required.
type: string
name:
description: The name of the Secret resource being
referred to.
type: string
namespace:
description: |-
Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
to the namespace of the referent.
type: string
type: object
required:
- accessToken
type: object
type: object
baseUri:
type: string
required:
- auth
type: object
pulumi:
description: Pulumi configures this store to sync secrets using
the Pulumi provider
Expand Down Expand Up @@ -3828,7 +3866,7 @@ spec:
type: object
type: object
apiUrl:
default: https://api.pulumi.com/api/preview
default: https://api.pulumi.com/api/esc
description: APIURL is the URL of the Pulumi API.
type: string
environment:
Expand All @@ -3843,10 +3881,15 @@ spec:
Organization are a space to collaborate on shared projects and stacks.
To create a new organization, visit https://app.pulumi.com/ and click "New Organization".
type: string
project:
description: Project is the name of the Pulumi ESC project
the environment belongs to.
type: string
required:
- accessToken
- environment
- organization
- project
type: object
scaleway:
description: Scaleway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
creationTimestamp: null
labels:
external-secrets.io/component: controller
Expand All @@ -21,7 +21,8 @@ spec:
group: generators.external-secrets.io
names:
categories:
- acraccesstoken
- external-secrets
- external-secrets-generators
kind: ACRAccessToken
listKind: ACRAccessTokenList
plural: acraccesstokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
creationTimestamp: null
labels:
external-secrets.io/component: controller
Expand All @@ -21,7 +21,8 @@ spec:
group: generators.external-secrets.io
names:
categories:
- ecrauthorizationtoken
- external-secrets
- external-secrets-generators
kind: ECRAuthorizationToken
listKind: ECRAuthorizationTokenList
plural: ecrauthorizationtokens
Expand Down
5 changes: 3 additions & 2 deletions bundle/manifests/generators.external-secrets.io_fakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
creationTimestamp: null
labels:
external-secrets.io/component: controller
Expand All @@ -21,7 +21,8 @@ spec:
group: generators.external-secrets.io
names:
categories:
- fake
- external-secrets
- external-secrets-generators
kind: Fake
listKind: FakeList
plural: fakes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
creationTimestamp: null
labels:
external-secrets.io/component: controller
Expand All @@ -21,7 +21,8 @@ spec:
group: generators.external-secrets.io
names:
categories:
- gcraccesstoken
- external-secrets
- external-secrets-generators
kind: GCRAccessToken
listKind: GCRAccessTokenList
plural: gcraccesstokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
creationTimestamp: null
labels:
external-secrets.io/component: controller
Expand All @@ -21,7 +21,8 @@ spec:
group: generators.external-secrets.io
names:
categories:
- githubaccesstoken
- external-secrets
- external-secrets-generators
kind: GithubAccessToken
listKind: GithubAccessTokenList
plural: githubaccesstokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
creationTimestamp: null
labels:
external-secrets.io/component: controller
Expand All @@ -21,7 +21,8 @@ spec:
group: generators.external-secrets.io
names:
categories:
- password
- external-secrets
- external-secrets-generators
kind: Password
listKind: PasswordList
plural: passwords
Expand Down
Loading

0 comments on commit 5938cf9

Please sign in to comment.