Skip to content

CASMHMS-6621 Updated CAPMC to point to latest SMD v2.45.0#93

Open
arka-pramanik-hpe wants to merge 1 commit intomasterfrom
CASMHMS-6621
Open

CASMHMS-6621 Updated CAPMC to point to latest SMD v2.45.0#93
arka-pramanik-hpe wants to merge 1 commit intomasterfrom
CASMHMS-6621

Conversation

@arka-pramanik-hpe
Copy link
Copy Markdown

@arka-pramanik-hpe arka-pramanik-hpe commented Dec 6, 2025

Summary and Scope

This PR updates go.mod to point to the latest SMD v2.45.0

Adopted app version 3.11.0 for CSM 1.7.2 (helm chart 5.1.5)

Issues and Related PRs

  • Resolves CASMHMS-6621
  • Change will also be needed in hms-capmc-charts

Testing

Tested on:
mug

Test Results:

ncn-m001:~/arka/hms # helm upgrade -n services cray-hms-capmc ./cray-hms-capmc-5.1.5-20251206175025+253f118.tgz -f values.yaml 
Release "cray-hms-capmc" has been upgraded. Happy Helming!
NAME: cray-hms-capmc
LAST DEPLOYED: Mon Dec  8 12:03:26 2025
NAMESPACE: services
STATUS: deployed
REVISION: 10
ncn-m001:~/arka/hms # /opt/cray/csm/scripts/hms_verification/run_hms_ct_tests.sh -t capmc
Running capmc tests...
Log file for run is: /opt/cray/tests/hms_ct_test-20251208T120425-capmc-W5glvV.log
DONE.
SUCCESS: Service test passed: capmc

Pull Request Checklist

  • Version number(s) incremented, if applicable
  • Copyrights updated
  • License file intact
  • Target branch correct
  • CHANGELOG.md updated
  • Testing is appropriate and complete, if applicable

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 6, 2025

👋 Hey! Here is the image we built for you (Artifactory Link):

artifactory.algol60.net/csm-docker/unstable/cray-capmc-hmth-test:3.11.0-20251206175026.0ff85f8

Use podman or docker to pull it down and inspect locally:

podman pull artifactory.algol60.net/csm-docker/unstable/cray-capmc-hmth-test:3.11.0-20251206175026.0ff85f8

Or, use this script to pull the image from the build server to a dev system:

Dev System Pull Script

Note the following script only applies to systems running CSM 1.2 or later.

#!/usr/bin/env bash

IMAGE=artifactory.algol60.net/csm-docker/unstable/cray-capmc-hmth-test:3.11.0-20251206175026.0ff85f8

podman run --rm --network host  \
    quay.io/skopeo/stable copy \
    --src-tls-verify=false \
    --dest-tls-verify=false \
    --dest-username "$(kubectl -n nexus get secret nexus-admin-credential -o json | jq -r '.data.username | @base64d')" \
    --dest-password "$(kubectl -n nexus get secret nexus-admin-credential -o json | jq -r '.data.password | @base64d')" \
    docker://$IMAGE \
    docker://registry.local/$IMAGE
Snyk Report

Coming soon

Software Bill of Materials
cosign download sbom artifactory.algol60.net/csm-docker/unstable/cray-capmc-hmth-test:3.11.0-20251206175026.0ff85f8 > container_image.spdx

If you don't have cosign, then you can get it here.

Note: this SHA is the merge of effe23f and the PR base branch. Good luck and make rocket go now! 🌮 🚀

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 6, 2025

👋 Hey! Here is the image we built for you (Artifactory Link):

artifactory.algol60.net/csm-docker/unstable/cray-capmc:3.11.0-20251206175023.0ff85f8

Use podman or docker to pull it down and inspect locally:

podman pull artifactory.algol60.net/csm-docker/unstable/cray-capmc:3.11.0-20251206175023.0ff85f8

Or, use this script to pull the image from the build server to a dev system:

Dev System Pull Script

Note the following script only applies to systems running CSM 1.2 or later.

#!/usr/bin/env bash

IMAGE=artifactory.algol60.net/csm-docker/unstable/cray-capmc:3.11.0-20251206175023.0ff85f8

podman run --rm --network host  \
    quay.io/skopeo/stable copy \
    --src-tls-verify=false \
    --dest-tls-verify=false \
    --dest-username "$(kubectl -n nexus get secret nexus-admin-credential -o json | jq -r '.data.username | @base64d')" \
    --dest-password "$(kubectl -n nexus get secret nexus-admin-credential -o json | jq -r '.data.password | @base64d')" \
    docker://$IMAGE \
    docker://registry.local/$IMAGE
Snyk Report

Coming soon

Software Bill of Materials
cosign download sbom artifactory.algol60.net/csm-docker/unstable/cray-capmc:3.11.0-20251206175023.0ff85f8 > container_image.spdx

If you don't have cosign, then you can get it here.

Note: this SHA is the merge of effe23f and the PR base branch. Good luck and make rocket go now! 🌮 🚀

Copy link
Copy Markdown
Contributor

@jwlv jwlv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! I'm only marking it as "Request changes" so that it doesn't accidentally merge before upper management gives approval for CSM 1.7.2 changes like this.

Also, remember to come back and update the date in the CHANGELOG.md file on the day of the merge to master so that it reflects then date the change is merged.

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.

3 participants