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

deps(go): Bump github.com/hairyhenderson/go-fsimpl from 0.1.8 to 0.2.0 #2271

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps github.com/hairyhenderson/go-fsimpl from 0.1.8 to 0.2.0.

Release notes

Sourced from github.com/hairyhenderson/go-fsimpl's releases.

v0.2.0

0.2.0 (2024-11-24)

Features

  • blobfs: Use AWS SDK v2 for blobfs (#892) (d950b58)
  • vaultfs: Add extension methods WithClient and WithConfig (#881) (8c0f527)

Dependencies

  • go: Bump github.com/aws/aws-sdk-go-v2 from 1.32.3 to 1.32.4 (#869) (8fa3292)
  • go: Bump github.com/aws/aws-sdk-go-v2 from 1.32.4 to 1.32.5 (#889) (65102bf)
  • go: Bump github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.4 (#882) (194ad81)
  • go: Bump github.com/aws/aws-sdk-go-v2/config from 1.28.4 to 1.28.5 (#890) (8eb8ed2)
  • go: Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds (#870) (66b2b5d)
  • go: Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds (#886) (f5c34e7)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/secretsmanager (#875) (cc2cfff)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/secretsmanager (#887) (af55d32)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/ssm (#873) (457db44)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/ssm (#891) (ba05387)
  • go: Bump github.com/aws/smithy-go from 1.22.0 to 1.22.1 (#884) (b7c45d9)
  • go: Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob (#885) (6f248db)
  • go: Bump go.opentelemetry.io/contrib/propagators/autoprop (#878) (411ea14)
  • go: Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#877) (eb5c73f)
  • go: Bump go.opentelemetry.io/otel/sdk from 1.31.0 to 1.32.0 (#880) (92ba3d9)
  • go: Bump go.opentelemetry.io/otel/trace from 1.31.0 to 1.32.0 (#876) (23863b7)
  • go: Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#879) (e2b70eb)
Changelog

Sourced from github.com/hairyhenderson/go-fsimpl's changelog.

0.2.0 (2024-11-24)

Features

  • blobfs: Use AWS SDK v2 for blobfs (#892) (d950b58)
  • vaultfs: Add extension methods WithClient and WithConfig (#881) (8c0f527)

Dependencies

  • go: Bump github.com/aws/aws-sdk-go-v2 from 1.32.3 to 1.32.4 (#869) (8fa3292)
  • go: Bump github.com/aws/aws-sdk-go-v2 from 1.32.4 to 1.32.5 (#889) (65102bf)
  • go: Bump github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.4 (#882) (194ad81)
  • go: Bump github.com/aws/aws-sdk-go-v2/config from 1.28.4 to 1.28.5 (#890) (8eb8ed2)
  • go: Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds (#870) (66b2b5d)
  • go: Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds (#886) (f5c34e7)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/secretsmanager (#875) (cc2cfff)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/secretsmanager (#887) (af55d32)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/ssm (#873) (457db44)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/ssm (#891) (ba05387)
  • go: Bump github.com/aws/smithy-go from 1.22.0 to 1.22.1 (#884) (b7c45d9)
  • go: Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob (#885) (6f248db)
  • go: Bump go.opentelemetry.io/contrib/propagators/autoprop (#878) (411ea14)
  • go: Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#877) (eb5c73f)
  • go: Bump go.opentelemetry.io/otel/sdk from 1.31.0 to 1.32.0 (#880) (92ba3d9)
  • go: Bump go.opentelemetry.io/otel/trace from 1.31.0 to 1.32.0 (#876) (23863b7)
  • go: Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#879) (e2b70eb)
Commits
  • c0fbad9 chore(main): release 0.2.0 (#883)
  • d950b58 feat(blobfs): Use AWS SDK v2 for blobfs (#892)
  • ba05387 deps(go): Bump github.com/aws/aws-sdk-go-v2/service/ssm (#891)
  • af55d32 deps(go): Bump github.com/aws/aws-sdk-go-v2/service/secretsmanager (#887)
  • 8eb8ed2 deps(go): Bump github.com/aws/aws-sdk-go-v2/config from 1.28.4 to 1.28.5 (#890)
  • 65102bf deps(go): Bump github.com/aws/aws-sdk-go-v2 from 1.32.4 to 1.32.5 (#889)
  • f5c34e7 deps(go): Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds (#886)
  • 6f248db deps(go): Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob (#885)
  • b7c45d9 deps(go): Bump github.com/aws/smithy-go from 1.22.0 to 1.22.1 (#884)
  • eb5c73f deps(go): Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrp...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from hairyhenderson as a code owner November 25, 2024 20:04
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Nov 25, 2024
@hairyhenderson hairyhenderson enabled auto-merge (squash) December 2, 2024 00:33
Bumps [github.com/hairyhenderson/go-fsimpl](https://github.com/hairyhenderson/go-fsimpl) from 0.1.8 to 0.2.0.
- [Release notes](https://github.com/hairyhenderson/go-fsimpl/releases)
- [Changelog](https://github.com/hairyhenderson/go-fsimpl/blob/main/CHANGELOG.md)
- [Commits](hairyhenderson/go-fsimpl@v0.1.8...v0.2.0)

---
updated-dependencies:
- dependency-name: github.com/hairyhenderson/go-fsimpl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hairyhenderson/go-fsimpl-0.2.0 branch from cfd4afa to 619eee7 Compare December 2, 2024 00:34
@hairyhenderson hairyhenderson merged commit e29e3ee into main Dec 2, 2024
19 checks passed
@hairyhenderson hairyhenderson deleted the dependabot/go_modules/github.com/hairyhenderson/go-fsimpl-0.2.0 branch December 2, 2024 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant