Skip to content

Commit

Permalink
Merge branch 'main' into label-value-as-blob
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Aug 26, 2024
2 parents a1f64d3 + b2a4567 commit 6f5a2e2
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0-dev
0.15.0-dev
1 change: 1 addition & 0 deletions api/ocm/compdesc/meta/v1/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"github.com/mandelsoft/goutils/errors"
"github.com/opencontainers/go-digest"
"k8s.io/apimachinery/pkg/util/validation/field"

"ocm.software/ocm/api/ocm/compdesc/equivalent"
"ocm.software/ocm/api/utils/listformat"
"ocm.software/ocm/api/utils/runtime"
Expand Down
22 changes: 22 additions & 0 deletions docs/releasenotes/v0.14.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Release v0.14.0

Check failure on line 1 in docs/releasenotes/v0.14.0.md

View workflow job for this annotation

GitHub Actions / Lint Markdown

First line in a file should be a top-level heading [Context: "Release v0.14.0"]

- move migrate tooling to 'hack' folder (#889)
- feat: add npm input type (#886)
- Validate method for oci/ocm repository specs (#866)
- add public GPG key that can be used for signing (#884)
- disable manual/secondary caching (#885)
- Add linux packages to goreleaser (#888)
- raise alpine version (#883)
- fix: typo + missing bin directory (#880)
- Verify/markdown (#871)
- Bump the go group with 16 updates (#878)
- more path mappings (#877)
- 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)
- 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)

File renamed without changes.
File renamed without changes.
0 migrate.sh → hack/migrate.sh
100755 → 100644
File renamed without changes.

0 comments on commit 6f5a2e2

Please sign in to comment.