Skip to content

Tags: operator-framework/api

Tags

v0.45.0

Toggle v0.45.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump actions/setup-go from 6 to 7 (#506)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Verified

This tag was signed with the committer’s verified signature. The key has expired.
tmshort Todd Short

Verified

This tag was signed with the committer’s verified signature. The key has expired.
tmshort Todd Short

Verified

This tag was signed with the committer’s verified signature. The key has expired.
tmshort Todd Short

v0.41.0

Toggle v0.41.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade from go 1.25.3 to 1.25.7 (#474)

v0.40.0

Toggle v0.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add OpenAPIModelName() generation for v1alpha1 and lib/version types (#…

…477)

Use openapi-gen from k8s.io/kube-openapi to generate OpenAPIModelName()
accessor functions and OpenAPI schema definitions.

* Add openapi-gen to bingo.
* add +k8s:openapi-gen and +k8s:openapi-model-package markers to pkg/operators/v1alpha1 and pkg/lib/version.
* Add a generate-openapi Makefile target.
* Remove broken empty +patchMergeKey tag from SubscriptionStatus.CatalogHealth that blocked generation.


Assisted-By: Claude

Signed-off-by: Todd Short <todd.short@me.com>

v0.39.0

Toggle v0.39.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): upgrade Go module dependencies (edge) (#473)

v0.38.0

Toggle v0.38.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 (#467)

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.3...v1.9.4)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.37.0

Toggle v0.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add Release version as an optional field in the CSV (#454)

* add Release version as an optional field in the CSV

Signed-off-by: grokspawn <jordan@nimblewidget.com>
Assisted-by: claude

* review resolutions

Signed-off-by: grokspawn <jordan@nimblewidget.com>

---------

Signed-off-by: grokspawn <jordan@nimblewidget.com>

v0.36.0

Toggle v0.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump go version to fix GO-2025-3956 (#455)

Signed-off-by: grokspawn <jordan@nimblewidget.com>