-
Notifications
You must be signed in to change notification settings - Fork 0
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 module github.com/sethvargo/go-envconfig to v1 #15
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/github.com-sethvargo-go-envconfig-1.x
base: master
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
renovate
bot
force-pushed
the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
2 times, most recently
from
January 20, 2024 16:55
5b6955c
to
9e9a1a0
Compare
renovate
bot
force-pushed
the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
2 times, most recently
from
February 2, 2024 00:10
f0d314c
to
ad59d85
Compare
renovate
bot
force-pushed
the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
from
February 25, 2024 10:27
ad59d85
to
5a946f6
Compare
renovate
bot
force-pushed
the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
from
March 9, 2024 04:02
5a946f6
to
8b73c1e
Compare
renovate
bot
force-pushed
the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
from
April 14, 2024 10:56
8b73c1e
to
8e07446
Compare
renovate
bot
force-pushed
the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
from
May 9, 2024 10:38
8e07446
to
0f56af4
Compare
renovate
bot
force-pushed
the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
2 times, most recently
from
May 22, 2024 02:12
ae590b6
to
62f0fa0
Compare
Pull Request Test Coverage Report for Build 11488458900Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
raffis
approved these changes
May 28, 2024
raffis
approved these changes
May 28, 2024
renovate
bot
force-pushed
the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
3 times, most recently
from
May 28, 2024 18:32
a94af97
to
f38c9a7
Compare
renovate
bot
force-pushed
the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
from
June 15, 2024 15:30
f38c9a7
to
f1dcec9
Compare
renovate
bot
force-pushed
the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
2 times, most recently
from
July 11, 2024 22:51
0b85f5c
to
12e68ec
Compare
renovate
bot
force-pushed
the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
from
July 20, 2024 06:55
12e68ec
to
addca0e
Compare
renovate
bot
force-pushed
the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
2 times, most recently
from
September 12, 2024 13:46
6a54233
to
35a3724
Compare
renovate
bot
force-pushed
the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
from
September 12, 2024 23:00
35a3724
to
409b468
Compare
renovate
bot
changed the title
chore(deps): update module github.com/sethvargo/go-envconfig to v1
chore(deps): update module github.com/sethvargo/go-envconfig to v1 - autoclosed
Oct 23, 2024
renovate
bot
deleted the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
October 23, 2024 19:22
renovate
bot
changed the title
chore(deps): update module github.com/sethvargo/go-envconfig to v1 - autoclosed
chore(deps): update module github.com/sethvargo/go-envconfig to v1
Oct 23, 2024
renovate
bot
restored the
renovate/github.com-sethvargo-go-envconfig-1.x
branch
October 23, 2024 21:29
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:
v0.9.0
->v1.1.0
Release Notes
sethvargo/go-envconfig (github.com/sethvargo/go-envconfig)
v1.1.0
Compare Source
What's Changed
Full Changelog: sethvargo/go-envconfig@v1.0.3...v1.1.0
v1.0.3
Compare Source
What's Changed
Full Changelog: sethvargo/go-envconfig@v1.0.2...v1.0.3
v1.0.2
Compare Source
What's Changed
New Contributors
Full Changelog: sethvargo/go-envconfig@v1.0.1...v1.0.2
v1.0.1
Compare Source
What's Changed
v1.0.0
Compare Source
New features
Introduce global and cascading configuration options by @sethvargo in https://github.com/sethvargo/go-envconfig/pull/97
Breaking changes
Change
MutatorFunc
to be more flexible by @sethvargo in https://github.com/sethvargo/go-envconfig/pull/92 and https://github.com/sethvargo/go-envconfig/pull/94Require Go 1.21 or later by @sethvargo in https://github.com/sethvargo/go-envconfig/pull/93
Drop
ExtractDefaults
functionality by @sethvargo in https://github.com/sethvargo/go-envconfig/pull/95Ignore prefix computing environment variable defaults by @sethvargo in https://github.com/sethvargo/go-envconfig/pull/99
Allow configurable decoding by @sethvargo in https://github.com/sethvargo/go-envconfig/pull/100
Full Changelog: sethvargo/go-envconfig@v0.9.0...v1.0.0-beta1
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.