Update all non-major dependencies (main) - autoclosed #161
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:
v11.0.0
->v11.3.1
v1.2.0
->v1.6.0
v1.1.0
->v1.1.1
v0.13.1
->v0.16.6
v2.17.3
->v2.22.2
v1.33.1
->v1.36.2
v0.8.11-0.20220217210408-3ecd23dfea3b
->v0.8.11
v1.8.1
->v1.9.3
v1.4.0
->v1.8.1
v1.7.0
->v1.10.0
1.23.1
->1.23.5
1.22.8
->1.23.5
v0.7.0
->v0.21.0
v1.51.2
->v1.63.4
v3.0.0-20210107192922-496545a6307b
->v3.0.1
v3.8.0
->v3.17.0
v0.23.3
->v0.27.16
v0.22.3
->v0.27.16
v0.23.1
->v0.27.16
v0.22.3
->v0.27.16
v0.23.3
->v0.27.16
v0.22.3
->v0.27.16
v0.23.3
->v0.27.16
v0.22.3
->v0.27.16
v4.25.1
->v4.45.1
v4.30.8
->v4.45.1
v3.9.0
->3.16
v1.25.16
->v1.27.16
v0.1.19
->v0.3.0
v0.18.2
->v0.20.1
Release Notes
caarlos0/env (github.com/caarlos0/env/v11)
v11.3.1
Compare Source
Changelog
Bug fixes
f329e88
: fix: Options.Environment: Do not merge with default env (#353) (@oxzi)9bf044a
: fix: retract 11.3.0 (@caarlos0)Other work
4ebfdad
: ci: fix gitignore (@caarlos0)Released with GoReleaser Pro!
v11.3.0
Compare Source
Changelog
New Features
59284e4
: feat: implement interface { Unwrap() []error } for AggregateError to be compatibility with std errors.Join go1.20 without any breaking change (#336) (@itsabgr-raika)17fdb91
: feat: set custom tag name for envDefault (#324) (@dnovikoff)1cb1967
: feat: set custom tag name for envPrefix (#332) (@sv-kozlov)0136931
: feat: supporttime.Location
(#326) (@BorzdeG)4ab8b37
: feat: support ignored value "-" for env tag (#338) (@sv-kozlov)Bug fixes
6f3a5c0
: fix: better handle envDefault, refactor merge options (#349) (@astak16)3afa723
: fix: improve errors (#329) (@caarlos0)0cbf40b
: fix: map value with : in it (@caarlos0)e55230b
: fix: parsing into ptr fields with value (#340) (@hypnoglow)Documentation updates
84c7739
: docs: DefaultValueTagName example (@caarlos0)0847ba1
: docs: add installation instructions to README.md (#330) (@eduardolat)76faca5
: docs: project state (@caarlos0)Other work
b76caa9
: ci: add EditorConfig (#327) (@BorzdeG)1f955b7
: ci: update (@caarlos0)f68d1dc
: refactor: enable gocritic linter and fix lint issues (#342) (@alexandear)52e7186
: refactor: modify the init logic for env tag options to make it more reasonable (#347) (@astak16)Released with GoReleaser Pro!
v11.2.2
Compare Source
Changelog
Documentation updates
aa50469
: docs: duplicated headline (@caarlos0)Released with GoReleaser Pro!
v11.2.1
Compare Source
Changelog
Bug fixes
2683e95
: fix: do not init empty arrays (#321) (@caarlos0)Documentation updates
fac6114
: docs: cleanup readme (#322) (@caarlos0)5d7eb0c
: docs: fix bad example (@caarlos0)19de57d
: docs: more examples (@caarlos0)be1c262
: docs: more examples (@caarlos0)fb84246
: docs: more examples (@caarlos0)1282042
: docs: more examples (@caarlos0)3d8627f
: docs: typos (@caarlos0)d7efb64
: docs: update license year range (@caarlos0)Released with GoReleaser Pro!
v11.2.0
Compare Source
Changelog
New Features
68793c0
: feat: mapping slice of complex struct (#312) (@Rancbar)Documentation updates
33920af
: docs: added a logo (@caarlos0)0de9383
: docs: update (@caarlos0)Released with GoReleaser Pro!
v11.1.0
Compare Source
Changelog
Bug fixes
432567c
: fix: retract v11.0.1, gate init nil pointers (#318) (@caarlos0)Other work
de7a9cc
: ci: update goreleaser configs (@caarlos0)Released with GoReleaser Pro!
v11.0.1
Compare Source
Changelog
Bug fixes
0f77fef
: fix: add logic to handle nil pointer structs (#306) (@NithinGudla)Documentation updates
1e2d9e1
: docs: better explain UseFieldNameByDefault (@caarlos0)b436dff
: docs: document generics (@caarlos0)Released with GoReleaser Pro!
google/uuid (github.com/google/uuid)
v1.6.0
Compare Source
Features
Bug Fixes
v1.5.0
Compare Source
Features
v1.4.0
Compare Source
Features
Fixes
v1.3.1
Compare Source
Bug Fixes
v1.3.0
: Add randomness pool mode for V4 UUID and NullUUID for SQL Scanners.Compare Source
From Andrey Pechkurov:
Adds an optional randomness pool mode for Random (Version 4) UUID generation. The pool contains random bytes read from the random number generator on demand in batches. Enabling the pool may improve the UUID generation throughput significantly.
Since the pool is stored on the Go heap, this feature may be a bad fit for security sensitive applications. That's why it's implemented as an opt-in feature.
From Samuel Roth:
Added support for NullUUID
A NullUUID can be marked not valid (i.e., null) for use with JSON and the database/sql/driver.Scanner interfaces.
hashicorp/go-multierror (github.com/hashicorp/go-multierror)
v1.1.1
Compare Source
k3s-io/helm-controller (github.com/k3s-io/helm-controller)
v0.16.6
Compare Source
What's Changed
New Contributors
Full Changelog: k3s-io/helm-controller@v0.15.14...v0.16.6
v0.16.5
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.16.4...v0.16.5
v0.16.4
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.16.3...v0.16.4
v0.16.3
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.16.2...v0.16.3
v0.16.2
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.16.1...v0.16.2
v0.16.1
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.16.0...v0.16.1
v0.16.0
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.15.9...v0.16.0
v0.15.15
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.15.13...v0.15.15
v0.15.14
Compare Source
Do not use, this was incorrectly tagged against the wrong branch. Please use v0.15.15 instead.
v0.15.13
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.15.12...v0.15.13
v0.15.12
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.15.11...v0.15.12
v0.15.11
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.15.10...v0.15.11
v0.15.10
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.15.9...v0.15.10
v0.15.9
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.15.8...v0.15.9
v0.15.8
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.15.7...v0.15.8
v0.15.7
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.15.6...v0.15.7
v0.15.6
Compare Source
What's Changed
New Contributors
Full Changelog: k3s-io/helm-controller@v0.15.5...v0.15.6
v0.15.5
Compare Source
What's Changed
New Contributors
Full Changelog: k3s-io/helm-controller@v0.15.4...v0.15.5
v0.15.4
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.15.3...v0.15.4
v0.15.3
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.15.2...v0.15.3
v0.15.2
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.15.1...v0.15.2
v0.15.1
Compare Source
What's Changed
New Contributors
Full Changelog: k3s-io/helm-controller@v0.15.0...v0.15.1
v0.15.0
Compare Source
What's Changed
New Contributors
Full Changelog: k3s-io/helm-controller@v0.14.0...v0.15.0
v0.14.0
Compare Source
What's Changed
Full Changelog: k3s-io/helm-controller@v0.13.3...v0.14.0
v0.13.3
Compare Source
v0.13.2
Compare Source
What's Changed
New Contributors
Full Changelog: k3s-io/helm-controller@v0.13.1...v0.13.2
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.22.2
Compare Source
What's Changed
Full Changelog: onsi/ginkgo@v2.22.1...v2.22.2
v2.22.1
Compare Source
2.22.1
Fixes
Fix CSV encoding
aab3da6
]c09df39
]96a80fc
]43dad69
]Maintenance
c88c634
]4df44bf
]v2.22.0
Compare Source
2.22.0
Features
0fcaa08
]This allows serial tests to be filtered using the
label-filter
Maintenance
Various doc fixes
v2.21.0
Compare Source
2.21.0
Features
a69eb39
]bcab9c8
]Fixes
e548367
]SpecsThatWillBeRun
withSpecsThatWillRun
[
c2c4d3c
]Maintenance
7e65a00
]v2.20.2
Compare Source
2.20.2
Require Go 1.22+
Maintenance
a671816
]v2.20.1
Compare Source
2.20.1
Fixes
d6f9640
]v2.20.0
Compare Source
2.20.0
Features
be5ab95
]Maintenance
d303d14
]7a50221
]v2.19.1
Compare Source
2.19.1
Fixes
63c8c30
]ff41e27
]Maintenance
76f4e0c
]b69c00d
]f097741
]v2.19.0
Compare Source
2.19.0
Features
Label Sets allow for more expressive and flexible label filtering.
v2.18.0
Compare Source
2.18.0
Features
f010b65
]d80eebe
]Fixes
42013d6
]Maintenance
fcf1fd7
]8bb14fd
]04bfad7
]onsi/gomega (github.com/onsi/gomega)
v1.36.2
Compare Source
Maintenance
v1.36.1
Compare Source
1.36.1
Fixes
1c6c112
]4feb9d7
]v1.36.0
Compare Source
1.36.0
Features
4c964c6
]Maintenance
ece6872
]8e924d7
]v1.35.1
Compare Source
1.35.1
Fixes
ca36da1
]v1.35.0
Compare Source
1.35.0
Features
EnforceDefaultTimeoutsWhenUsingContexts()
to haveEventually
honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265
]StopTrying(message).Successfully()
to abort aConsistently
early without failure [eeca931
]Fixes
HaveField
to avoid unexpected errors when used with async assertions. [3bdbc4e
]Maintenance
a05a416
]v1.34.2
Compare Source
1.34.2
Require Go 1.22+
Maintenance
c59c6dc
]8158b99
]v1.34.1
Compare Source
1.34.1
Maintenance
5e71dcd
]v1.34.0
Compare Source
1.34.0
Features
c549e0d
]Fixes
878940c
]ebadb67
]Maintenance
8af2ece
]123a071
]0e69083
]2675796
]4160c0f
]892c303
]rancher/wrangler (github.com/rancher/wrangler)
v0.8.11
Compare Source
sirupsen/logrus (github.com/sirupsen/logrus)
v1.9.3
Compare Source
Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3
v1.9.2
Compare Source
Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2
v1.9.1
Compare Source
What's Changed
New Contributors
Full Changelog: sirupsen/logrus@v1.9.0...v1.9.1
v1.9.0
Compare Source
v1.8.3
Compare Source
What's Changed
New Contributors
Full Changelog: sirupsen/logrus@v1.8.2...v1.8.3
v1.8.2
Compare Source
What's Changed
New Contributors
Full Changelog: sirupsen/logrus@v1.8.1...v1.8.2
spf13/cobra (github.com/spf13/cobra)
v1.8.1
Compare Source
✨ Features
🐛 Bug fixes
🔧 Maintenance
🧪 Testing & CI/CD
✏️ Documentation
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Renovate Bot.