Skip to content

fix(deps): update module github.com/openmcp-project/project-workspace-operator/api to v2 - #49

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-openmcp-go-deps
Open

fix(deps): update module github.com/openmcp-project/project-workspace-operator/api to v2#49
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-openmcp-go-deps

Conversation

@renovate

@renovate renovate Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
github.com/openmcp-project/project-workspace-operator/api require major v1.4.0v2.3.0 OpenSSF Scorecard

Warning

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


Release Notes

openmcp-project/project-workspace-operator (github.com/openmcp-project/project-workspace-operator/api)

v2.3.0

Compare Source

Changelog

🚀 Features

[OPERATOR]
  • The platform service now allows configuration of labels to propagate from Project or Workspace resources onto their corresponding namespaces. See the documentation for further information. (#​256, @​Diaphteiros)

v2.2.0

Compare Source

Changelog

➕ Other

[DEPENDENCY]

v2.1.2

Compare Source

Changelog

🐛 Bugfixes

[DEPENDENCY]

v2.1.1

Compare Source

Changelog

What's Changed

Full Changelog: openmcp-project/platform-service-project-workspace@v2.1.0...v2.1.1

v2.1.0

Compare Source

Changelog

🚨 Breaking

[OPERATOR]
  • The default permissions now use the new MCPv2 kind and api group (ControlPlane.core.open-control-plane.io) instead of the old one (ManagedControlPlaneV2.core.openmcp.cloud). To keep using this version with openmcp-operator versions prior to v1.0.0, the config has to be adapted to include the (now removed) old MCPv2 names. (#​234, @​Diaphteiros)

🚀 Features

[OPERATOR]
  • The openmcp.cloud/operation annotation can now be used on Project and Workspace resources. (#​220, @​Diaphteiros)

v2.0.1

Compare Source

Changelog

🐛 Bugfixes

[USER]
  • Workspace and ManagedControlPlaneV2 resources should now have the correct api group set in the project/workspace permission RBAC rules. (#​218, @​Diaphteiros)

v2.0.0

Compare Source

Changelog

🚨 Breaking

[DEVELOPER]
  • The MemberOverrides k8s resource has been removed. The struct in the config which holds the overrides has been renamed from MemberOverridesV2 to MemberOverrides. The structure has not changed. (#​210, @​Diaphteiros)
[OPERATOR]
  • The repository and all resulting artifacts are now named platform-service-project-workspace. (#​214, @​Diaphteiros)
  • The project-workspace-operator can only only be deployed as platform service. The helm chart has been removed and the init and run subcommands now do what previously platformservice init and platformservice run did. (#​210, @​Diaphteiros)
  • The project-workspace-operator does not support pure v1 landscapes anymore. It can still support hybrid landscapes (which offer v1 and v2 in parallel) via its 'v1 support mode', but its defaults always include the v2 resources and it will always check for registered ServiceProvider resources. (#​210, @​Diaphteiros)
  • The run subcommand accepts a --v1 flag, which will include the v1 resources (ManagedControlPlane, ClusterAdmin) in several places. This is just a convenience feature, the same effect can be achieved by adding the v1 resources in the configuration to spec.workspace.deletionBlockingResources and spec.workspace.additionalPermissions. Note that setting the flag requires a non-standard PlatformService manifest, an example can be generated by using task platformservice-v1. (#​210, @​Diaphteiros)

🚀 Features

[OPERATOR]
  • Projects/workspaces which cannot be deleted due to remaining resources are now requeued with an increasing interval instead of every three seconds. This should reduce excessive logging. (#​210, @​Diaphteiros)
[USER]

📚 Documentation

[OPERATOR]

➕ Other

[OPERATOR]

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) July 15, 2026 08:48
@renovate

renovate Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact 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/openmcp-project/project-workspace-operator/api/v2@v2.3.0: reading github.com/openmcp-project/platform-service-project-workspaceapi/go.mod at revision v2.2.0: git ls-remote -q --end-of-options https://github.com/openmcp-project/platform-service-project-workspaceapi in /runner/cache/others/go/pkg/mod/cache/vcs/2a207256abc347d1eccc321bb492a2a2065fe0ebe65fdd42cf3b52699db2fde0: exit status 128:
	remote: Repository not found.
	fatal: repository 'https://github.com/openmcp-project/platform-service-project-workspaceapi/' not found

guewa
guewa previously approved these changes Jul 15, 2026
@renovate
renovate Bot force-pushed the renovate/major-openmcp-go-deps branch 2 times, most recently from 29f6b72 to 2e433e5 Compare August 10, 2026 10:59
@renovate
renovate Bot force-pushed the renovate/major-openmcp-go-deps branch 2 times, most recently from 75dd29c to 592ce31 Compare August 11, 2026 09:13
@renovate renovate Bot changed the title chore(deps): update module github.com/openmcp-project/project-workspace-operator/api to v2 fix(deps): update module github.com/openmcp-project/project-workspace-operator/api to v2 Aug 11, 2026
@renovate
renovate Bot force-pushed the renovate/major-openmcp-go-deps branch 5 times, most recently from 06458d8 to 17f05a9 Compare August 12, 2026 22:13
@renovate
renovate Bot force-pushed the renovate/major-openmcp-go-deps branch from 17f05a9 to 03938a4 Compare August 14, 2026 21:07
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