Skip to content

Conversation

@renovate-a-roo
Copy link

This PR contains the following updates:

Package Change Age Confidence
github.com/caarlos0/env/v6 v6.3.0 -> v11.3.1 age confidence

Release Notes

caarlos0/env (github.com/caarlos0/env/v6)

v11.3.1

Compare Source

Changelog

Bug fixes
Other work

Released with GoReleaser Pro!

v11.3.0

Compare Source

Changelog

New Features
Bug fixes
Documentation updates
Other work

Released with GoReleaser Pro!

v11.2.2

Compare Source

Changelog

Documentation updates

Released with GoReleaser Pro!

v11.2.1

Compare Source

Changelog

Bug fixes
Documentation updates

Released with GoReleaser Pro!

v11.2.0

Compare Source

Changelog

New Features
Documentation updates

Released with GoReleaser Pro!

v11.1.0

Compare Source

Changelog

Bug fixes
Other work

Released with GoReleaser Pro!

v11.0.1

Compare Source

Changelog

Bug fixes
Documentation updates

Released with GoReleaser Pro!

v11.0.0

Compare Source

Changelog

Breaking changes
  • Updated module's Go version to 1.18
New Features
Bug fixes
Documentation updates
Other work

Released with GoReleaser Pro!

v10.0.0

Compare Source

Changelog

Breaking changes
New Features
Documentation updates
Other work

Released with GoReleaser Pro!

v9.0.0

Compare Source

Changelog

New Features
Bug fixes
Documentation updates

Migrating from v8

Replace envExpand:"true" with ,expand, e.g.:

type Foo struct {
    Foo string `env:"FOO,expand"`
}

Released with GoReleaser Pro!

v8.0.0

Compare Source

Changelog

Other work

Updating from v7

  • if you use env.Parse with no options, no change is required.
  • if you use env.Parse with one Options{}, call env.ParseWithOptions instead.
  • if you use env.Parse with options, and pass more than one Options{}, merge them into a single one, and use env.ParseWithOptions instead.
  • if you use env.ParseWithFuncs, use env.ParseWithOptions instead, and put your parsers into Options{ FuncMap: <here> }.

Released with GoReleaser Pro!

v7.1.0

Compare Source

Changelog

New Features
Bug fixes
Documentation updates

Released with GoReleaser Pro!

v7.0.0

Compare Source

Changelog

Breaking changes
Documentation updates
Other work

Released with GoReleaser Pro!

v6.10.1

Compare Source

Changelog

Bug fixes

Released with GoReleaser Pro!

v6.10.0

Compare Source

Changelog

New Features
Bug fixes
Documentation updates

Released with GoReleaser Pro!

v6.9.3

Compare Source

Changelog

Bug fixes

Released with GoReleaser Pro!

v6.9.2

Compare Source

Changelog

Bug fixes
Other work

Released with GoReleaser Pro!

v6.9.1

Compare Source

Changelog

Bug fixes

Released with GoReleaser Pro!

v6.9.0

Compare Source

Changelog

New Features

Released with GoReleaser Pro!

v6.8.0

Compare Source

Changelog

New Features
Bug fixes

Released with GoReleaser Pro!

v6.7.2

Compare Source

Changelog

db06a3f: fix: gofumpt (@​caarlos0)
adc0f63: fix: lint issues (@​caarlos0)
d255001: refactor: move from io/ioutil to os package (#​176) (@​Juneezee)


Released with GoReleaser Pro!

v6.7.1

Compare Source

Changelog

ba5c1ad fix: error in embedded struct when using option RequiredIfNoDef:true (#​191)

v6.7.0

Compare Source

Changelog

929e30e chore(deps): bump codecov/codecov-action from 1 to 2 (#​186)
92ab404 feat: Add option: 'required' by default (#​187)
5dd6d0c feat: go 1.17
1cd374b feat: onset hook (#​185)
53ff073 fix: ineffective break
d96cac5 fix: merge issues
faf605d refactor: improve test

v6.6.2

Compare Source

Changelog

48e4777 fix(ci): missing env

v6.6.1

Compare Source

Changelog

6683f37 chore(ci): include goreleaser config
e60d1e7 fix(ci): distribution
75568db fix(ci): key

v6.6.0

Compare Source

Changelog

f2ced39 chore(deps): bump actions/cache from v2 to v2.1.4 (#​156)
41425b4 chore(deps): bump actions/cache from v2 to v2.1.4 (#​160)
346d77c chore(deps): bump actions/cache from v2.1.4 to v2.1.5 (#​164)
c33df78 chore(deps): bump actions/checkout from 2 to 2.3.4 (#​168)
7c39877 chore(deps): bump codecov/codecov-action from 1 to 1.5.0 (#​167)
d80f61d chore(deps): bump golangci/golangci-lint-action from v2 to v2.5.2 (#​161)
2174282 chore(deps): bump goreleaser/goreleaser-action from 2 to 2.5.0 (#​166)
6cbd70c docs/test: document how to use custom time formats (#​172)
fd499bb feat: allow to unset a variable after reading it (#​171)
3de7ad1 feat: go 1.16, test on mac and windows (#​159)
b2f4697 feat: notEmpty tag (#​174)
eb9cdc4 fix(ci): workflow versions
9a4342d fix(ci): workflow versions
d552093 fix: linter
0397ad7 fix: some cases on windows (#​170)
f878cc5 tests: use require instead of assert

v6.5.0

Compare Source

Changelog

54c9d5e chore(ci): dependabot
7e1f128 chore: delete gosum workflow
aa84092 feat: upgrade to go 1.15 (#​150)
2ed4d36 fix: add check for blank env key (#​153)
e244b8a refactor: improve if

v6.4.0

Compare Source

Changelog

3ac02fe chore(deps): go mod tidy (#​122)
f21b8c3 feat(ci): dependabot
52290f9 feat: add options (#​131)
a1ac5e4 fix: support custom slice types (#​130)
07535a5 refactor: make unmarshal error handling clearer


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/London, 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.


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

This PR has been generated by Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant