Skip to content

Releases: operator-framework/api

v0.16.0

09 Aug 16:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

24 May 19:58
725ffce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

25 Feb 22:05
ca536d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.14.0

v0.13.0

02 Feb 15:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

27 Jan 16:01
Compare
Choose a tag to compare

What's Changed

  • refactor(constraint): update none compound constraint to be not by @tylerslaton in (#221)

Full Changelog: v0.11.1...v0.12.0

v0.11.1

12 Jan 16:39
1602407
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

14 Dec 22:03
7f43803
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.7...v0.11.0

v0.10.7

05 Oct 21:40
cdabf11
Compare
Choose a tag to compare
  • fix(validators): check object GVK in bundle service account validator (#161)

v0.10.6: Add Service Account Config to Scorecard (#153)

28 Sep 15:31
1796635
Compare
Choose a tag to compare
  • Add Service Account Config to Scorecard (#153)
  • feat: add new validator to only check the usage of deprecate apis (#156)
  • Modified the controller-runtime and controller-tools versions (#154)
  • Add validation for Kind and APIVersion (#152)
  • Add Timestamp to Scorecard Test Results (#137)
  • fix: Fix check to verify OCP label versions when it is =v4.x (#148)
  • Add maxOpenShiftVersion test for parsing full version string (#147)
  • Warn on maxOpenShiftVersion specifying more than major.minor (#146)
  • feat: bump k8s to v0.22.0 (#145)

v0.10.5

04 Aug 18:45
0fe04f8
Compare
Choose a tag to compare
Validate SA names do not match csv deployment spec (#144)

OLM is unable to properly handle the case where a bundle author
explicitly adds a hardcoded reference to a service account with a name
that matches the name of the service account defined by the deployment
spec in the CSV. This commit adds a validation method to ensure that the
name of the service account in a bundle does not match
deployment.Spec.Template.Spec.ServiceAccountName in the csv's spec