Skip to content

Release v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 07:24
· 50 commits to main since this release
b5931ff

0.7.0 - 2024-05-29

Highlights

  • Kubernetes support ☸️ VMClarity is now able to discover and scan both container and container images in your cluster. Check the deployment instructions here.
  • Plugin Scanner support 🔌 You can now easily plugin your custom scanner in VMClarity. SDKs in Go and Python are provided to facilitate integration. For more details check here.
  • Cloud test environments 🌩️ AWS, Azure and GCP test environments are now available so you can test your code changes.
  • New scanning capabilities 🤖 CIS docker scanner and Windows SBOM analyser.
  • General bug fixes and documentation improvements 🐞

Bug Fixes

  • fix(e2e): set directory asset last seen to future time by @paralta in #1653

Dependency Updates

  • fix(deps): update github.com/anchore/clio digest to d81e109 by @renovate[bot] in #1719

  • fix(deps): update module google.golang.org/grpc to v1.64.0 by @renovate[bot] in #1721

  • fix(deps): update module github.com/aquasecurity/trivy to v0.51.4 by @renovate[bot] in #1638

  • fix(deps): update module github.com/containers/image/v5 to v5.31.0 by @renovate[bot] in #1715

  • fix(deps): update module github.com/aquasecurity/trivy to v0.51.2 [security] by @renovate[bot] in #1686

  • fix(deps): update module google.golang.org/protobuf to v1.34.1 by @renovate[bot] in #1705

  • fix(deps): update module github.com/tdewolff/parse/v2 to v2.7.14 by @renovate[bot] in #1704

  • fix(deps): update module github.com/package-url/packageurl-go to v0.1.3 by @renovate[bot] in #1703

  • fix(deps): update module github.com/containerd/containerd to v1.7.17 by @renovate[bot] in #1699

  • fix(deps): update github.com/aquasecurity/trivy-db digest to b8fe137 by @renovate[bot] in #1693

  • fix(deps): update github.com/anchore/clio digest to d03a618 by @renovate[bot] in #1692

  • fix(deps): update module github.com/containers/image/v5 to v5.30.1 [security] by @renovate[bot] in #1685

  • fix(deps): update module github.com/openclarity/grype-server/api to v0.0.0-20240502131359-2f1a56ef9b22 by @renovate[bot] in #1621

  • fix(deps): update module github.com/anchore/grype to v0.77.4 by @renovate[bot] in #1656

  • fix(deps): update module google.golang.org/protobuf to v1.34.0 by @renovate[bot] in #1643

  • fix(deps): update module github.com/go-playground/validator/v10 to v10.20.0 by @renovate[bot] in #1640

  • fix(deps): update github.com/anchore/stereoscope digest to 2e98946 by @renovate[bot] in #1636

  • fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 to v5.7.0 by @renovate[bot] in #1639

  • fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 by @renovate[bot] in #1641

  • fix(deps): update module github.com/anchore/grype to v0.77.2 by @renovate[bot] in #1634

  • fix(deps): update module github.com/tdewolff/parse/v2 to v2.7.13 by @renovate[bot] in #1622

  • fix(deps): update module github.com/anchore/syft to v1.3.0 by @renovate[bot] in #1635

  • fix(deps): update module gorm.io/gorm to v1.25.10 by @renovate[bot] in #1624

  • fix(deps): update module github.com/onsi/gomega to v1.33.1 by @renovate[bot] in #1620

  • fix(deps): update module github.com/aquasecurity/trivy-db to v0.0.0-20240502062805-dece64c97a96 by @renovate[bot] in #1619

  • fix(deps): update module github.com/aquasecurity/trivy to v0.50.4 by @renovate[bot] in #1618

  • fix(deps): update module github.com/anchore/stereoscope to v0.0.2 by @renovate[bot] in #1617

  • fix(deps): update containerd by @renovate[bot] in #1616

  • fix(deps): update module github.com/onsi/gomega to v1.33.0 by @renovate[bot] in #1592

Features

Miscellaneous Tasks

  • build(deps): update module github.com/golangci/golangci-lint to v1.59.0 by @renovate[bot] in #1737

  • build(deps): update dependency helm/helm to v3.15.1 by @renovate[bot] in #1722

  • build(deps): update dependency azure/bicep to v0.27.1 by @renovate[bot] in #1709

  • build(deps): update dependency mikefarah/yq to v4.44.1 by @renovate[bot] in #1711

  • build(deps): update module github.com/rhysd/actionlint to v1.7.0 by @renovate[bot] in #1712

  • build(deps): update dependency helm/helm to v3.15.0 by @renovate[bot] in #1710

  • build(deps): update module github.com/golangci/golangci-lint to v1.58.2 by @renovate[bot] in #1646

  • ci(deps): update actions/checkout action to v4.1.6 by @renovate[bot] in #1698

  • ci(deps): pin dependencies by @renovate[bot] in #1688

  • build(deps): update dependency orhun/git-cliff to v2.2.2 by @renovate[bot] in #1665

  • ci(deps): update actions/checkout action to v4.1.5 by @renovate[bot] in #1664

  • ci(deps): update docker/bake-action action to v4.5.0 by @renovate[bot] in #1633

  • ci(deps): update amannn/action-semantic-pull-request action to v5.5.2 by @renovate[bot] in #1632

  • ci(deps): update actions/setup-go action to v5.0.1 by @renovate[bot] in #1623

  • ci(deps): update actions/checkout action to v4.1.4 by @renovate[bot] in #1615

  • build(deps): update dependency crate-ci/typos to v1.21.0 by @renovate[bot] in #1608

  • ci(deps): update actions/download-artifact action to v4.1.7 by @renovate[bot] in #1590

  • ci(deps): update actions/upload-artifact action to v4.3.3 by @renovate[bot] in #1591

Refactor

Testing

  • test(deps): update module google.golang.org/api to v0.181.0 by @renovate[bot] in #1730

  • test(deps): update module helm.sh/helm/v3 to v3.15.1 by @renovate[bot] in #1732

  • test(deps): update module github.com/onsi/ginkgo/v2 to v2.19.0 by @renovate[bot] in #1735

  • test(deps): update module github.com/docker/compose/v2 to v2.27.1 by @renovate[bot] in #1727

  • test(deps): update module github.com/onsi/ginkgo/v2 to v2.18.0 by @renovate[bot] in #1729

  • test(deps): update module cloud.google.com/go/compute to v1.27.0 by @renovate[bot] in #1725

  • test(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #1723

  • test(deps): update azure sdk by @renovate[bot] in #1724

  • test(deps): update module github.com/compose-spec/compose-go/v2 to v2.1.1 by @renovate[bot] in #1718

  • test(deps): update module github.com/zregvart/helm/v3 to v3.0.0-20240515095300-29fcbe1d0a74 by @renovate[bot] in #1708

  • test(deps): update kubernetes by @renovate[bot] in #1587

  • test(deps): update docker to v26.1.3+incompatible by @renovate[bot] in #1706

  • test(deps): update module github.com/onsi/ginkgo/v2 to v2.18.0 by @renovate[bot] in #1707

  • test(deps): update docker by @renovate[bot] in #1645

  • test(deps): update github.com/zregvart/helm/v3 digest to 9b1dba9 by @renovate[bot] in #1588

Full Changelog: v0.7.0-rc.1...v0.7.0