Skip to content

Bump github.com/kcp-dev/kcp from 0.26.1 to 0.28.2 in /docs/generators/cli-doc#385

Merged
xrstf merged 1 commit into
mainfrom
dependabot/go_modules/docs/generators/cli-doc/github.com/kcp-dev/kcp-0.28.2
Nov 18, 2025
Merged

Bump github.com/kcp-dev/kcp from 0.26.1 to 0.28.2 in /docs/generators/cli-doc#385
xrstf merged 1 commit into
mainfrom
dependabot/go_modules/docs/generators/cli-doc/github.com/kcp-dev/kcp-0.28.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 17, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/kcp-dev/kcp from 0.26.1 to 0.28.2.

Release notes

Sourced from github.com/kcp-dev/kcp's releases.

v0.28.1

Changes by Kind

Bug or Regression

  • Fix APIBinding admission mishandling v1alpha1 API version. This fixes the bug where it was impossible to apply v1alpha1 APIBindings (#3544, @​xmudrii)
  • Stop printing Ready column for APIExports as virtual workspace URLs are no longer populated by default (#3493, @​embik)
  • Fix CRDs with kind Cluster leading to errors and fix URLs with multiple /cluster/... segments being silently ignored (#3548, @​ntnn)
  • Fix create-workspace on an existing workspace throwing a panic (#3524, @​ntnn)
  • Fix kubectl kcp bind command after verbs permission claims migration (#3531, @​mjudeikis)
  • Fix permission claim controller hot loop when claiming events in an APIExport (#3503, @​mjudeikis)
  • The kcp kubectl plugin now supports kcp <0.28 again. In kcp 0.28+, kubectl kcp claims get apibinding now shows the permission claim verbs (#3541, @​xrstf)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v0.28.0

Changes by Kind

Security

Deprecation

  • Deprecate APIExport Virtual Workspace URL population. Add feature flag EnableDeprecatedAPIExportVirtualWorkspacesUrls to re-enable deprecated APIExport Virtual Workspace URLs (#3411, @​mjudeikis)

API Change

  • Add caching API under cache.kcp.io to be able to interact with cache server programmatically (#3382, @​mjudeikis)
  • Add optional spec.mount to Workspace objects to stabilize mount API (#3380, @​mjudeikis)
  • Add CachedResourcesEndpointSlice resource (#3442, @​gman0)
  • Add new version of APIBinding to apis.kcp.io/v1alpha2 (#3384, @​xmudrii)
  • Add new version of APIExport to apis.kcp.io/v1alpha2 (#3318, @​xrstf)
  • Implement support for verbs in PermissionClaims (#3402, @​xmudrii)
  • Make CachedResource GVR immutable and unique in the logical cluster (#3476, @​gman0)
  • Rebase to Kubernetes v1.32.3 (#3383, @​gman0)
    • ValidatingAdmissionPolicy has been removed from admissionregistration.k8s.io/v1alpha1 as per Kubernetes v1.32 API lifecycle management
    • admissionregistration.k8s.io/v1alpha1 is no longer being served by default
  • Stop printing Ready column for APIExports as virtual workspace URLs are no longer populated by default (#3493, @​embik)
  • Add sdk/testing/server.ContextRunInProcessFunc. Deprecate sdk/testing/server.RunInProcessFunc (#3388, @​ntnn)
  • Serve both v1alpha1 and v1alpha2 of APIBindings in the APIExport Virtual Workspace (#3430, @​xmudrii)

... (truncated)

Commits
  • 02134a2 Merge pull request #3599 from SimonTheLeg/fix-tests
  • 9e1acea Merge pull request #3597 from mjudeikis/mjudeikis/fix-served.schemas
  • f77c19e Fix unserved schemas
  • 2b01646 Fix object validation
  • fd2a93a Merge pull request #3581 from kcp-ci-bot/cherry-pick-3577-to-release-0.28
  • c7f4cfd Fix required groups documentation
  • 54bbc29 Merge pull request #3556 from kcp-ci-bot/cherry-pick-3554-to-release-0.28
  • 0b9c60d Add new kcp-dev Slack channel to getting in touch section
  • 78b219f Merge pull request #3548 from ntnn/cherry-pick-3537
  • 0904139 Add test for inactive logicalclusters
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/kcp-dev/kcp](https://github.com/kcp-dev/kcp) from 0.26.1 to 0.28.2.
- [Release notes](https://github.com/kcp-dev/kcp/releases)
- [Changelog](https://github.com/kcp-dev/kcp/blob/main/.goreleaser.yaml)
- [Commits](kcp-dev/kcp@v0.26.1...v0.28.2)

---
updated-dependencies:
- dependency-name: github.com/kcp-dev/kcp
  dependency-version: 0.28.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Nov 17, 2025
@dependabot dependabot Bot requested a review from a team as a code owner November 17, 2025 14:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Nov 17, 2025

@xrstf xrstf left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jo

@xrstf xrstf merged commit 53d8621 into main Nov 18, 2025
6 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/docs/generators/cli-doc/github.com/kcp-dev/kcp-0.28.2 branch November 18, 2025 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant