Skip to content

chore(deps): update go modules (major) (major) - #118

Open
deckhouse-BOaTswain wants to merge 1 commit into
mainfrom
renovate/major-go-modules-(major)
Open

deckhouse-BOaTswain wants to merge 1 commit into
mainfrom
renovate/major-go-modules-(major)

Conversation

@deckhouse-BOaTswain

@deckhouse-BOaTswain deckhouse-BOaTswain commented Jun 1, 2026 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/go-openapi/jsonpointer v0.23.1 -> v1.0.2 age confidence
github.com/go-openapi/jsonreference v0.21.6 -> v1.0.3 age confidence
github.com/pelletier/go-toml v1.9.3 -> v2.4.3 age confidence
go.yaml.in/yaml/v2 v2.4.4 -> v3.0.5 age confidence
gomodules.xyz/jsonpatch/v2 v2.4.0 -> v3.0.1 age confidence
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v5.9.11 age confidence
gopkg.in/yaml.v2 v2.4.0 -> v3.0.1 age confidence
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 -> v7.0.0 age confidence

Warning

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


Release Notes

go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)

v1.0.2

Compare Source

1.0.2 - 2026-09-24

Full Changelog: go-openapi/jsonpointer@v1.0.1...v1.0.2

7 commits in this release.


Fixed bugs
  • fix: panics in Pointer.Get, Pointer.Set and json name resolution by @​fredbi ...
Documentation
Code quality
Updates
Other (technical)

People who contributed to this release

jsonpointer license terms

License

v1.0.1

Compare Source

1.0.1 - 2026-09-04

Full Changelog: go-openapi/jsonpointer@v1.0.0...v1.0.1

14 commits in this release.


Documentation
Miscellaneous tasks
Updates

People who contributed to this release

jsonpointer license terms

License

v1.0.0

Compare Source

1.0.0 - 2026-07-07

Stable API pledge - no change from v0.24.0

Full Changelog: go-openapi/jsonpointer@v0.24.0...v1.0.0

2 commits in this release.


Documentation

People who contributed to this release

jsonpointer license terms

License

v0.24.0

Compare Source

0.24.0 - 2026-06-29

Full Changelog: go-openapi/jsonpointer@v0.23.2...v0.24.0

17 commits in this release.


Implemented enhancements
  • feat(jsonname): added new json name provider more respectful of go conventions for JSON (#​195) by @​fredbi ...
Refactor
  • refact: refactored the package into multiple specialized sub-packages by @​fredbi ...
  • refact loading, jsonutils, yamlutils utililities by @​fredbi ...
Documentation
Code quality
Testing
Miscellaneous tasks
  • chore: removed most remaining external dependencies by @​fredbi ...
Updates
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] ...
Other (technical)

People who contributed to this release

jsonpointer license terms

License

v0.23.2

Compare Source

0.23.2 - 2026-06-26

Full Changelog: go-openapi/jsonpointer@v0.23.1...v0.23.2

13 commits in this release.


Implemented enhancements
  • feat(ci): added shared workflow for bot-pr monitoring by @​fredbi ...
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

jsonpointer license terms

License

go-openapi/jsonreference (github.com/go-openapi/jsonreference)

v1.0.3

Compare Source

1.0.3 - 2026-09-25

Full Changelog: go-openapi/jsonreference@v1.0.2...v1.0.3

4 commits in this release.


Fixed bugs
Security
  • chore(security): upgraded go-openapi/jsonpointer by @​fredbi ...
Updates

People who contributed to this release

jsonreference license terms

License

v1.0.2

Compare Source

1.0.2 - 2026-09-04

Full Changelog: go-openapi/jsonreference@v1.0.1...v1.0.2

4 commits in this release.


Refactor
Documentation
Updates

People who contributed to this release

jsonreference license terms

License

v1.0.1

Compare Source

1.0.1 - 2026-08-25

Full Changelog: go-openapi/jsonreference@v1.0.0...v1.0.1

12 commits in this release.


Fixed bugs
  • fix: keep NormalizeURL's output parseable when dropping a default port by @​fredbi ...
Documentation
Performance
  • perf: replace the duplicate-slash regexp in NormalizeURL with a scan by @​fredbi ...
Miscellaneous tasks
Updates
Other (technical)

People who contributed to this release

jsonreference license terms

License

v1.0.0

Compare Source

1.0.0 - 2026-07-07

Stable API pledge - no change from v0.21.6

Full Changelog: go-openapi/jsonreference@v0.21.6...v1.0.0

10 commits in this release.


Documentation
Miscellaneous tasks
Updates

People who contributed to this release

jsonreference license terms

License

pelletier/go-toml (github.com/pelletier/go-toml)

v2.4.3

Compare Source

