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

chore(deps): Bump the ci group with 18 updates #1103

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2023

Bumps the ci group with 18 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.22.0 1.22.1
github.com/aws/aws-sdk-go-v2/config 1.18.37 1.22.2
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.21.5 1.25.0
github.com/aws/aws-sdk-go-v2/service/s3 1.38.5 1.42.0
github.com/elgohr/go-localstack 1.0.20 1.0.37
github.com/fluxcd/source-controller/api 1.1.1 1.1.2
github.com/go-logr/logr 1.2.4 1.3.0
github.com/google/uuid 1.3.1 1.4.0
github.com/jenkins-x/go-scm 1.14.11 1.14.20
github.com/onsi/gomega 1.27.10 1.29.0
github.com/spf13/afero 1.9.5 1.10.0
github.com/spf13/cobra 1.7.0 1.8.0
github.com/spf13/viper 1.16.0 1.17.0
github.com/zclconf/go-cty 1.13.2 1.14.1
google.golang.org/grpc 1.58.2 1.59.0
k8s.io/cli-runtime 0.27.4 0.28.3
k8s.io/kubectl 0.27.4 0.28.3
sigs.k8s.io/controller-runtime 0.15.1 0.16.3

Updates github.com/aws/aws-sdk-go-v2 from 1.22.0 to 1.22.1

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.18.37 to 1.22.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.21.5 to 1.25.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/dynamodb's changelog.

Release (2022-02-24)

General Highlights

  • Feature: Adds RetryMaxAttempts and RetryMod to API client Options. This allows the API clients' default Retryer to be configured from the shared configuration files or environment variables. Adding a new Retry mode of Adaptive. Adaptive retry mode is an experimental mode, adding client rate limiting when throttles reponses are received from an API. See retry.AdaptiveMode for more details, and configuration options.
  • Feature: Updated github.com/aws/smithy-go to latest version
  • Bug Fix: Fixes the AWS Sigv4 signer to trim header value's whitespace when computing the canonical headers block of the string to sign.
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.14.0
    • Feature: Add new AdaptiveMode retryer to aws/retry package. This new retryer uses dynamic token bucketing with client ratelimiting when throttle responses are received.
    • Feature: Adds new interface aws.RetryerV2, replacing aws.Retryer and deprecating the GetInitialToken method in favor of GetAttemptToken so Context can be provided. The SDK will use aws.RetryerV2 internally. Wrapping aws.Retryers as aws.RetryerV2 automatically.
  • github.com/aws/aws-sdk-go-v2/config: v1.14.0
    • Feature: Adds support for loading RetryMaxAttempts and RetryMod from the environment and shared configuration files. These parameters drive how the SDK's API client will initialize its default retryer, if custome retryer has not been specified. See config module and aws.Config for more information about and how to use these new options.
    • Feature: Adds support for the ca_bundle parameter in shared config and credentials files. The usage of the file is the same as environment variable, AWS_CA_BUNDLE, but sourced from shared config. Fixes #1589
  • github.com/aws/aws-sdk-go-v2/credentials: v1.9.0
    • Feature: Adds support for SourceIdentity to stscreds.AssumeRoleProvider #1588. Fixes #1575
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.7.0
    • Feature: Fixes #645, #411 by adding support for (un)marshaling AttributeValue maps to Go maps key types of string, number, bool, and types implementing encoding.Text(un)Marshaler interface
    • Bug Fix: Fixes #1569 inconsistent serialization of Go struct field names
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression: v1.4.0
    • Feature: Add support for expression names with dots via new NameBuilder function NameNoDotSplit, related to aws/aws-sdk-go#2570
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.7.0
    • Feature: Fixes #645, #411 by adding support for (un)marshaling AttributeValue maps to Go maps key types of string, number, bool, and types implementing encoding.Text(un)Marshaler interface
    • Bug Fix: Fixes #1569 inconsistent serialization of Go struct field names
  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.14.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/account: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/acm: v1.13.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.15.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/alexaforbusiness: v1.13.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.13.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.10.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.11.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.14.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.9.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.11.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/appconfig: v1.11.0

... (truncated)

