Skip to content

Commit f6152d1

Browse files
committed
release notes: fix some 3.2 references
Fix some 3.2 references which were previously missed
1 parent 7f9eb52 commit f6152d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

asciidoc/edge-book/releasenotes.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ registry.suse.com/edge/3.3/release-manifest:3.3.0
383383
[#tech-previews]
384384
= Technology Previews
385385

386-
Unless otherwise stated, these apply to the 3.2.0 release and all subsequent z-stream versions.
386+
Unless otherwise stated, these apply to the 3.3.0 release and all subsequent z-stream versions.
387387

388388
* Akri is a Technology Preview offering and is not subject to the standard scope of support.
389389
* IPv6 and dual-stack downstream deployments are a Technology Preview offering and are not subject to the standard scope of support.
@@ -404,8 +404,8 @@ Verify the container image hash, for example using `crane`:
404404

405405
[,bash]
406406
----
407-
> crane digest registry.suse.com/edge/3.2/baremetal-operator:0.8.0
408-
sha256:d85c1bcd286dec81a3806a8fb8b66c0e0741797f23174f5f6f41281b1e27c52f
407+
> crane digest registry.suse.com/edge/3.3/baremetal-operator:0.9.1 --platform linux/amd64
408+
sha256:02c5590cd51b1a1ea02f9908f2184ef4fbc856eb0197e804a7d57566d9278ddd
409409
----
410410

411411
NOTE: For multi-arch images it is also necessary to specify a platform when obtaining the digest, e.g `--platform linux/amd64` or `--platform linux/arm64`. Failure to do this will result in an error in the following step (`Error: no matching attestations`).
@@ -414,9 +414,9 @@ Verify with `cosign`:
414414

415415
[,bash]
416416
----
417-
> cosign verify-attestation --type spdxjson --key key.pem registry.suse.com/edge/3.2/baremetal-operator@sha256:d85c1bcd286dec81a3806a8fb8b66c0e0741797f23174f5f6f41281b1e27c52f > /dev/null
417+
> cosign verify-attestation --type spdxjson --key key.pem registry.suse.com/edge/3.3/baremetal-operator@sha256:02c5590cd51b1a1ea02f9908f2184ef4fbc856eb0197e804a7d57566d9278ddd > /dev/null
418418
#
419-
Verification for registry.suse.com/edge/3.2/baremetal-operator@sha256:d85c1bcd286dec81a3806a8fb8b66c0e0741797f23174f5f6f41281b1e27c52f --
419+
Verification for registry.suse.com/edge/3.3/baremetal-operator@sha256:02c5590cd51b1a1ea02f9908f2184ef4fbc856eb0197e804a7d57566d9278ddd --
420420
The following checks were performed on each of these signatures:
421421
- The cosign claims were validated
422422
- The claims were present in the transparency log

0 commit comments

Comments
 (0)