What's Changed
What's new
Fixed bugs
Documentation
Other changes
New Contributors

Full Changelog: pelletier/go-toml@v2.4.2...v2.4.3

v2.4.2

Compare Source

What's Changed
Fixed bugs

Full Changelog: pelletier/go-toml@v2.4.1...v2.4.2

v2.4.1

Compare Source

What's Changed
Fixed bugs

Full Changelog: pelletier/go-toml@v2.4.0...v2.4.1

v2.4.0

Compare Source

What's Changed
What's new
Performance
Fixed bugs
Documentation
New Contributors

Full Changelog: pelletier/go-toml@v2.3.1...v2.4.0

v2.3.1

Compare Source

What's Changed
Fixed bugs
Other changes
New Contributors

Full Changelog: pelletier/go-toml@v2.3.0...v2.3.1

v2.3.0

Compare Source

This is the first release built largely with the help of AI coding agents. Highlights include the complete removal of the unsafe package. go-toml is now fully safe Go code, with a geomean overhead of only ~1.4% vs v2.2.4 and zero additional allocations on benchmarks. This release also adds omitzero struct tag support, improves UnmarshalText/Unmarshaler handling for tables and array tables, and fixes several bugs including nil pointer marshaling, leap second handling, and datetime unmarshaling panics.

What's Changed
What's new
Fixed bugs
Documentation
Other changes
New Contributors

Full Changelog: pelletier/go-toml@v2.2.4...v2.3.0

v2.2.4

Compare Source

Highlight

In this release, @​mikattack removed the last dependency of go-toml! 🎉 (#​981)

What's Changed
Documentation
Other changes
New Contributors

Full Changelog: pelletier/go-toml@v2.2.3...v2.2.4

v2.2.3

Compare Source

What's Changed
What's new
Performance
  • Remove unstable.Parser allocation when creating Decoder by @​mvdan in #​953
Fixed bugs
Documentation
Other changes
New Contributors

Full Changelog: pelletier/go-toml@v2.2.2...v2.2.3

v2.2.2

Compare Source

What's Changed
Fixed bugs
  • Fix race condition when tracking keys that have already been seen by @​sysulq in #​947
New Contributors

Full Changelog: pelletier/go-toml@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed
Fixed bugs
New Contributors

Full Changelog: pelletier/go-toml@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed
What's new
Fixed bugs
Documentation
Other changes
New Contributors

Full Changelog: pelletier/go-toml@v2.1.1...v2.2.0

[v2.1.1](https://redirec


Configuration

📅 Schedule: Branch creation - "before 06:00 on monday" in timezone UTC, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@deckhouse-BOaTswain deckhouse-BOaTswain added dependencies Pull requests that update a dependency file go Pull requests that update go code renovate major-update labels Jun 1, 2026
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/major-go-modules-(major) branch 2 times, most recently from 4e31e45 to 61d274a Compare June 9, 2026 12:51
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/major-go-modules-(major) branch 2 times, most recently from 1026251 to ce83277 Compare June 22, 2026 21:18
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/major-go-modules-(major) branch from ce83277 to 36faa78 Compare June 24, 2026 04:04
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/major-go-modules-(major) branch 4 times, most recently from 7ff46b2 to 78b7af6 Compare July 11, 2026 12:53
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/major-go-modules-(major) branch 3 times, most recently from 349bd7d to 9b29212 Compare July 26, 2026 19:54
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/major-go-modules-(major) branch 2 times, most recently from 6e9a538 to d1d2f04 Compare August 18, 2026 10:37
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/major-go-modules-(major) branch 3 times, most recently from 4d81f29 to 65de29b Compare August 25, 2026 16:42
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/major-go-modules-(major) branch from 65de29b to f6e8104 Compare September 4, 2026 06:54
@deckhouse-BOaTswain

deckhouse-BOaTswain commented Sep 4, 2026 •

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: examples/basic-example-module/hooks/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.8 -> 1.27
File name: examples/common-hooks/tls-certificate/hooks/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.8 -> 1.27
File name: examples/dependency-example-module/hooks/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.8 -> 1.27
File name: examples/example-module/hooks/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.8 -> 1.27
File name: examples/settings-check/hooks/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.8 -> 1.27
File name: examples/single-file-app-example/hooks/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.8 -> 1.27
File name: examples/single-file-example/hooks/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.8 -> 1.27
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.8 -> 1.27

@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/major-go-modules-(major) branch 2 times, most recently from 12ae47f to d78f077 Compare September 4, 2026 18:26
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/major-go-modules-(major) branch 4 times, most recently from b2b46cb to f34e71d Compare September 24, 2026 21:38
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/major-go-modules-(major) branch from f34e71d to e9b3cac Compare September 25, 2026 22:40
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 major-update renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants