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 15 updates #1044

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2023

Bumps the ci group with 15 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.21.0 1.21.1
github.com/aws/aws-sdk-go-v2/config 1.18.37 1.18.44
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.21.5 1.22.1
github.com/aws/aws-sdk-go-v2/service/s3 1.38.5 1.40.1
github.com/elgohr/go-localstack 1.0.20 1.0.31
github.com/fluxcd/source-controller/api 1.1.1 1.1.2
github.com/jenkins-x/go-scm 1.14.11 1.14.14
github.com/onsi/gomega 1.27.10 1.28.0
github.com/spf13/afero 1.9.5 1.10.0
github.com/spf13/viper 1.16.0 1.17.0
github.com/zclconf/go-cty 1.13.2 1.14.1
golang.org/x/net 0.15.0 0.17.0
k8s.io/cli-runtime 0.27.4 0.28.2
k8s.io/kubectl 0.27.4 0.28.2
sigs.k8s.io/controller-runtime 0.15.1 0.16.2

Updates github.com/aws/aws-sdk-go-v2 from 1.21.0 to 1.21.1

Commits

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

Commits

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

Changelog

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

Release (2022-09-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.16.16
    • Documentation: added clafirfication on the Credential object to show usage of loadDefaultConfig to load credentials
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.58.0
    • Feature: This release adds support for blocked paths to Amazon VPC Reachability Analyzer.

Release (2022-09-19)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.18.0
    • Feature: This release includes support for importing existing trails into CloudTrail Lake.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.57.0
    • Feature: This release adds CapacityAllocations field to DescribeCapacityReservations
  • github.com/aws/aws-sdk-go-v2/service/mediaconnect: v1.17.0
    • Feature: This change allows the customer to use the SRT Caller protocol as part of their flows
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.26.0
    • Feature: This release adds support for Amazon RDS Proxy with SQL Server compatibility.

Release (2022-09-16)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/codestarnotifications: v1.13.0
    • Feature: This release adds tag based access control for the UntagResource API.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.18.21
    • Documentation: This release supports new task definition sizes.

Release (2022-09-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.17.0
    • Feature: Increased DynamoDB transaction limit from 25 to 100.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.56.0
    • Feature: This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.43.0
    • Feature: Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early.

Release (2022-09-14)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

... (truncated)

Commits

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

Commits

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

Commits
  • bbb7a0a 🐛 Prevent deadlock when mapping empty bindings
  • 9cf5673 🚀 Optimize port mapping mutex
  • c55ca18 🔒 Prevent data race on port mappings
  • 0e76723 Merge pull request #893 from elgohr/dependabot/go_modules/aws-sdk-6d6d805299
  • d5adc93 ⬆️ Bump the aws-sdk group with 4 updates
  • 93995ff Merge pull request #892 from elgohr/dependabot/go_modules/aws-sdk-c6a92e15dc
  • 4ad263b ⬆️ Bump the aws-sdk group with 2 updates
  • 709ab0b Merge pull request #891 from elgohr/dependabot/go_modules/aws-sdk-05b0d97dc9
  • e4c360a ⬆️ Bump the aws-sdk group with 2 updates
  • 2b6605f ♻️ Remove exception for old version
  • 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/jenkins-x/go-scm from 1.14.11 to 1.14.14

Release notes

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

1.14.14

Changes in version 1.14.14

Chores

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

1.14.13

Changes in version 1.14.13

Chores

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

1.14.12

Changes in version 1.14.12

Bug Fixes

  • gitlab: AddCollaborator tell when user is a member (Manuel Stein)

Chores

  • release 1.14.12 (jenkins-x-bot)
  • add variables (jenkins-x-bot)
Commits
  • a795c4a chore: release 1.14.14
  • f8eebf4 chore: add variables
  • c6ce7a0 Merge pull request #403 from jenkins-x/dependabot/go_modules/golang.org/x/oau...
  • 3dd671f chore(deps): bump golang.org/x/oauth2 from 0.9.0 to 0.11.0
  • f72ce35 Merge pull request #401 from jenkins-x/dependabot/go_modules/github.com/go-gi...
  • becea84 chore(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.1
  • 1a237c8 Merge pull request #299 from manuelstein/fix-gitlab-add-collaborator
  • 3bfe234 fix(gitlab): AddCollaborator tell when user is a member
  • See full diff in compare view

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

Release notes

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

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.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

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/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
  • c292b55 test: refactor asserts
  • 3d006fe refactor: replace interface{} with any
  • 8a6dc5d build(deps): bump github/codeql-action from 2.21.8 to 2.21.9
  • 96c5c00 chore: remove deprecated build tags
  • 44911d2 build(deps): bump github/codeql-action from 2.21.7 to 2.21.8
  • Additional commits viewable in compare view

Updates github.com/zclconf/go-cty from 1.13.2 to 1.14.1

Changelog

Sourced from github.com/zclconf/go-cty's changelog.

1.14.1 (October 5, 2023)

  • cty: It's now valid to use the Refine method on cty.DynamicVal, although all refinements will be silently discarded. This replaces the original behavior of panicking when trying to refine cty.DynamicVal.

  • cty: Value.Range will now return a clearer panic message if called on a marked value. The "value range" concept is only applicable to unmarked values because not all of the ValueRange functions are able to propagate marks into their return values, due to returning Go primitive types instead of new cty.Value results.

    Callers that use marks must, as usual, take care to unmark them before exporting values into "normal" Go types, and then explicitly re-apply the marks to their result as appropriate. Applications that make no use of value marks, and library callers that exclude marked values from what they support, can safely ignore this requirement.

1.14.0 (August 30, 2023)

This release updates the supported version of Unicode from Unicode 13 to Unicode 15. This is a backwards-compatible change that means that cty supports normalization and segmentation of strings containing new Unicode characters. The algorithms for normalization and segmentation themselves are unchanged.

If you use cty in an application that cares about consistent Unicode support, you should upgrade to Go 1.21 at the same time as updating to cty v1.14, because that will then also update the Unicode tables embedded in the Go standard library (used for case folding, etc).

  • cty: The cty.String type will now normalize incoming string values using the Unicode 15 normalization rules.
  • function/stdlib: The various string functions which split strings into individual characters as part of their work will now use the Unicode 15 version of the text segmentation algorithm to do so.

1.13.3 (August 24, 2023)

  • msgpack: As a compromise to avoid unbounded memory usage for a situation that some callers won't take advantage of anyway, the MessagePack decoder has a maximum length limit on encoded unknown value refinements. For consistency, the encoder will now truncate string prefix refinements if necessary to avoid making the encoded refinements too long. (#167)

    This is consistent with the documented conventions for serializing refinements -- that we can potentially lose detail through serialization -- but in this case we are still able to preserve shorter string prefixes, whereas other serializations tend to just discard refinement information altogether.

Commits
  • 7152062 Release v1.14.1
  • b868a8d cty: Silently ignore refinements of cty.DynamicVal
  • ab81272 cty: Explicit panic when using Value.Range with marked value
  • 3071166 Prepare for a possible future v1.14.1 release
  • d0dc388 v1.14.0 release
  • b22c792 Use Unicode 15 tables
  • ad716e1 Prepare for potential future 1.13.4 release
  • 2893b67 v1.13.3 release
  • e24a128 function/stdlib: Update tests for newer Go versions
  • 560dd28 ctystrings: clarify comment
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.15.0 to 0.17.0

Commits
  • b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams
  • 88194ad go.mod: update golang.org/x dependencies
  • 2b60a61 quic: fix several bugs in flow control accounting
  • 73d82ef quic: handle DATA_BLOCKED frames
  • 5d5a036 quic: handle streams moving from the data queue to the meta queue
  • 350aad2 quic: correctly extend peer's flow control window after MAX_DATA
  • 21814e7 quic: validate connection id transport parameters
  • a600b35 quic: avoid redundant MAX_DATA updates
  • ea63359 http2: check stream body is present on read timeout
  • ddd8598 quic: version negotiation
  • Additional commits viewable in compare view

Updates k8s.io/cli-runtime from 0.27.4 to 0.28.2

Commits
  • 45d2c47 Update dependencies to v0.28.2 tag
  • 51e09e4 Merge pull request #120329liggitt/automated-cherry-pick-of-#120327
  • b93e912 Revert to json-patch 4.12.0
  • b1cb225 Merge remote-tracking branch 'origin/master' into release-1.28
  • bfa6b7b .*: bump golang.org/x/net to v0.13.0
  • 448da40 Merge pull request #118204 from sttts/sttts-openapi-v2-parameter-refs
  • 1f56e52 Merge pull request #119312 from pacoxu/prometheus/common-v0.44
  • e41ba3e cli-runtime: make VerifiableQueryParam shared-parameter aware
  • 85ca709 upgrade prometheus common to v0.44.0
  • 4964d2e Merge pull request #119330 from bertinatto/fix-conn-reuse-test
  • Additional commits viewable in compare view

Updates k8s.io/kubectl from 0.27.4 to 0.28.2

Commits
  • f28992c Update dependencies to v0.28.2 tag
  • 6fb6697 Merge pull request #120329liggitt/automated-cherry-pick-of-#120327
  • 7de4ee0 Revert to json-patch 4.12.0
  • fab02cc Merge remote-tracking branch 'origin/master' into release-1.28
  • 0e276a4 .*: bump golang.org/x/net to v0.13.0
  • 1971237 Merge pull request #119256 from brianpursley/kubectl-1409
  • 70109f0 Prefer pods without a deletion timestamp over pods with a deletion timestamp ...
  • 4de80e9 Merge pull request #118204 from sttts/sttts-openapi-v2-parameter-refs
  • 44bc72f Merge pull request #119312 from pacoxu/prometheus/common-v0.44
  • 24b49e8 upgrade prometheus common to v0.44.0
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.2

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.16.2

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.16.1...v0.16.2

v0.16.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.16.0...v0.16.1

v0.16.0

Highlights

  • Granular cache configuration (#2421)
  • New cache option to fail on missing informer on cache reads (#2406)
  • Secure metrics serving (#2407)
  • Upgrade to Kubernetes 1.28 libraries (#2393, #2405, #2449)

Changes since v0.15

⚠️ Breaking Changes

✨ New Features

🐛 Bug Fixes

  • Add missing return statement in admission.Decoder.DecodeRaw by @​lleshchi (#2433)

... (truncated)

Commits
  • 7db81c7 Merge pull request #2492 from k8s-infra-cherrypick-robot/cherry-pick-2472-to-...
  • ca2d236 bug: Return NoResourceMatchError when appropriate for backwards compatibility.
  • b40bcb8 [release-0.16] 🐛 Fix returning object after status update (#2490)
  • 1cf5b88 Merge pull request #2485 from k8s-infra-cherrypick-robot/cherry-pick-2484-to-...
  • 319038d bug: Fix status subresource getting updated on Update when it is empty
  • 580f203 Merge pull request #2483 from k8s-infra-cherrypick-robot/cherry-pick-2479-to-...
  • 339df9a delete copyNonStatusFrom function, change test case description
  • b3c83a2 add test case to show it will not override other status fields when updating
  • 74eb8ea Test showing labels and annotations stored during fake client.Status().Update()
  • f4582ea update subresource client to not incude metadata
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ci group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.21.0` | `1.21.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.18.37` | `1.18.44` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.21.5` | `1.22.1` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.38.5` | `1.40.1` |
| [github.com/elgohr/go-localstack](https://github.com/elgohr/go-localstack) | `1.0.20` | `1.0.31` |
| [github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller) | `1.1.1` | `1.1.2` |
| [github.com/jenkins-x/go-scm](https://github.com/jenkins-x/go-scm) | `1.14.11` | `1.14.14` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.27.10` | `1.28.0` |
| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.10.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` |
| [golang.org/x/net](https://github.com/golang/net) | `0.15.0` | `0.17.0` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.27.4` | `0.28.2` |
| [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.27.4` | `0.28.2` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.15.1` | `0.16.2` |


Updates `github.com/aws/aws-sdk-go-v2` from 1.21.0 to 1.21.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.21.0...v1.21.1)

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

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

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.38.5 to 1.40.1
- [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.40.1)

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

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/jenkins-x/go-scm` from 1.14.11 to 1.14.14
- [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.14)

Updates `github.com/onsi/gomega` from 1.27.10 to 1.28.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.28.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/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 `golang.org/x/net` from 0.15.0 to 0.17.0
- [Commits](golang/net@v0.15.0...v0.17.0)

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

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

Updates `sigs.k8s.io/controller-runtime` from 0.15.1 to 0.16.2
- [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.2)

---
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-patch
  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/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/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: golang.org/x/net
  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 Oct 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2023

Dependabot tried to add @chanwit, @Nalum, @phoban01, @tomhuang12 and @weaveworks/wild-watermelon as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/weaveworks/tf-controller/pulls/1044/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the weaveworks/tf-controller repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 12, 2023

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

@dependabot dependabot bot closed this Oct 12, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/ci-64d853f695 branch October 12, 2023 05:25
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