Skip to content

Commit 185039a

Browse files
chore(deps): update minor-grouped (main) (#472)
* chore(deps): update minor-grouped | datasource | package | from | to | | --------------- | ---------------------------- | ------- | ------- | | github-tags | aws/aws-cli | 2.31.37 | 2.32.3 | | github-tags | pre-commit/pre-commit | 4.4.0 | 4.5.0 | | github-tags | renovatebot/pre-commit-hooks | 42.11.0 | 42.19.3 | | github-releases | mikefarah/yq | 4.48.2 | 4.49.1 | * fix: dead links --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Langleu <lars.lange@camunda.com>
1 parent eff34e4 commit 185039a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: actionlint-docker
2929

3030
- repo: https://github.com/renovatebot/pre-commit-hooks
31-
rev: 42.11.0
31+
rev: 42.19.3
3232
hooks:
3333
- id: renovate-config-validator
3434
args: [--strict]

.tool-versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
# check it with
1414
# diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly"
1515

16-
awscli 2.31.37
16+
awscli 2.32.3
1717

1818
just 1.43.1
1919

20-
pre-commit 4.4.0
20+
pre-commit 4.5.0
2121

2222
python 3.14.0
2323

24-
yq 4.48.2
24+
yq 4.49.1

DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ When adding a new version of Keycloak, follow these steps:
150150

151151
2. **Major Version Considerations:**
152152
- Note that Keycloak supports only one version of Postgres per major release.
153-
- Find the version in the `pom.xml` file of the project. You can locate it [here](https://github.com/keycloak/keycloak/blob/release/24.0/pom.xml).
153+
- Find the version in the `pom.xml` file of the project. You can locate it [here](https://github.com/keycloak/keycloak/blob/archive/release/24.0/pom.xml).
154154
- The pipeline of tests will automatically fetch this file and use the referenced version. For example: `<postgresql.version>15</postgresql.version>` indicates the target test version.
155155
- Use this version locally for testing.
156156

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Camunda Keycloak Container Image
22

3-
[![build-images](https://img.shields.io/badge/Camunda-FC5D0D)](https://www.camunda.com/)
3+
[![build-images](https://img.shields.io/badge/Camunda-FC5D0D)](https://camunda.com/)
44
[![build-images](https://github.com/camunda/keycloak/actions/workflows/build-images.yml/badge.svg?branch=main)](https://github.com/camunda/keycloak/actions/workflows/build-images.yml)
55
[![Docker image](https://img.shields.io/badge/docker.io%2Fcamunda%2Fkeycloak-e4f0fb?logo=docker&label=docker%20amd64,arm64)](https://hub.docker.com/r/camunda/keycloak/tags)
66
[![Docker image Quay](https://img.shields.io/badge/docker.io%2Fcamunda%2Fkeycloak:quay--*-e4f0fb?logo=docker&label=docker%20amd64,arm64)](https://hub.docker.com/r/camunda/keycloak/tags)
77
[![Licence](https://img.shields.io/github/license/camunda/keycloak)](https://github.com/camunda/keycloak/blob/main/LICENSE)
88

99
This Docker image provides a generic Keycloak setup based on [bitnami/keycloak](https://hub.docker.com/r/bitnami/keycloak) or the [official Keycloak image from Quay.io](https://quay.io/repository/keycloak/keycloak). It also includes:
1010
* an optional AWS wrapper, allowing for the use of AWS Identity and Access Management (IAM) Roles for Service Accounts (IRSA) for database authentication.
11-
* an optional [Camunda Identity](https://docs.camunda.io/docs/self-managed/identity/what-is-identity/) login theme
11+
* an optional [Camunda Identity](https://docs.camunda.io/docs/self-managed/components/management-identity/overview/) login theme
1212

1313
## Image Variants
1414

@@ -357,4 +357,4 @@ We welcome contributions and enhancements to this Docker image. Feel free to joi
357357

358358
**Keycloak is a Cloud Native Computing Foundation incubation project.**
359359

360-
© Keycloak Authors 2023. © 2023 The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our [Trademark Usage page](https://www.linuxfoundation.org/trademark-usage/).
360+
© Keycloak Authors 2023. © 2023 The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our [Trademark Usage page](https://www.linuxfoundation.org/legal/trademark-usage).

0 commit comments

Comments
 (0)