Skip to content

Commit

Permalink
Merge pull request #52 from external-secrets/bump-098
Browse files Browse the repository at this point in the history
feat: bump 0.9.8
  • Loading branch information
moolen authored Oct 31, 2023
2 parents a69c33e + 8b23b86 commit 30fd7d0
Show file tree
Hide file tree
Showing 14 changed files with 343 additions and 18 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.9.7
VERSION ?= 0.9.8

# 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.7
createdAt: "2023-10-21T17:04:24Z"
containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.8
createdAt: "2023-10-31T12:45:51Z"
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.7
name: external-secrets-operator.v0.9.8
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.7
image: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.8
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.7
version: 0.9.8
73 changes: 71 additions & 2 deletions bundle/manifests/external-secrets.io_clusterexternalsecrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,30 @@ spec:
conversionStrategy:
default: Default
description: Used to define a conversion Strategy
enum:
- Default
- Unicode
type: string
decodingStrategy:
default: None
description: Used to define a decoding Strategy
enum:
- Auto
- Base64
- Base64URL
- None
type: string
key:
description: Key is the key used in the Provider, mandatory
type: string
metadataPolicy:
default: None
description: Policy for fetching tags/labels from provider
secrets, possible options are Fetch, None. Defaults
to None
enum:
- None
- Fetch
type: string
property:
description: Used to select a specific property of the
Expand Down Expand Up @@ -180,18 +192,30 @@ spec:
conversionStrategy:
default: Default
description: Used to define a conversion Strategy
enum:
- Default
- Unicode
type: string
decodingStrategy:
default: None
description: Used to define a decoding Strategy
enum:
- Auto
- Base64
- Base64URL
- None
type: string
key:
description: Key is the key used in the Provider, mandatory
type: string
metadataPolicy:
default: None
description: Policy for fetching tags/labels from provider
secrets, possible options are Fetch, None. Defaults
to None
enum:
- None
- Fetch
type: string
property:
description: Used to select a specific property of the
Expand All @@ -212,10 +236,18 @@ spec:
conversionStrategy:
default: Default
description: Used to define a conversion Strategy
enum:
- Default
- Unicode
type: string
decodingStrategy:
default: None
description: Used to define a decoding Strategy
enum:
- Auto
- Base64
- Base64URL
- None
type: string
name:
description: Finds secrets based on the name.
Expand Down Expand Up @@ -257,6 +289,19 @@ spec:
- source
- target
type: object
transform:
description: Used to apply string transformation on
the secrets. The resulting key will be the output
of the template applied by the operation.
properties:
template:
description: Used to define the template to apply
on the secret name. `.value ` will specify the
secret name in the template.
type: string
required:
- template
type: object
type: object
type: array
sourceRef:
Expand Down Expand Up @@ -370,9 +415,18 @@ spec:
type: object
engineVersion:
default: v2
description: EngineVersion specifies the template engine
version that should be used to compile/execute the template
specified in .data and .templateFrom[].
enum:
- v1
- v2
type: string
mergePolicy:
default: Replace
enum:
- Replace
- Merge
type: string
metadata:
description: ExternalSecretTemplateMetadata defines metadata
Expand All @@ -399,6 +453,9 @@ spec:
type: string
templateAs:
default: Values
enum:
- Values
- KeysAndValues
type: string
required:
- key
Expand All @@ -421,6 +478,9 @@ spec:
type: string
templateAs:
default: Values
enum:
- Values
- KeysAndValues
type: string
required:
- key
Expand All @@ -434,6 +494,10 @@ spec:
type: object
target:
default: Data
enum:
- Data
- Annotations
- Labels
type: string
type: object
type: array
Expand Down Expand Up @@ -488,13 +552,18 @@ spec:
type: object
type: object
x-kubernetes-map-type: atomic
namespaces:
description: Choose namespaces by name. This field is ORed with anything
that NamespaceSelector ends up choosing.
items:
type: string
type: array
refreshTime:
description: The time in which the controller should reconcile it's
description: The time in which the controller should reconcile its
objects and recheck namespaces for labels.
type: string
required:
- externalSecretSpec
- namespaceSelector
type: object
status:
description: ClusterExternalSecretStatus defines the observed state of
Expand Down
18 changes: 16 additions & 2 deletions bundle/manifests/external-secrets.io_clustersecretstores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -888,8 +888,10 @@ spec:
properties:
auth:
description: Auth configures how secret-manager authenticates
with the Oracle Vault. If empty, use the instance principal,
otherwise the user credentials specified in Auth.
with the Oracle Vault. If empty, instance principal is used.
Optionally, the authenticating principal type and/or user
data may be supplied for the use of workload identity and
user principal.
properties:
secretRef:
description: SecretRef to pass through sensitive information.
Expand Down Expand Up @@ -952,6 +954,12 @@ spec:
- tenancy
- user
type: object
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.
type: string
region:
description: Region is the region where vault is located.
type: string
Expand Down Expand Up @@ -3026,6 +3034,12 @@ spec:
- tenancy
- user
type: object
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.
type: string
region:
description: Region is the region where vault is located.
type: string
Expand Down
Loading

0 comments on commit 30fd7d0

Please sign in to comment.