Commits
  • 7653643 Release 2022-02-24
  • 78b771e Update smithy-go dependency version
  • c214cb6 DefaultsMode Documentation Fixes (#1599)
  • 07719a1 Add support for trailing checksum (#1600)
  • 4e87627 Update SDK's API clients from latest models (#1598)
  • 60c5fb5 Fixup make task, removing unused endpoint prefix task (#1597)
  • b7ee4d6 config: Add support for SharedConfig file ca_bundle parameter (#1593)
  • 60feb1d Bump SDK's dependencies (#1596)
  • aa5938d Adds support for SourceIdentity to stscreds.AssumeRoleProvider (#1588)
  • d5c2270 Fix AttributeValue marshaling and names in expressions (#1590)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.5 to 1.42.0

Commits

Updates github.com/elgohr/go-localstack from 1.0.20 to 1.0.37

Commits
  • 109c5f6 Merge pull request #899 from elgohr/dependabot/go_modules/aws-sdk-74c0703fa8
  • 6daaa08 ⬆️ Bump the aws-sdk group with 4 updates
  • 3cd58cc Merge pull request #898 from elgohr/dependabot/go_modules/docker-ff2e075c67
  • 55e90e4 ⬆️ Bump the docker group with 2 updates
  • 829ba17 Merge pull request #897 from elgohr/dependabot/go_modules/aws-sdk-2e7f06f1f9
  • 3a8c802 ⬆️ Bump the aws-sdk group with 2 updates
  • 9da99f8 Merge pull request #896 from elgohr/dependabot/go_modules/aws-sdk-741d579572
  • bca974e ⬆️ Bump the aws-sdk group with 3 updates
  • 5adadab Merge pull request #895 from elgohr/dependabot/go_modules/aws-sdk-d4ce6dd469
  • 2cae384 ⬆️ Bump the aws-sdk group with 4 updates
  • Additional commits viewable in compare view

Updates github.com/fluxcd/source-controller/api from 1.1.1 to 1.1.2

Release notes

Sourced from github.com/fluxcd/source-controller/api's releases.

v1.1.2

Changelog

v1.1.2 changelog

Container images

  • docker.io/fluxcd/source-controller:v1.1.2
  • ghcr.io/fluxcd/source-controller:v1.1.2

Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.

The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the security documentation.

Changelog

Sourced from github.com/fluxcd/source-controller/api's changelog.

1.1.2

Release date: 2023-10-11

This patch release fixes a bug where OCIRepository objects can't be consumed when the OCI image layer contains symlinks.

Fixes:

  • oci: Skip symlinks found in upstream artifacts #1246

Improvements:

  • build(deps): bump the ci group with 1 update #1256
Commits
  • 8b83c8b Merge pull request #1258 from fluxcd/release-v1.1.2
  • 01f4ebb Add changelog entry for v1.1.2
  • 9a74ea0 Release v1.1.2
  • c983b05 Merge pull request #1256 from fluxcd/backport-1254-to-release/v1.1.x
  • 8123d78 build(deps): bump the ci group with 1 update
  • d174d94 Merge pull request #1255 from fluxcd/backport-1246-to-release/v1.1.x
  • bf5b907 oci: Skip symlinks found in upstream artifacts
  • 516666a Update pkg/tar and pkg/oci
  • See full diff in compare view

Updates github.com/go-logr/logr from 1.2.4 to 1.3.0

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.3.0

This release adds support for slog in a new, self-contained logr/slogr package. Implementers of a logr.LogSink are encouraged, but not required, to extend their implementation to improve the quality of log output coming from a slog API call.

Breaking change: the call depth for LogSink.Enabled when called via Logger.Enabled was fixed to be the same as for other call paths. Implementers of a LogSink who have worked around this bug will need to remove their workarounds.

Security best practices were improved. Only Go versions >= 1.18 are supported by this release.

What's Changed


New Contributors

... (truncated)

Commits
  • 8adefbe docs: interoperability with slog
  • ebabbb9 build(deps): bump github/codeql-action from 2.22.3 to 2.22.4
  • 9c361f0 build(deps): bump actions/checkout from 4.1.0 to 4.1.1
  • d9b2b78 Merge pull request #229 from go-logr/dependabot/github_actions/github/codeql-...
  • 91cec29 build(deps): bump github/codeql-action from 2.22.0 to 2.22.3
  • 2ea8628 Merge pull request #228 from go-logr/dependabot/github_actions/github/codeql-...
  • 37a4f55 Merge pull request #227 from go-logr/dependabot/github_actions/ossf/scorecard...
  • ecf310c build(deps): bump github/codeql-action from 2.21.9 to 2.22.0
  • d73e05e build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0
  • 1d1c415 Merge pull request #226 from go-logr/dependabot/github_actions/github/codeql-...
  • Additional commits viewable in compare view

Updates github.com/google/uuid from 1.3.1 to 1.4.0

Release notes

Sourced from github.com/google/uuid's releases.

v1.4.0

1.4.0 (2023-10-26)

Features

  • UUIDs slice type with Strings() convenience method (#133) (cd5fbbd)

Fixes

  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)
Changelog

Sourced from github.com/google/uuid's changelog.

1.4.0 (2023-10-26)

Features

  • UUIDs slice type with Strings() convenience method (#133) (cd5fbbd)

Fixes

  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)
Commits
  • 8de8764 chore(master): release 1.4.0 (#134)
  • 7c22e97 Clarify the documentation of Parse to state its job is to parse, not validate...
  • cd5fbbd feat: UUIDs slice type with Strings() convenience method (#133)
  • 47f5b39 docs: fix a typo in CONTRIBUTING.md (#130)
  • 542ddab chore(tests): add Fuzz tests (#128)
  • 06716f6 chore(tests): Add json.Unmarshal test with empty value cases (#116)
  • See full diff in compare view

Updates github.com/jenkins-x/go-scm from 1.14.11 to 1.14.20

Release notes

Sourced from github.com/jenkins-x/go-scm's releases.

1.14.20

Changes in version 1.14.20

Chores

  • release 1.14.20 (jenkins-x-bot)
  • add variables (jenkins-x-bot)
  • deps: bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (dependabot[bot])

1.14.19

Changes in version 1.14.19

Chores

  • release 1.14.19 (jenkins-x-bot)
  • add variables (jenkins-x-bot)
  • deps: bump github.com/go-git/go-git/v5 from 5.8.1 to 5.10.0 (dependabot[bot])

1.14.18

Changes in version 1.14.18

Chores

  • release 1.14.18 (jenkins-x-bot)
  • add variables (jenkins-x-bot)
  • deps: bump k8s.io/apimachinery from 0.27.3 to 0.28.3 (dependabot[bot])

1.14.17

Changes in version 1.14.17

Chores

  • release 1.14.17 (jenkins-x-bot)
  • add variables (jenkins-x-bot)
  • deps: bump github.com/go-git/go-billy/v5 from 5.4.1 to 5.5.0 (dependabot[bot])

1.14.16

Changes in version 1.14.16

Chores

  • release 1.14.16 (jenkins-x-bot)
  • add variables (jenkins-x-bot)
  • deps: bump golang.org/x/oauth2 from 0.11.0 to 0.13.0 (dependabot[bot])

1.14.15

Changes in version 1.14.15

Chores

... (truncated)

Commits
  • 62fd553 chore: release 1.14.20
  • 2b9d4a4 chore: add variables
  • 78e5cb2 Merge pull request #416 from jenkins-x/dependabot/go_modules/github.com/googl...
  • 8684159 chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • 2b3c2aa Merge pull request #415 from jenkins-x/dependabot/go_modules/github.com/go-gi...
  • e892326 chore(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.10.0
  • 67184c5 Merge pull request #414 from jenkins-x/dependabot/go_modules/k8s.io/apimachin...
  • 0f56217 chore(deps): bump k8s.io/apimachinery from 0.27.3 to 0.28.3
  • 205666d Merge pull request #411 from jenkins-x/dependabot/go_modules/github.com/go-gi...
  • 992f94d Merge pull request #412 from jenkins-x/dependabot/go_modules/golang.org/x/oau...
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.27.10 to 1.29.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.29.0

1.29.0

Features

  • MatchError can now take an optional func(error) bool + description [2b39142]

v1.28.1

1.28.1

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0 [635d196]
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 [14f8859]
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 [d8a6508]
  • #703 doc(matchers): HaveEach() doc comment updated [2705bdb]
  • Minor typos (#699) [375648c]

v1.28.0

1.28.0

Features

  • Add VerifyHost handler to ghttp (#698) [0b03b36]

Fixes

  • Read Body for Newer Responses in HaveHTTPBodyMatcher (#686) [18d6673]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#693) [55a33f3]
  • Typo in matchers.go (#691) [de68e8f]
  • Bump commonmarker from 0.23.9 to 0.23.10 in /docs (#690) [ab17f5e]
  • chore: update test matrix for Go 1.21 (#689) [5069017]
  • Bump golang.org/x/net from 0.12.0 to 0.14.0 (#688) [babe25f]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.29.0

Features

  • MatchError can now take an optional func(error) bool + description [2b39142]

1.28.1

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0 [635d196]
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 [14f8859]
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 [d8a6508]
  • #703 doc(matchers): HaveEach() doc comment updated [2705bdb]
  • Minor typos (#699) [375648c]

1.28.0

Features

  • Add VerifyHost handler to ghttp (#698) [0b03b36]

Fixes

  • Read Body for Newer Responses in HaveHTTPBodyMatcher (#686) [18d6673]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#693) [55a33f3]
  • Typo in matchers.go (#691) [de68e8f]
  • Bump commonmarker from 0.23.9 to 0.23.10 in /docs (#690) [ab17f5e]
  • chore: update test matrix for Go 1.21 (#689) [5069017]
  • Bump golang.org/x/net from 0.12.0 to 0.14.0 (#688) [babe25f]
Commits
  • b94b195 v1.29.0
  • 2b39142 MatchError can now take an optional func(error) bool + description
  • ab6045c v1.28.1
  • 635d196 Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0
  • 14f8859 Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • d8a6508 Bump golang.org/x/net from 0.14.0 to 0.17.0
  • 2705bdb #703 doc(matchers): HaveEach() doc comment updated
  • 375648c Minor typos (#699)
  • 85681d4 v1.28.0
  • 0b03b36 Add VerifyHost handler to ghttp (#698)
  • Additional commits viewable in compare view

Updates github.com/spf13/afero from 1.9.5 to 1.10.0

Release notes

Sourced from github.com/spf13/afero's releases.

v1.10.0

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.9.5...v1.10.0

Commits

Updates github.com/spf13/cobra from 1.7.0 to 1.8.0

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.8.0

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.7.0...v1.8.0

Commits
  • a0a6ae0 Improve API to get flag completion function (#2063)
  • 890302a Support usage as plugin for tools like kubectl (#2018)
  • 48cea5c build(deps): bump actions/checkout from 3 to 4 (#2028)
  • 22953d8 Replace all non-alphanumerics in active help env var program prefix (#1940)
  • 00b68a1 Add tests for flag completion registration (#2053)
  • b711e87 Don't complete --help flag when flag parsing disabled (#2061)
  • 8b1eba4 Fix linter errors (#2052)
  • 4cafa37 Allow running persistent run hooks of all parents (#2044)
  • 5c962a2 build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3 (#2047)
  • efe8fa3 build(deps): bump actions/setup-go from 3 to 4 (#1934)
  • Additional commits viewable in compare view

Updates github.com/spf13/viper from 1.16.0 to 1.17.0

Release notes

Sourced from github.com/spf13/viper's releases.

v1.17.0

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks! ❤️

Minimum Go version: 1.19

Viper now requires Go 1.19

This change ensures we can stay up to date with modern practices and dependencies.

log/slog support [BREAKING]

Viper v1.11.0 added an experimental Logger interface to allow custom implementations (besides jwalterweatherman).

In addition, it also exposed an experimental WithLogger function allowing to set a custom logger.

This release deprecates that interface in favor of log/slog released in Go 1.21.

[!WARNING] WithLogger accepts an *slog.Logger from now on.

To preserve backwards compatibility with older Go versions, prior to Go 1.21 Viper accepts a *golang.org/x/exp/slog.Logger.

The experimental flag is removed.

New finder implementation [BREAKING]

As of this release, Viper uses a new library to look for files, called locafero.

The new library is better covered by tests and has been built from scratch as a general purpose file finder library.

The implementation is experimental and is hidden behind a finder build tag.

[!WARNING] The io/fs based implementation (that used to be hidden behind a finder build tag) has been removed.

What's Changed

Exciting New Features 🎉

Enhancements 🚀

... (truncated)

Commits
  • f62f86a refactor: make use of strings.Cut
  • 94632fa chore: Use pip3 explicitly to install yamllint
  • 3f6cadc chore: Fix copy-paste error for yamllint target
  • 287507c docs: add set subset KV example
  • f1cb226 chore(deps): update crypt
  • Description has been truncated

Bumps the ci group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.22.0` | `1.22.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.18.37` | `1.22.2` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.21.5` | `1.25.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.38.5` | `1.42.0` |
| [github.com/elgohr/go-localstack](https://github.com/elgohr/go-localstack) | `1.0.20` | `1.0.37` |
| [github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller) | `1.1.1` | `1.1.2` |
| [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.2.4` | `1.3.0` |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.3.1` | `1.4.0` |
| [github.com/jenkins-x/go-scm](https://github.com/jenkins-x/go-scm) | `1.14.11` | `1.14.20` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.27.10` | `1.29.0` |
| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.10.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.8.0` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.16.0` | `1.17.0` |
| [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) | `1.13.2` | `1.14.1` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.58.2` | `1.59.0` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.27.4` | `0.28.3` |
| [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.27.4` | `0.28.3` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.15.1` | `0.16.3` |


Updates `github.com/aws/aws-sdk-go-v2` from 1.22.0 to 1.22.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.22.0...v1.22.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.18.37 to 1.22.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.37...config/v1.22.2)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.21.5 to 1.25.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.25.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/efs/v1.21.5...service/s3/v1.25.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.38.5 to 1.42.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.5...service/s3/v1.42.0)

Updates `github.com/elgohr/go-localstack` from 1.0.20 to 1.0.37
- [Commits](elgohr/go-localstack@v1.0.20...v1.0.37)

Updates `github.com/fluxcd/source-controller/api` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/fluxcd/source-controller/releases)
- [Changelog](https://github.com/fluxcd/source-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/source-controller@v1.1.1...v1.1.2)

Updates `github.com/go-logr/logr` from 1.2.4 to 1.3.0
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.2.4...v1.3.0)

Updates `github.com/google/uuid` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.3.1...v1.4.0)

Updates `github.com/jenkins-x/go-scm` from 1.14.11 to 1.14.20
- [Release notes](https://github.com/jenkins-x/go-scm/releases)
- [Changelog](https://github.com/jenkins-x/go-scm/blob/main/CHANGELOG.md)
- [Commits](jenkins-x/go-scm@v1.14.11...v1.14.20)

Updates `github.com/onsi/gomega` from 1.27.10 to 1.29.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.27.10...v1.29.0)

Updates `github.com/spf13/afero` from 1.9.5 to 1.10.0
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.9.5...v1.10.0)

Updates `github.com/spf13/cobra` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.7.0...v1.8.0)

Updates `github.com/spf13/viper` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.16.0...v1.17.0)

Updates `github.com/zclconf/go-cty` from 1.13.2 to 1.14.1
- [Release notes](https://github.com/zclconf/go-cty/releases)
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
- [Commits](zclconf/go-cty@v1.13.2...v1.14.1)

Updates `google.golang.org/grpc` from 1.58.2 to 1.59.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.2...v1.59.0)

Updates `k8s.io/cli-runtime` from 0.27.4 to 0.28.3
- [Commits](kubernetes/cli-runtime@v0.27.4...v0.28.3)

Updates `k8s.io/kubectl` from 0.27.4 to 0.28.3
- [Commits](kubernetes/kubectl@v0.27.4...v0.28.3)

Updates `sigs.k8s.io/controller-runtime` from 0.15.1 to 0.16.3
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.15.1...v0.16.3)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: github.com/elgohr/go-localstack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
- dependency-name: github.com/fluxcd/source-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
- dependency-name: github.com/go-logr/logr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: github.com/jenkins-x/go-scm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: github.com/spf13/afero
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: github.com/zclconf/go-cty
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: k8s.io/cli-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: k8s.io/kubectl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added area/ci Continuous Integration pipeline dependencies Dependency management for library and code labels Nov 8, 2023
@dependabot dependabot bot requested review from chanwit and a team November 8, 2023 05:41
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 9, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/ci-8deb5d5a0a branch November 9, 2023 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Continuous Integration pipeline dependencies Dependency management for library and code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants