-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update module github.com/caarlos0/env/v9 to v11 #71
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.jparrowsec.cn-caarlos0-env-v9-11.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b4f4a4e
to
23ac87a
Compare
23ac87a
to
92e69c8
Compare
13ebaa2
to
5caed98
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5caed98
to
2513422
Compare
f3dade1
to
2513422
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v9.0.0
->v11.3.1
Release Notes
caarlos0/env (github.com/caarlos0/env/v9)
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!
v11.0.0
Compare Source
Changelog
Breaking changes
New Features
8aee119
: feat: ParseAs, ParseAsWithOptions, Must (#300) (@caarlos0)Bug fixes
c0ca5e0
: fix: UseFieldNameByDefault when uppercased word in name (#297) (@caarlos0)Documentation updates
b400510
: docs: add related projects (#290) (@g4s8)5235aff
: docs: add used and supported by section to readme (#289) (@caarlos0)506c331
: docs: update (@caarlos0)af0d375
: docs: update caution banner (@caarlos0)8cddcf2
: docs: update readme (@caarlos0)fa32ef4
: docs: update readme (@caarlos0)Other work
4723331
: feat!: prepare for release (@caarlos0)Released with GoReleaser Pro!
v10.0.0
Compare Source
Changelog
New Features
62b4ae1
: feat!: ParseWithOptions: add the ability to override default opt.FuncMap keys (#272) (@Daniel538)e7e49c4
: feat: GetFieldParams and GetFieldParamsWithOptions functions (#261) (@saturn4er)92df8c4
: feat: adds public ToMap function (#275) (@maxfilov)13ac655
: feat: custom key value separator (#284) (@ruslan944)3f90e4a
: enhancement: Expand with default values (#285) (@gabrielcipriano)Documentation updates
6723663
: docs: add map usage (#282) (@rfyiamcool)Other work
6061c47
: release: v10 (@caarlos0)Released with GoReleaser Pro!
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.