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

build(deps): bump the ci group with 7 updates #918

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps the ci group with 7 updates:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.18.37 1.18.38
github.com/elgohr/go-localstack 1.0.20 1.0.21
github.com/jenkins-x/go-scm 1.14.11 1.14.14
github.com/zclconf/go-cty 1.13.2 1.14.0
k8s.io/cli-runtime 0.27.4 0.28.1
k8s.io/kubectl 0.27.4 0.28.1
sigs.k8s.io/controller-runtime 0.15.1 0.16.1

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

Commits

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

Commits
  • 1e24ac6 Merge pull request #885 from elgohr/dependabot/go_modules/aws-sdk-e9fb0722f0
  • 2700b3f ⬆️ Bump the aws-sdk group with 4 updates
  • 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/zclconf/go-cty from 1.13.2 to 1.14.0

Changelog

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

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
  • 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
  • 1fd34af msgpack: truncate long string prefix refinements
  • 7dcbae4 Prepare for possible future v1.13.3 release
  • See full diff in compare view

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

Commits
  • ecbf09d Update dependencies to v0.28.1 tag
  • 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
  • 38d6ec7 Proactively bump golang.org/x/net to v0.12.0
  • 807b468 Merge pull request #118810 from brancz/parallelize-diff
  • Additional commits viewable in compare view

Updates k8s.io/kubectl from 0.27.4 to 0.28.1

Commits
  • 452312c Update dependencies to v0.28.1 tag
  • 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
  • ff024a2 Merge pull request #119330 from bertinatto/fix-conn-reuse-test
  • 05eaaf2 Proactively bump golang.org/x/net to v0.12.0
  • Additional commits viewable in compare view

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

Release notes

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

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

🌱 Others

... (truncated)

Commits
  • a597c2c Merge pull request #2465 from howardjohn/16/cp-otel-fix
  • 7d098c8 Refactor tests to drop hard otel dependency
  • cf1461f Merge pull request #2459 from k8s-infra-cherrypick-robot/cherry-pick-2457-to-...
  • 90ba77f Update generated code
  • 736a76b seedling: Bump k8s.io/apiserver from 0.28.0 to 0.28.1
  • c20ea14 ✨ Allow non-blocking retrieval of informers (#2371)
  • 304027b Merge pull request #2451 from sbueringer/pr-log-warn
  • f4735b6 log warning if error and non-zero Result returned
  • 480fc5b Merge pull request #2450 from sbueringer/pr-bump-ct-v0.13
  • 96854e7 Bump to controller-tools v0.13
  • 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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.18.37` | `1.18.38` |
| [github.com/elgohr/go-localstack](https://github.com/elgohr/go-localstack) | `1.0.20` | `1.0.21` |
| [github.com/jenkins-x/go-scm](https://github.com/jenkins-x/go-scm) | `1.14.11` | `1.14.14` |
| [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) | `1.13.2` | `1.14.0` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.27.4` | `0.28.1` |
| [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.27.4` | `0.28.1` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.15.1` | `0.16.1` |


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

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

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/zclconf/go-cty` from 1.13.2 to 1.14.0
- [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.0)

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

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

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

---
updated-dependencies:
- 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/elgohr/go-localstack
  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/zclconf/go-cty
  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 Sep 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 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/918/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 Sep 4, 2023

Superseded by #919.

@dependabot dependabot bot closed this Sep 4, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/ci-5bb9286da8 branch September 4, 2023 05:19
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