Skip to content

Commit 33bf551

Browse files
author
Bitnami Bot
authored
[bitnami/pinniped] Release 2.0.6 (#25666)
* [bitnami/pinniped] Release 2.0.6 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CRDs automatically Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent 7e2c5f2 commit 33bf551

10 files changed

+41
-12
lines changed

bitnami/pinniped/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ annotations:
66
licenses: Apache-2.0
77
images: |
88
- name: pinniped
9-
image: docker.io/bitnami/pinniped:0.29.0-debian-12-r4
9+
image: docker.io/bitnami/pinniped:0.30.0-debian-12-r0
1010
apiVersion: v2
11-
appVersion: 0.29.0
11+
appVersion: 0.30.0
1212
dependencies:
1313
- name: common
1414
repository: oci://registry-1.docker.io/bitnamicharts
@@ -27,4 +27,4 @@ maintainers:
2727
name: pinniped
2828
sources:
2929
- https://github.com/bitnami/charts/tree/main/bitnami/pinniped
30-
version: 2.0.5
30+
version: 2.0.6

bitnami/pinniped/crds/concierge/authentication.concierge.pinniped.dev_jwtauthenticators.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source: https://raw.githubusercontent.com/vmware-tanzu/pinniped/v{version}/deploy/concierge/authentication.concierge.pinniped.dev_jwtauthenticators.yaml
2-
# Version: 0.29.0
2+
# Version: 0.30.0
33
---
44
apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition

bitnami/pinniped/crds/concierge/authentication.concierge.pinniped.dev_webhookauthenticators.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source: https://raw.githubusercontent.com/vmware-tanzu/pinniped/v{version}/deploy/concierge/authentication.concierge.pinniped.dev_webhookauthenticators.yaml
2-
# Version: 0.29.0
2+
# Version: 0.30.0
33
---
44
apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition
@@ -146,6 +146,14 @@ spec:
146146
x-kubernetes-list-map-keys:
147147
- type
148148
x-kubernetes-list-type: map
149+
phase:
150+
default: Pending
151+
description: Phase summarizes the overall status of the WebhookAuthenticator.
152+
enum:
153+
- Pending
154+
- Ready
155+
- Error
156+
type: string
149157
type: object
150158
required:
151159
- spec

bitnami/pinniped/crds/concierge/config.concierge.pinniped.dev_credentialissuers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source: https://raw.githubusercontent.com/vmware-tanzu/pinniped/v{version}/deploy/concierge/config.concierge.pinniped.dev_credentialissuers.yaml
2-
# Version: 0.29.0
2+
# Version: 0.30.0
33
---
44
apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition

bitnami/pinniped/crds/supervisor/config.supervisor.pinniped.dev_federationdomains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source: https://raw.githubusercontent.com/vmware-tanzu/pinniped/v{version}/deploy/supervisor/config.supervisor.pinniped.dev_federationdomains.yaml
2-
# Version: 0.29.0
2+
# Version: 0.30.0
33
---
44
apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition

bitnami/pinniped/crds/supervisor/config.supervisor.pinniped.dev_oidcclients.yaml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source: https://raw.githubusercontent.com/vmware-tanzu/pinniped/v{version}/deploy/supervisor/config.supervisor.pinniped.dev_oidcclients.yaml
2-
# Version: 0.29.0
2+
# Version: 0.30.0
33
---
44
apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition
@@ -121,6 +121,27 @@ spec:
121121
minItems: 1
122122
type: array
123123
x-kubernetes-list-type: set
124+
tokenLifetimes:
125+
description: tokenLifetimes are the optional overrides of token lifetimes
126+
for an OIDCClient.
127+
properties:
128+
idTokenSeconds:
129+
description: |-
130+
idTokenSeconds is the lifetime of ID tokens issued to this client, in seconds. This will choose the lifetime of
131+
ID tokens returned by the authorization flow and the refresh grant. It will not influence the lifetime of the ID
132+
tokens returned by RFC8693 token exchange. When null, a short-lived default value will be used.
133+
This value must be between 120 and 1,800 seconds (30 minutes), inclusive. It is recommended to make these tokens
134+
short-lived to force the client to perform the refresh grant often, because the refresh grant will check with the
135+
external identity provider to decide if it is acceptable for the end user to continue their session, and will
136+
update the end user's group memberships from the external identity provider. Giving these tokens a long life is
137+
will allow the end user to continue to use a token while avoiding these updates from the external identity
138+
provider. However, some web applications may have reasons specific to the design of that application to prefer
139+
longer lifetimes.
140+
format: int32
141+
maximum: 1800
142+
minimum: 120
143+
type: integer
144+
type: object
124145
required:
125146
- allowedGrantTypes
126147
- allowedRedirectURIs

bitnami/pinniped/crds/supervisor/idp.supervisor.pinniped.dev_activedirectoryidentityproviders.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source: https://raw.githubusercontent.com/vmware-tanzu/pinniped/v{version}/deploy/supervisor/idp.supervisor.pinniped.dev_activedirectoryidentityproviders.yaml
2-
# Version: 0.29.0
2+
# Version: 0.30.0
33
---
44
apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition

bitnami/pinniped/crds/supervisor/idp.supervisor.pinniped.dev_ldapidentityproviders.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source: https://raw.githubusercontent.com/vmware-tanzu/pinniped/v{version}/deploy/supervisor/idp.supervisor.pinniped.dev_ldapidentityproviders.yaml
2-
# Version: 0.29.0
2+
# Version: 0.30.0
33
---
44
apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition

bitnami/pinniped/crds/supervisor/idp.supervisor.pinniped.dev_oidcidentityproviders.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source: https://raw.githubusercontent.com/vmware-tanzu/pinniped/v{version}/deploy/supervisor/idp.supervisor.pinniped.dev_oidcidentityproviders.yaml
2-
# Version: 0.29.0
2+
# Version: 0.30.0
33
---
44
apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition

bitnami/pinniped/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ extraDeploy: []
6767
image:
6868
registry: docker.io
6969
repository: bitnami/pinniped
70-
tag: 0.29.0-debian-12-r4
70+
tag: 0.30.0-debian-12-r0
7171
digest: ""
7272
## Specify a imagePullPolicy
7373
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)