Skip to content

Releases: operator-framework/api

v0.13.0

02 Feb 15:27

Choose a tag to compare

What's Changed

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

v0.12.0

27 Jan 16:01

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

Choose a tag to compare

What's Changed

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

v0.11.0

14 Dec 22:03
7f43803

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

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

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

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

v0.10.4

22 Jul 22:37
9106367

Choose a tag to compare

Add openapi markers for csv (#141)

v0.10.3

22 Jul 19:47
d7d2792

Choose a tag to compare

Merge pull request #139 from jchunkins/add_conditions

Add conditions to catalog source

v0.10.2

21 Jul 14:58
a3fa2bd

Choose a tag to compare

Add ResolutionFailed condition type for subscription #138
Add storage spec to scorecard config #135