Skip to content
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

chore(deps): update ⬆️ gomod github.com/caarlos0/env/v6 to v10 #44

Closed
wants to merge 1 commit into from

Conversation

mend-for-github-com[bot]
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/caarlos0/env/v6 v6.10.1 -> v10.0.0 age adoption passing confidence

Release Notes

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

v10.0.0

Compare Source

Changelog

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!


Configuration

📅 Schedule: Branch creation - "every weekday" (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.


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

@mend-for-github-com mend-for-github-com bot requested a review from a team as a code owner January 16, 2024 12:51
@mend-for-github-com mend-for-github-com bot enabled auto-merge (squash) January 16, 2024 12:51
Copy link
Contributor

@sheldonhull sheldonhull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

breaking change, rejecting. api change requires refactoring code

auto-merge was automatically disabled January 16, 2024 12:52

Pull request was closed

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

Successfully merging this pull request may close these issues.

1 participant