Hi all,Following up on the earlier thread about the sigs.k8s.io/structured-merge-diff module-path bump [1][2], here's where things stand.
As discussed, I went with packaging /v6 as a separate source package so it can coexist with the existing v4 package during the transition, rather than bumping v4 in place.
What I've done so far: 1. Filed the ITP for the new package: - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=11464292. Created the packaging repository under the go-team Salsa group (via flight-deck):
- flight-deck MR:
https://salsa.debian.org/go-team/flight-deck/-/merge_requests/111
- Repository:
https://salsa.debian.org/go-team/packages/golang-k8s-sigs-structured-merge-diff-v6
3. Opened an MR against that repository with the initial packaging (6.4.2-1).
The rationale for the separate source package is recorded in debian/README.source.Before I upload to NEW, I'd appreciate a review from the team, just to get another pair of eyes on the changes.
If someone has a moment to look over the initial-packaging MR, I'll incorporate any feedback and then proceed with the upload.
https://salsa.debian.org/go-team/packages/golang-k8s-sigs-structured-merge-diff-v6/-/merge_requests/1 Thanks, Arthur Diniz [1] https://lists.debian.org/debian-go/2026/08/msg00202.html [2] https://lists.debian.org/debian-go/2026/09/msg00000.html On 01/09/2026 20:36, Arthur Diniz wrote:
Package: wnpp Severity: wishlist Owner: Arthur Diniz <[email protected]> * Package name : golang-k8s-sigs-structured-merge-diff-v6 Version : 6.4.2-1 Upstream Author : The Kubernetes Authors * URL : https://github.com/kubernetes-sigs/structured-merge-diff * License : Apache-2.0 Programming Lang: Go Description : Kubernetes server-side apply operation This library implements the Kubernetes "apply" operation, the mechanism behind server-side apply. It models resources in a control plane as having multiple "managers", where each manager typically owns only one aspect of a resource. This lets both humans and machines (controllers) make the changes they need without clobbering fields owned by other managers. The set of fields each manager currently owns is tracked explicitly using a fieldset data structure. . Objects can be modified through two mechanisms. A PUT or PATCH request makes the object look exactly like the supplied version, and the managed fields are deduced from what changes. An APPLY request instead declares the fields a manager wants to own, requesting deletion of any fields it previously managed but no longer mentions. When one manager starts managing a field owned by another, an APPLY reports a conflict and stops unless the "force" option is given, preventing accidental takeover of fields owned by other entities. PUT and PATCH always force and are used mostly by automated systems. . The package is organised into several building blocks: a targeted schema type (simpler than OpenAPI), a fieldpath package providing an efficient Trie-based field-set structure, a value type storing arbitrary objects, a typed package that combines values and schemas to validate and compare objects, and a merge package that ties everything together to implement the apply operation. . This is version 6 of the module sigs.k8s.io/structured-merge-diff. . Upstream sigs.k8s.io/structured-merge-diff changed its module path from sigs.k8s.io/structured-merge-diff to sigs.k8s.io/structured-merge-diff/v6 as part of a Go semantic-import-versioning bump. . Reverse dependencies still import the old /v4 paths, so they fail to build against the new upstream, and a v4 -> v6 compatibility symlink is insufficient because it only bridges the import path, not the genuine API differences between v4 and v6 that some revdeps hit. . Rather than bumping the existing golang-k8s-sigs-structured-merge-diff (v4) source package in place, v6 is therefore packaged as a separate source package shipping the /v6 import path, letting both major versions coexist in the archive during the transition . See the debian-go discussion: - https://lists.debian.org/debian-go/2026/08/msg00202.html - https://lists.debian.org/debian-go/2026/09/msg00000.html
OpenPGP_signature.asc
Description: OpenPGP digital signature

