Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adorsys/keycloak-config-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.3
Choose a base ref
...
head repository: adorsys/keycloak-config-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.5
Choose a head ref
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Jun 25, 2024

  1. Bump madhead/semver-utils from 3 to 4

    Bumps [madhead/semver-utils](https://github.com/madhead/semver-utils) from 3 to 4.
    - [Release notes](https://github.com/madhead/semver-utils/releases)
    - [Commits](madhead/semver-utils@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: madhead/semver-utils
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 25, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1c528dd View commit details

Commits on Jun 27, 2024

  1. Bump actions/download-artifact from 4.1.4 to 4.1.7

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4.1.4...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d9e73b1 View commit details
  2. Bump actions/upload-artifact from 4.3.1 to 4.3.3

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4.3.1...v4.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    94d4ac6 View commit details
  3. [maven-release-plugin] prepare for next development iteration

    st3v0rr committed Jun 27, 2024
    Copy the full SHA
    1c16c50 View commit details
  4. Merge pull request #1080 from adorsys/dependabot/github_actions/actio…

    …ns/upload-artifact-4.3.3
    
    Bump actions/upload-artifact from 4.3.1 to 4.3.3
    jonasvoelcker authored Jun 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2117a4d View commit details
  5. Merge pull request #1078 from adorsys/dependabot/github_actions/actio…

    …ns/download-artifact-4.1.7
    
    Bump actions/download-artifact from 4.1.4 to 4.1.7
    jonasvoelcker authored Jun 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    dfa5c64 View commit details
  6. Merge pull request #1074 from adorsys/dependabot/github_actions/madhe…

    …ad/semver-utils-4
    
    Bump madhead/semver-utils from 3 to 4
    jonasvoelcker authored Jun 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1cc99b9 View commit details
  7. [maven-release-plugin] prepare release v6.1.5

    jonasvoelcker committed Jun 27, 2024
    Copy the full SHA
    1a2d51f View commit details
Showing with 11 additions and 8 deletions.
  1. +3 −3 .github/workflows/ci.yaml
  2. +4 −1 CHANGELOG.md
  3. +2 −2 contrib/charts/keycloak-config-cli/Chart.yaml
  4. +2 −2 pom.xml
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ jobs:

- name: Compute SemVer parts of Keycloak version
id: keycloak_semver
uses: madhead/semver-utils@v3
uses: madhead/semver-utils@v4
with:
version: ${{ matrix.env.KEYCLOAK_VERSION }}

@@ -155,7 +155,7 @@ jobs:
cp target/keycloak-config-cli.jar keycloak-config-cli-${{ matrix.env.KEYCLOAK_VERSION }}.jar
sha256sum keycloak-config-cli-${{ matrix.env.KEYCLOAK_VERSION }}.jar > keycloak-config-cli-${{ matrix.env.KEYCLOAK_VERSION }}.jar.sha256
- uses: actions/upload-artifact@v4.3.1
- uses: actions/upload-artifact@v4.3.3
with:
name: keycloak-config-cli-${{ matrix.env.KEYCLOAK_VERSION }}
if-no-files-found: error
@@ -283,7 +283,7 @@ jobs:
needs: [build]
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v4.1.4
- uses: actions/download-artifact@v4.1.7
with:
path: assets
- name: Write release tag without v
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [6.1.5] - 2024-06-27

## [6.1.3] - 2024-06-27

## [6.1.2] - 2024-06-27
@@ -771,7 +773,8 @@ A lot of import properties are added over the years. this major release of keycl

<!-- @formatter:off -->

[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v6.1.3...HEAD
[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v6.1.5...HEAD
[6.1.5]: https://github.com/adorsys/keycloak-config-cli/compare/v6.1.3...v6.1.5
[6.1.3]: https://github.com/adorsys/keycloak-config-cli/compare/v6.1.2...v6.1.3
[6.1.2]: https://github.com/adorsys/keycloak-config-cli/compare/v6.1.1...v6.1.2
[6.1.1]: https://github.com/adorsys/keycloak-config-cli/compare/v6.1.0...v6.1.1
4 changes: 2 additions & 2 deletions contrib/charts/keycloak-config-cli/Chart.yaml
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@ apiVersion: v2
name: keycloak-config-cli
description: Import JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak.
home: https://github.com/adorsys/keycloak-config-cli
version: 6.1.3
appVersion: 6.1.3
version: 6.1.5
appVersion: 6.1.5
maintainers:
- name: jkroepke
email: joe@adorsys.de
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
<groupId>de.adorsys.keycloak</groupId>
<artifactId>keycloak-config-cli</artifactId>
<packaging>jar</packaging>
<version>6.1.3</version>
<version>6.1.5</version>

<name>keycloak-config-cli</name>
<url>https://github.com/adorsys/keycloak-config-cli</url>
@@ -46,7 +46,7 @@
<connection>scm:git:git://github.com/adorsys/keycloak-config-cli.git</connection>
<developerConnection>scm:git:ssh://git@github.com/keycloak-config-cli.git</developerConnection>
<url>https://github.com/adorsys/keycloak-config-cli</url>
<tag>v6.1.3</tag>
<tag>v6.1.5</tag>
</scm>

<issueManagement>