Skip to content
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

tweak example link; add arc certification steps #1578

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions docs/releases/stable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ It may feel early, but part of releasing the next stable version requires
preparing for the release that will follow. This requires opening tracks and
building relevant snaps and charms that will be used in the new `edge` channel.

For example, we requested 1.30 snap tracks while preparing for the 1.29 release:
For example, we requested 1.31 snap tracks while preparing for the 1.30 release:

- https://forum.snapcraft.io/t/charmed-kubernetes-1-30-snap-tracks/38912
- https://forum.snapcraft.io/t/charmed-kubernetes-1-31-snap-tracks/39824

Bundle/charm track requests are made by posting to the `charmhub requests` forum
asking for new tracks to be opened for every necessary
Expand Down Expand Up @@ -169,6 +169,25 @@ them resolved prior to GA.
Please note the [Conflict Resolution Section](#conflict-resolution) for making
any changes as a result of SQA testing.

### Azure Arc Conformance

We certify Charmed Kubernetes with the Azure Arc program by running the following
job on each new release:

https://jenkins.canonical.com/k8s-ps5/view/Conformance/job/conformance-arc-ck/

This job runs weekly, but publishing the results to Microsoft's bucket is not done
by default. Ensure we have passing results, and run the above job with the
"UPLOAD_RESULTS" parameter checked.

Credentials for this job are exported by the `azure-arc.sh` script, defined in the
"Juju Data - Azure ARC" BitWarden entry, and delivered to all Jenkins workers as part of
the `juju_creds` [credential](https://jenkins.canonical.com/k8s-ps5/manage/credentials/).

> **Note**: The `AZ_STORAGE_ACCOUNT_SAS` key expires monthly and will need to be
rotated via [the partner credential portal](https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR9r2AMIPNzpPnFQdZ9IWxshUOFpaWlQ1MkdVRUpBWEtaWU1UUkZJVlA4UCQlQCN0PWcu);
bschimke95 marked this conversation as resolved.
Show resolved Hide resolved
use the `ARC_CANONICAL_GUID` from the BitWarden entry to get a new value.

### CNCF Conformance

**Job**: https://jenkins.canonical.com/k8s-ps5/job/conformance-cncf-ck/
Expand Down