Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/go-f183ae131b
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf authored Aug 26, 2024
2 parents 9b599f7 + 5244f43 commit 0c119fd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
check-latest: false

- name: Setup Syft
uses: anchore/sbom-action/download-syft@ab9d16d4b419c9d1a02df5213fa0ebe965ca5a57 # v0.17.1
uses: anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2

- name: Setup Cosign
uses: sigstore/cosign-installer@v3.6.0
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
v="${{env.RELEASE_VERSION}}"
f="docs/releasenotes/$v.md"
if [ ! -f "$f" ]; then
echo "Release ${{ env.RELEASE_VERSION }}" > "$f"
echo "# Release ${{ env.RELEASE_VERSION }}" > "$f"
echo "$RELEASE_NOTES" | tail -n +2 >> "$f"
echo "RELEASE_NOTES_FILE=$f" >> $GITHUB_ENV
git add "$f"
Expand Down
5 changes: 2 additions & 3 deletions docs/releasenotes/v0.14.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release v0.14.0
# Release v0.14.0

- move migrate tooling to 'hack' folder (#889)
- feat: add npm input type (#886)
Expand All @@ -14,9 +14,8 @@ Release v0.14.0
- ignore status error for reading pubsub config (#873)
- introduce optional repository interface for resolvers (#867)
- Bump anchore/sbom-action from 0.17.0 to 0.17.1 in the ci group (#875)
- fix cli docu generation (#876)
- fix cli documentation generation (#876)
- Adjust workflow: check diff (#874)
- Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 in the ci group (#868)
- Bump the go group with 15 updates (#870)
- Package restructuring (#784)

14 changes: 7 additions & 7 deletions examples/lib/tour/01-getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,32 +168,32 @@ differ, because the code always describes the latest version):

```text
resources of the latest version:
version: 0.13.0
version: 0.14.0
provider: ocm.software
1: name: ocmcli
extra identity: "architecture"="amd64","os"="linux"
resource type: executable
access: Local blob sha256:c02de4aa8801ee0300edd31749efc7ef1cb63f082fed67861fddc6ca0ace4545[]
access: Local blob sha256:a2956cab68775be3e4e52da7eec4c2fded6bde932b5a21c28a64f0dbc70848dc[]
2: name: ocmcli
extra identity: "architecture"="arm64","os"="linux"
resource type: executable
access: Local blob sha256:7ac5a31e21214b533a6764c41f94703d9704a639a8c0119e6ece3070ba0e8988[]
access: Local blob sha256:0ec7cb898d57b87b0b66eeebff7698bc9aaedd1dc8a4d3972b5696412f2cb489[]
3: name: ocmcli
extra identity: "architecture"="arm64","os"="darwin"
resource type: executable
access: Local blob sha256:63d4604711c55532882c8625a6214186e654558abb1b28861604ad856916c921[]
access: Local blob sha256:e4939b6d6b777dc20103b8947046b842f47907c3f22b64a752f12b6ef53e4caa[]
4: name: ocmcli
extra identity: "architecture"="amd64","os"="darwin"
resource type: executable
access: Local blob sha256:09f676530a5c4782bc9d62df7c352ab0797970aa4851e1809b39b586a18eaf57[]
access: Local blob sha256:fcdffe917dafcefdb3d39bf367dde7254537bb2cddb106fd746bdff2679d178a[]
5: name: ocmcli
extra identity: "architecture"="amd64","os"="windows"
resource type: executable
access: Local blob sha256:ed5a761031862f09b0851613802b9856e7a57410e52aa7a71d24a8118d0d6867[]
access: Local blob sha256:e25d67c4e79205726c3d2b88add9189507fbd8a4f0c18c793486e7f97f3b7120[]
6: name: ocmcli-image
extra identity:
resource type: ociImage
access: OCI artifact ghcr.io/open-component-model/ocm/ocm.software/ocmcli/ocmcli-image:0.13.0
access: OCI artifact ghcr.io/open-component-model/ocm/ocm.software/ocmcli/ocmcli-image:0.14.0
```

Resources have some metadata, like their identity and a resource type.
Expand Down

0 comments on commit 0c119fd

Please sign in to comment.