Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/theopenlane/core/common v0.1.0v1.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

theopenlane/core (github.com/theopenlane/core/common)

v1.0.0

Compare Source

🚀 Openlane Core v1.0.0

Happy (almost) New Year! We’re excited to announce the v1.0.0 release of Openlane Core.

Openlane core is used in production as the foundation of the Openlane platform. This release marks a major milestone: the APIs, data model, and authorization architecture have stabilized enough to support real customer workloads and long-term evolution.

This release includes breaking changes - large portions of the code bases were recently reorganized and renamed so this repo now includes:

  • core - the main root modules including the main api server
  • common - module containing exported types that are used both within core as well as other modules such as go-client
  • cli - module containing the openlane-cli

Removed packages such as:

  • corejobs - now lives within riverboat/pkg/jobs
  • openlaneclient - moved to it's own repository

All migrations were squashed after the v0.52.3 release. To upgrade to v1:

  1. Ensure v0.52.3 is released an all migrations were run
  2. Manually add the squash migration (example when using goose) to already be applied:
INSERT INTO goose_db_version (version_id, is_applied) VALUES (20251229183203, true), (20251229183205, true);

Highlights

  • Reduced deep and cyclical dependencies - speeding up both compile time and resource usage
  • Squashed migrations to keep the baseline cleaner for future upgrades
  • Stable schema model including organizations, programs, controls, evidence, policies, procedures, and workflows

Need Help?

If you run into issues upgrading open a GitHub issue with:

  • Current Version (e.g. v0.52.3)
  • Whether this is a new or existing database upgrade
  • DB Migration error (if applicable)

Thank you to everyone testing, breaking, and contributing to the openlane core project this year — this release sets the foundation for everything that comes next. ❤️

What's Changed

Breaking Changes 🛠
New Features 🎉
Other Changes

Full Changelog: theopenlane/core@v0.52.3...v1.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies update of dependent libraries label Dec 30, 2025
@renovate renovate bot requested a review from a team as a code owner December 30, 2025 23:38
@renovate
Copy link
Contributor Author

renovate bot commented Dec 30, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/theopenlane/corejobs@v0.1.4: reading github.com/theopenlane/corejobs/go.mod at revision v0.1.4: git ls-remote -q origin in /runner/cache/others/go/pkg/mod/cache/vcs/ed2767f946cf841b50add56f5bdc1452ef390ab528c50f4c92a70b5fa309cc26: exit status 128:
	remote: Repository not found.
	fatal: repository 'https://github.com/theopenlane/corejobs/' not found

File name: trustcenter/go.sum
Command failed: go get -t ./...
go: github.com/theopenlane/corejobs@v0.1.4: reading github.com/theopenlane/corejobs/go.mod at revision v0.1.4: git ls-remote -q origin in /runner/cache/others/go/pkg/mod/cache/vcs/ed2767f946cf841b50add56f5bdc1452ef390ab528c50f4c92a70b5fa309cc26: exit status 128:
	remote: Repository not found.
	fatal: repository 'https://github.com/theopenlane/corejobs/' not found

@renovate renovate bot added the dependencies update of dependent libraries label Dec 30, 2025
@github-actions github-actions bot removed the dependencies update of dependent libraries label Dec 30, 2025
@renovate renovate bot force-pushed the renovate/github.com-theopenlane-core-common-1.x branch from 6c908f8 to 929913e Compare December 31, 2025 02:20
@renovate renovate bot force-pushed the renovate/github.com-theopenlane-core-common-1.x branch from 929913e to d7ecd0a Compare January 6, 2026 20:25
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 6, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant