Skip to content

fix(examples): bump keycloak-plugins Nickel stack version to 0.2.1 - #1845

Merged
patextreme merged 1 commit into
mainfrom
fix/keycloak-nickel-version-0.2.1
Jul 28, 2026
Merged

fix(examples): bump keycloak-plugins Nickel stack version to 0.2.1#1845
patextreme merged 1 commit into
mainfrom
fix/keycloak-nickel-version-0.2.1

Conversation

@patextreme

Copy link
Copy Markdown
Contributor

Summary

Follow-up to #1844 (just merged), which migrated the keycloak-plugins image to the repo-linked namespace ghcr.io/hyperledger-identus/keycloak-plugins.

#1844 missed examples/.nickel/versions.ncl, which still pins identusKeycloak = "0.2.0". The Nickel external-keycloak stack (stack.ncl) resolves its image tag from this variable:

image = "ghcr.io/hyperledger-identus/keycloak-plugins:%{V.identusKeycloak}"

The new namespace only has 0.2.1 published0.2.0 returns HTTP 404 (manifest unknown), the exact failure this migration was fixing. So the example stack would fail to pull.

This bumps the variable 0.2.0 → 0.2.1.

Verification

ghcr.io/hyperledger-identus/keycloak-plugins:0.2.1  → HTTP 200 (exists)
ghcr.io/hyperledger-identus/keycloak-plugins:0.2.0  → HTTP 404 (does not exist)

Why this wasn't caught by CI

The integration tests use tests/.../keycloak-oid4vci.yml (correctly at 0.2.1 since #1844), so CI is green. The Nickel stack is a deployment example, not exercised by CI — hence the gap.

One-line change, no code impact.

Signed-off-by: Pat Losoponkul patextreme@hotmail.com

The new ghcr.io/hyperledger-identus/keycloak-plugins namespace only has the
0.2.1 tag published; 0.2.0 does not exist there (HTTP 404). #1844 migrated
the namespace in stack.ncl but left versions.ncl pinned to 0.2.0, so the
external-keycloak Nickel stack resolved to a non-existent image.

Signed-off-by: Pat Losoponkul <patextreme@hotmail.com>
@patextreme
patextreme requested a review from a team as a code owner July 28, 2026 10:14
@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown
Contributor

Integration Test Results (prism-node)

1 tests  ±0   1 ✅ ±0   2s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit c495e85. ± Comparison against base commit 2e542f1.

@github-actions

Copy link
Copy Markdown
Contributor

Integration Test Results

 23 files  ±0   23 suites  ±0   3s ⏱️ -1s
 58 tests ±0   58 ✅ ±0  0 💤 ±0  0 ❌ ±0 
106 runs  ±0  106 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit c495e85. ± Comparison against base commit 2e542f1.

@github-actions

github-actions Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Unit Test Results

113 files  ±0  113 suites  ±0   23m 37s ⏱️ - 1m 4s
927 tests ±0  919 ✅ ±0  8 💤 ±0  0 ❌ ±0 
934 runs  ±0  926 ✅ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit c495e85. ± Comparison against base commit 2e542f1.

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant