Skip to content

Bump github.com/hairyhenderson/go-fsimpl from 0.1.8 to 0.2.1 #494

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

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

Release notes

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

v0.2.1

0.2.1 (2024-12-17)

Bug Fixes

  • aws: Get region from IMDS when missing for awssmfs, awssmpfs, and blobfs (s3://) (#911) (59f0448)

Dependencies

  • actions: Bump actions/setup-go from 4 to 5 (#903) (42a1e23)
  • go: Bump github.com/aws/aws-sdk-go-v2 from 1.32.5 to 1.32.6 (#896) (7af5b91)
  • go: Bump github.com/aws/aws-sdk-go-v2/config from 1.28.5 to 1.28.6 (#897) (455c30c)
  • go: Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds (#895) (e7d839c)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/s3 (#904) (39308ae)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/secretsmanager (#894) (5b0a6b1)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/ssm (#898) (7ed24c0)
  • go: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#893) (0af8719)
  • go: Bump go.opentelemetry.io/contrib/propagators/autoprop (#909) (ed877c2)
  • go: Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#910) (ac17f0d)
  • go: Bump go.opentelemetry.io/otel/sdk from 1.32.0 to 1.33.0 (#908) (23f18fb)
  • go: Bump golang.org/x/crypto from 0.29.0 to 0.30.0 (#899) (5b35777)
  • go: Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#905) (ab96a64)

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)

... (truncated)

Changelog

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

0.2.1 (2024-12-17)

Bug Fixes

  • aws: Get region from IMDS when missing for awssmfs, awssmpfs, and blobfs (s3://) (#911) (59f0448)

Dependencies

  • actions: Bump actions/setup-go from 4 to 5 (#903) (42a1e23)
  • go: Bump github.com/aws/aws-sdk-go-v2 from 1.32.5 to 1.32.6 (#896) (7af5b91)
  • go: Bump github.com/aws/aws-sdk-go-v2/config from 1.28.5 to 1.28.6 (#897) (455c30c)
  • go: Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds (#895) (e7d839c)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/s3 (#904) (39308ae)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/secretsmanager (#894) (5b0a6b1)
  • go: Bump github.com/aws/aws-sdk-go-v2/service/ssm (#898) (7ed24c0)
  • go: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#893) (0af8719)
  • go: Bump go.opentelemetry.io/contrib/propagators/autoprop (#909) (ed877c2)
  • go: Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#910) (ac17f0d)
  • go: Bump go.opentelemetry.io/otel/sdk from 1.32.0 to 1.33.0 (#908) (23f18fb)
  • go: Bump golang.org/x/crypto from 0.29.0 to 0.30.0 (#899) (5b35777)
  • go: Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#905) (ab96a64)

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)

... (truncated)

Commits
  • 67cd1d1 chore(main): release 0.2.1 (#902)
  • 59f0448 fix(aws): Get region from IMDS when missing for awssmfs, awssmpfs, and blobfs...
  • ac17f0d deps(go): Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrp...
  • ed877c2 deps(go): Bump go.opentelemetry.io/contrib/propagators/autoprop (#909)
  • 23f18fb deps(go): Bump go.opentelemetry.io/otel/sdk from 1.32.0 to 1.33.0 (#908)
  • 39308ae deps(go): Bump github.com/aws/aws-sdk-go-v2/service/s3 (#904)
  • 42a1e23 deps(actions): Bump actions/setup-go from 4 to 5 (#903)
  • ab96a64 deps(go): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#905)
  • 5b35777 deps(go): Bump golang.org/x/crypto from 0.29.0 to 0.30.0 (#899)
  • 455c30c deps(go): Bump github.com/aws/aws-sdk-go-v2/config from 1.28.5 to 1.28.6 (#897)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/hairyhenderson/go-fsimpl](https://github.com/hairyhenderson/go-fsimpl) from 0.1.8 to 0.2.1.
- [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.1)

---
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 added the dependencies Pull requests that update a dependency file label Dec 17, 2024
@benpate benpate closed this Feb 16, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/dev/github.com/hairyhenderson/go-fsimpl-0.2.1 branch February 16, 2025 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant