Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

fix(deps): update module github.com/caarlos0/env/v7 to v9 - autoclosed #12

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/caarlos0/env/v7 require major v7.1.0 -> v9.0.0

Release Notes

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

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!


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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update module github.com/caarlos0/env/v7 to v9 fix(deps): update module github.com/caarlos0/env/v7 to v9 - autoclosed Oct 23, 2023
@renovate renovate bot closed this Oct 23, 2023
@renovate renovate bot deleted the renovate/github.com-caarlos0-env-v7-9.x branch October 23, 2023 10:21
@renovate renovate bot changed the title fix(deps): update module github.com/caarlos0/env/v7 to v9 - autoclosed fix(deps): update module github.com/caarlos0/env/v7 to v9 Oct 23, 2023
@renovate renovate bot reopened this Oct 23, 2023
@renovate renovate bot restored the renovate/github.com-caarlos0-env-v7-9.x branch October 23, 2023 13:52
@renovate renovate bot changed the title fix(deps): update module github.com/caarlos0/env/v7 to v9 fix(deps): update module github.com/caarlos0/env/v7 to v9 - autoclosed Oct 27, 2023
@renovate renovate bot closed this Oct 27, 2023
@renovate renovate bot deleted the renovate/github.com-caarlos0-env-v7-9.x branch October 27, 2023 22:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants