-
Notifications
You must be signed in to change notification settings - Fork 44
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: update Keycloak to v26.0.7 #1348
Conversation
name: example | ||
spec: | ||
arn: <some-pca-arn> | ||
{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the snapshot updater did an upsi wupsi... please revert all changes that aren't in the keycloak-operator chart
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 👍
d2a94eb
to
2dc4274
Compare
charts/keycloak-operator/Chart.yaml
Outdated
@@ -16,7 +16,7 @@ maintainers: | |||
annotations: | |||
artifacthub.io/changes: | | |||
- kind: changed | |||
description: "chore: update keycloak from v26.0.1 to v26.0.6" | |||
description: "chore: update keycloak to v26.0.7" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: "chore: update keycloak to v26.0.7" | |
description: "chore: update keycloak from v26.0.6 to v26.0.7" |
charts/keycloak-operator/Chart.yaml
Outdated
@@ -16,7 +16,7 @@ maintainers: | |||
annotations: | |||
artifacthub.io/changes: | | |||
- kind: changed | |||
description: "chore: update keycloak from v26.0.1 to v26.0.6" | |||
description: "chore: update keycloak to v26.0.7" | |||
links: | |||
- name: "Keycloak 26.0.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, the old links need removing... artifacthub aggregates the releasenotes over time
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Update Keycloak to v26.0.7.
artifacthub.io/changes
annotation inChart.yaml
, check the example in the documentation.pre-commit run
docs/
pre-commit
Running the pre-commit hooks changed a lot of unrelated files.