-
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
Update module github.com/hashicorp/go-slug to v0.16.1 #11
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-hashicorp-go-slug-0.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
This comment has been minimized.
This comment has been minimized.
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-go-slug-0.x
branch
from
February 3, 2024 02:21
d9613df
to
290b29e
Compare
renovate
bot
changed the title
Update module github.com/hashicorp/go-slug to v0.13.4
Update module github.com/hashicorp/go-slug to v0.14.0
Feb 3, 2024
This comment has been minimized.
This comment has been minimized.
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-go-slug-0.x
branch
from
April 19, 2024 02:25
290b29e
to
c679f82
Compare
renovate
bot
changed the title
Update module github.com/hashicorp/go-slug to v0.14.0
Update module github.com/hashicorp/go-slug to v0.15.0
Apr 19, 2024
This comment has been minimized.
This comment has been minimized.
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-go-slug-0.x
branch
from
April 28, 2024 00:46
c679f82
to
9c4dc6d
Compare
This comment has been minimized.
This comment has been minimized.
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-go-slug-0.x
branch
from
June 10, 2024 22:47
9c4dc6d
to
5a040eb
Compare
renovate
bot
changed the title
Update module github.com/hashicorp/go-slug to v0.15.0
Update module github.com/hashicorp/go-slug to v0.15.1
Jun 10, 2024
This comment has been minimized.
This comment has been minimized.
renovate
bot
changed the title
Update module github.com/hashicorp/go-slug to v0.15.1
Update module github.com/hashicorp/go-slug to v0.15.2
Jun 11, 2024
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-go-slug-0.x
branch
from
June 11, 2024 16:09
5a040eb
to
567d374
Compare
This comment has been minimized.
This comment has been minimized.
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-go-slug-0.x
branch
from
August 21, 2024 08:34
567d374
to
d8bbb60
Compare
renovate
bot
changed the title
Update module github.com/hashicorp/go-slug to v0.15.2
Update module github.com/hashicorp/go-slug to v0.16.0
Aug 21, 2024
This comment has been minimized.
This comment has been minimized.
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-go-slug-0.x
branch
from
November 4, 2024 10:22
d8bbb60
to
f36b6d9
Compare
renovate
bot
changed the title
Update module github.com/hashicorp/go-slug to v0.16.0
Update module github.com/hashicorp/go-slug to v0.16.1
Nov 4, 2024
🏗️ Terraform Plan
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.13.3
->v0.16.1
Release Notes
hashicorp/go-slug (github.com/hashicorp/go-slug)
v0.16.1
Compare Source
sourcebundle
package when RegistryMeta and Packages aren't the same size.Full Changelog: hashicorp/go-slug@v0.16.0...v0.16.1
v0.16.0
Compare Source
.Append(...)
function from thesourcebundle
diagnostics API. Consumers should instead use the built-in golangappend()
function. This ensures type-safety as you can't attempt to insert an invalid object into the diagnostics using the built-in function.Note: this is technically a breaking change for consumers of the
sourcebundle
package since it removes a method, but we had previously marked it as experimental in the v0.12.0 release and warned that its API is subject to change. The package continues to be experimental and may change further before stabilizing.v0.15.2
Compare Source
sourcebundle
: Fixed a bug in the PackageMeta receiver methodGetCommitMessage() string
that caused it to return an empty string instead of the git commit message. (#61)v0.15.1
Compare Source
#59: expose registry module version deprecation data in
sourcebundle
v0.15.0
Compare Source
#56: collect commit messages in package meta struct.
Note: this is technically a breaking change for consumers of the sourcebundle package since it removes a method, but we had previously marked it as experimental in the v0.12.0 release and warned that its API is subject to change. The package continues to be experimental and may change further before stabilizing.
v0.14.0
Compare Source
sourcebundle
package fetcher and registry client interfaces to improve future extensibility.Note: this is technically a breaking change for consumers of the
sourcebundle
package, but we had previously marked it as experimental in the v0.12.0 release and warned that its API is subject to change. The package continues to be experimental and may change further before stabilizing.v0.13.4
Compare Source
Fixed a bug with default exclusion rules for .terraformignore which caused the
.terraform/modules
directory to be excludedConfiguration
📅 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.