chore: Update minor and patch Golang dependencies #586
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.13.4
->v1.15.13
v0.9.1
->v0.11.0
v0.88.0
->v0.92.3
v1.9.0
->v1.10.0
v0.8.0
->v0.10.0
v0.19.0
->v0.21.0
v0.7.0
->v0.8.0
Release Notes
goccy/go-yaml (github.com/goccy/go-yaml)
v1.15.13
: 1.15.13Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.12...v1.15.13
v1.15.12
: 1.15.12Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.11...v1.15.12
v1.15.11
: 1.15.11Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.10...v1.15.11
v1.15.10
: 1.15.10Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.15.9...v1.15.10
v1.15.9
: 1.15.9Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.15.8...v1.15.9
v1.15.8
: 1.15.8Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.7...v1.15.8
v1.15.7
: 1.15.7Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.15.6...v1.15.7
v1.15.6
: 1.15.6Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.15.5...v1.15.6
v1.15.5
: 1.15.5Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.4...v1.15.5
v1.15.4
: 1.15.4Compare Source
What's Changed
Pass 300 tests of YAML Test Suite 🎉
total:[402] passed:[300] failure:[102] passedRate:[74.626862%]
We’ve finally surpassed go-yaml/yaml.
total:[402] passed:[295] failure:[107] passedRate:[73.383087%]
Full Changelog: goccy/go-yaml@v1.15.3...v1.15.4
v1.15.3
: 1.15.3Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.2...v1.15.3
v1.15.2
: 1.15.2Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.1...v1.15.2
v1.15.1
: 1.15.1Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.0...v1.15.1
v1.15.0
: 1.15.0Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.14.3...v1.15.0
v1.14.3
: 1.14.3Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.14.2...v1.14.3
v1.14.2
: 1.14.2Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.14.1...v1.14.2
v1.14.1
: 1.14.1Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.14.0...v1.14.1
v1.14.0
: 1.14.0Compare Source
What's Changed
Breaking Changes
Previously, using the same map key did not result in a parsing error, but from now on, it will throw an error by default. If you want to keep the previous behavior, specify the
parser.AllowDuplicateMapKey()
option.Similarly, during
Decode
, it will also throw an error by default. To keep the previous behavior, specify theyaml.AllowDuplicateMapKey()
option when decoding.Also,
yaml.DisallowDuplicateKey
option is deprecated.Full Changelog: goccy/go-yaml@v1.13.10...v1.14.0
v1.13.10
: 1.13.10Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.9...v1.13.10
v1.13.9
: 1.13.9Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.8...v1.13.9
v1.13.8
: 1.13.8Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.7...v1.13.8
v1.13.7
: 1.13.7Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.6...v1.13.7
v1.13.6
: 1.13.6Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.5...v1.13.6
v1.13.5
: 1.13.5Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.4...v1.13.5
nobl9/govy (github.com/nobl9/govy)
v0.11.0
Compare Source
What's Changed
🚀 Features
🧰 Maintenance
v0.10.0
Compare Source
What's Changed
🚀 Features
nobl9/nobl9-go (github.com/nobl9/nobl9-go)
v0.92.3
Compare Source
What's Changed
🐞 Bug Fixes
v0.92.2
Compare Source
What's Changed
💻 Fixed Vulnerabilities
🐞 Bug Fixes
🧰 Maintenance
v0.92.1
Compare Source
What's Changed
🐞 Bug Fixes
v0.92.0
Compare Source
What's Changed
🚀 Features
value
field.value: 0
for backwardcompatibility with older versions of Nobl9 SDK and Nobl9 Terrafrom
Provider.
value
was previously set to0
for Composite SLO then it shouldbe omitted going forward.
value
was previously set in Composite SLO to a number other than0
then it can no longer be updated but still will be accepted forbackward compatibility.
The usage of
value
for SLOs using ratio or threshold SLIs does notchange.
🧰 Maintenance
v0.91.1
Compare Source
What's Changed
🐞 Bug Fixes
v0.91.0
Compare Source
What's Changed
🚀 Features
🧰 Maintenance
5 changes
v0.90.1
Compare Source
What's Changed
🐞 Bug Fixes
v0.90.0
Compare Source
What's Changed
🚀 Features
alert_id
(#590) @nobl9-adam-szymanski🐞 Bug Fixes
🧰 Maintenance
v0.89.0
Compare Source
What's Changed
🚀 Features
🐞 Bug Fixes
🧰 Maintenance
13 changes
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
Configuration
📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.