diff --git a/VERSION b/VERSION index 53bf3a3189..8c5723d0d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0-dev +0.15.0-dev diff --git a/api/ocm/compdesc/meta/v1/labels.go b/api/ocm/compdesc/meta/v1/labels.go index e681e7f16c..792417e353 100644 --- a/api/ocm/compdesc/meta/v1/labels.go +++ b/api/ocm/compdesc/meta/v1/labels.go @@ -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" diff --git a/docs/releasenotes/v0.14.0.md b/docs/releasenotes/v0.14.0.md new file mode 100644 index 0000000000..00291b1eee --- /dev/null +++ b/docs/releasenotes/v0.14.0.md @@ -0,0 +1,22 @@ +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) + diff --git a/migrate.md b/hack/migrate.md similarity index 100% rename from migrate.md rename to hack/migrate.md diff --git a/migrate.mig b/hack/migrate.mig similarity index 100% rename from migrate.mig rename to hack/migrate.mig diff --git a/migrate.sh b/hack/migrate.sh old mode 100755 new mode 100644 similarity index 100% rename from migrate.sh rename to hack/migrate.sh