Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 20:56
· 274 commits to main since this release
e9733c5

Installation

curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v0.7.0/install.sh | bash -s

What's Changed

  • Add upgradeConstraintPolicy field to Operator spec by @m1kola in #439
  • Make codecov wait for both jobs to upload coverage by @m1kola in #441
  • Add ForceSemverUpgradeConstraints feature gate by @m1kola in #438
  • Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 by @dependabot in #445
  • Refactor legacy upgrade constraint semantics by @m1kola in #450
  • Bump rukpak to 0.14.0 by @kevinrizza in #448
  • Reduce variable count by @m1kola in #453
  • Rename variable to avoid shadowing by @m1kola in #455
  • Bump golang.org/x/net to v0.17.0 by @awgreene in #457
  • Add k8s.io/apimachinery/pkg/util/sets by @m1kola in #462
  • Bump urllib3 from 2.0.6 to 2.0.7 in /docs by @dependabot in #465
  • Fix and re-format test data by @m1kola in #467
  • Remove randomness in package uniqueness ordering by @m1kola in #461
  • Update not found error message wording by @m1kola in #463
  • Add initial SemVer upgrade support by @m1kola in #444
  • Add extra tests for zero major version by @m1kola in #472
  • Refactor controllers test setup & teardown for reusability between Ginkgo and standard Go tests by @m1kola in #473
  • Operator update tests with semver and legacy upgrade constraints by @m1kola in #469
  • Fix filtering of successors bundles by @m1kola in #480

New Contributors

Full Changelog: v0.6.0...v0.7.0