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

Bump the all group across 1 directory with 13 updates #8037

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 9 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.32.2 1.32.3
github.com/aws/aws-sdk-go-v2/config 1.28.0 1.28.1
github.com/aws/aws-sdk-go-v2/service/cloudcontrol 1.22.2 1.22.3
github.com/aws/aws-sdk-go-v2/service/cloudformation 1.55.3 1.55.4
github.com/aws/aws-sdk-go-v2/service/ec2 1.186.0 1.187.0
github.com/aws/aws-sdk-go-v2/service/ecr 1.36.2 1.36.3
github.com/charmbracelet/bubbletea 1.1.2 1.2.0
github.com/projectcontour/contour 1.30.0 1.30.1
github.com/hashicorp/terraform-json 0.22.1 0.23.0

Updates github.com/aws/aws-sdk-go-v2 from 1.32.2 to 1.32.3

Commits
  • 6b53348 Release 2024-10-28
  • 784d2d3 Regenerated Clients
  • 7258bd2 Update endpoints model
  • f322198 Update API model
  • b65b80a Merge pull request #2852 from RanVaknin/signature-header-parsing-fix
  • 803614d Fixing changelog description and implementation to use TrimSpace
  • b12c8cf adding changelog
  • f0caa97 patching GetSignedRequestSignature to cover edge cases with the signature
  • e058903 drop service/nimble (#2851)
  • 896793a Release 2024-10-25
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/config from 1.28.0 to 1.28.1

Commits
  • 6b53348 Release 2024-10-28
  • 784d2d3 Regenerated Clients
  • 7258bd2 Update endpoints model
  • f322198 Update API model
  • b65b80a Merge pull request #2852 from RanVaknin/signature-header-parsing-fix
  • 803614d Fixing changelog description and implementation to use TrimSpace
  • b12c8cf adding changelog
  • f0caa97 patching GetSignedRequestSignature to cover edge cases with the signature
  • e058903 drop service/nimble (#2851)
  • 896793a Release 2024-10-25
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.41 to 1.17.42

Commits
  • 6b53348 Release 2024-10-28
  • 784d2d3 Regenerated Clients
  • 7258bd2 Update endpoints model
  • f322198 Update API model
  • b65b80a Merge pull request #2852 from RanVaknin/signature-header-parsing-fix
  • 803614d Fixing changelog description and implementation to use TrimSpace
  • b12c8cf adding changelog
  • f0caa97 patching GetSignedRequestSignature to cover edge cases with the signature
  • e058903 drop service/nimble (#2851)
  • 896793a Release 2024-10-25
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/cloudcontrol from 1.22.2 to 1.22.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.55.3 to 1.55.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.186.0 to 1.187.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.36.2 to 1.36.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.32.2 to 1.32.3

Commits
  • 6b53348 Release 2024-10-28
  • 784d2d3 Regenerated Clients
  • 7258bd2 Update endpoints model
  • f322198 Update API model
  • b65b80a Merge pull request #2852 from RanVaknin/signature-header-parsing-fix
  • 803614d Fixing changelog description and implementation to use TrimSpace
  • b12c8cf adding changelog
  • f0caa97 patching GetSignedRequestSignature to cover edge cases with the signature
  • e058903 drop service/nimble (#2851)
  • 896793a Release 2024-10-25
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/bubbletea from 1.1.2 to 1.2.0

Release notes

Sourced from github.com/charmbracelet/bubbletea's releases.

v1.2.0

It’s performance boost time

Sometimes you have to take matters into your own hands. That’s exactly what @​LeperGnome did when he wanted faster rendering. This release features adjustments to the rendering algorithm for faster repaints. We encourage you to upgrade and give it a go!

[!NOTE] Renderer changes are no laughing matter. We’ve tested the new renderer extensively, however if you notice any bugs let us know. Rendering accuracy is among our top priorities.

Changelog

New Contributors

Full Changelog: charmbracelet/bubbletea@v1.1.2...v1.2.0


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

Commits
  • f4d1e0e chore(deps): bump github.com/charmbracelet/x/ansi from 0.4.2 to 0.4.5 (#1224)
  • d6aee5b chore(deps): bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0 (#1219)
  • 3bbf24d chore(deps): bump github.com/charmbracelet/lipgloss in /examples (#1220)
  • 2472d90 fix: remove unnecessary line break
  • 5f70edd chore(ci): sync golangci-lint config (#1222)
  • af96907 chore(ci): sync golangci-lint config (#1221)
  • 9bafc58 fix: update standard_renderer.go
  • dcb05b0 fix single-line CursorUp(0)
  • 3dfbcd9 feat(render): skipping lines from previous frame
  • 4f161cd feat(render): upd EraseDisplayRight
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0

Release notes

Sourced from github.com/charmbracelet/lipgloss's releases.

v1.0.0

At last: v1.0.0

This is an honorary release indicating that Lip Gloss is now stable. Thank you, open source community, for all your love, support, contributions, and great style.

Stay tuned for a v2 alpha!

Commits
  • 761d265 feat(deps): bump github.com/charmbracelet/x/ansi from 0.4.0 to 0.4.2
  • 342e7b0 chore(ci): sync golangci-lint config
  • da324b1 feat(deps): bump github.com/charmbracelet/x/ansi from 0.3.2 to 0.4.0
  • 78fd6fd chore(ci): sync golangci-lint config
  • 407dc3d feat(ci): add lint-sync workflow
  • See full diff in compare view

Updates github.com/charmbracelet/x/ansi from 0.4.0 to 0.4.5

Commits
  • d3dd734 chore: revert "feat(cellbuf): add Bubblezone support"
  • f7e9704 chore: revert "feat(ansi): add SetZone function for setting the bubblezone id"
  • 156c2d7 chore(cellbuf): update ansi dependency to v0.4.4
  • ae35026 docs(ansi): deprecate CursorOrigin
  • 6f2b6b9 feat(ansi): add SetZone function for setting the bubblezone id
  • 318a466 feat(cellbuf): add Bubblezone support
  • ba42ab7 chore(deps): bump github.com/charmbracelet/x/ansi in /input (#242)
  • 4179bb1 fix(ansi): tab is a zero-width character (#238)
  • 12fe954 fix(ansi): param should return -1 if missing
  • 354bfee feat(ansi): add HomeCursorPosition constant
  • Additional commits viewable in compare view

Updates github.com/projectcontour/contour from 1.30.0 to 1.30.1

Release notes

Sourced from github.com/projectcontour/contour's releases.

Contour v1.30.1

We are delighted to present version v1.30.1 of Contour, our layer 7 HTTP reverse proxy for Kubernetes clusters.

All Changes

  • Updates Envoy to v1.31.3. See the release notes here.
  • Updates Go to v1.22.8. See the release notes here.

Installing and Upgrading

For a fresh install of Contour, consult the getting started documentation.

To upgrade an existing Contour installation, please consult the upgrade documentation.

Compatible Kubernetes Versions

Contour v1.30.1 is tested against Kubernetes 1.28 through 1.30.

Are you a Contour user? We would love to know!

If you're using Contour and want to add your organization to our adopters list, please visit this page. If you prefer to keep your organization name anonymous but still give us feedback into your usage and scenarios for Contour, please post on this GitHub thread.

Commits
  • a1a4142 Update Contour Docker image to v1.30.1.
  • 2c9109a release-1.30: Bump Envoy to v1.31.2 and Go to v1.22.8 (#6715)
  • 93064bd build(deps): bump the k8s-dependencies group with 4 updates (#6737)
  • f757d15 build(deps): bump google.golang.org/grpc from 1.65.0 to 1.65.1 (#6703)
  • 9a75948 build(deps): bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 (#6666)
  • 386d155 build(deps): bump the k8s-dependencies group with 4 updates (#6665)
  • 43b8446 build(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 (#6656)
  • 367f821 build(deps): bump mheap/github-action-required-labels (#6655)
  • 8387802 build(deps): bump the k8s-dependencies group with 4 updates (#6618)
  • dd2a33d build(deps): bump github.com/cert-manager/cert-manager (#6620)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-json from 0.22.1 to 0.23.0

Release notes

Sourced from github.com/hashicorp/terraform-json's releases.

v0.23.0

ENHANCEMENTS:

INTERNAL:

Full Changelog: hashicorp/terraform-json@v0.22.1...v0.23.0

Commits
  • 888d47a build(deps): Bump workflows to latest trusted versions (#140)
  • 76bdbbf build(deps): Bump workflows to latest trusted versions (#139)
  • 51492df Add support for ephemeral resources (#138)
  • 3b3d508 Merge pull request #137 from imakewebthings/ct/backstage-catalog-info
  • c285c1a Add a catalog-info.yaml file for Backstage
  • db693d5 build(deps): Bump workflows to latest trusted versions (#136)
  • 0104004 Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 (#135)
  • bb8c49e Add action forget (#126)
  • 7d39b02 build(deps): Bump workflows to latest trusted versions (#134)
  • 9e856e8 Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 (#133)
  • 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

@dependabot dependabot bot requested review from a team as code owners November 6, 2024 17:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 6, 2024
@dependabot dependabot bot temporarily deployed to functional-tests November 6, 2024 17:43 Inactive
Copy link

github-actions bot commented Nov 6, 2024

Unit Tests

3 491 tests  ±0   3 483 ✅ ±0   5m 17s ⏱️ +2s
  275 suites ±0       8 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 652f375. ± Comparison against base commit 1394f69.

♻️ This comment has been updated with latest results.

@lakshmimsft
Copy link
Contributor

@dependabot rebase

Bumps the all group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.2` | `1.32.3` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.28.0` | `1.28.1` |
| [github.com/aws/aws-sdk-go-v2/service/cloudcontrol](https://github.com/aws/aws-sdk-go-v2) | `1.22.2` | `1.22.3` |
| [github.com/aws/aws-sdk-go-v2/service/cloudformation](https://github.com/aws/aws-sdk-go-v2) | `1.55.3` | `1.55.4` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.186.0` | `1.187.0` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.36.2` | `1.36.3` |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.1.2` | `1.2.0` |
| [github.com/projectcontour/contour](https://github.com/projectcontour/contour) | `1.30.0` | `1.30.1` |
| [github.com/hashicorp/terraform-json](https://github.com/hashicorp/terraform-json) | `0.22.1` | `0.23.0` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.32.2 to 1.32.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.2...v1.32.3)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.0 to 1.28.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.28.0...config/v1.28.1)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.41 to 1.17.42
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.41...credentials/v1.17.42)

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

Updates `github.com/aws/aws-sdk-go-v2/service/cloudformation` from 1.55.3 to 1.55.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/iot/v1.55.3...service/iot/v1.55.4)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.186.0 to 1.187.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.186.0...service/ec2/v1.187.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.36.2 to 1.36.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/iam/v1.36.2...service/ssm/v1.36.3)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.32.2 to 1.32.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.2...v1.32.3)

Updates `github.com/charmbracelet/bubbletea` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v1.1.2...v1.2.0)

Updates `github.com/charmbracelet/lipgloss` from 0.13.1 to 1.0.0
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml)
- [Commits](charmbracelet/lipgloss@v0.13.1...v1.0.0)

Updates `github.com/charmbracelet/x/ansi` from 0.4.0 to 0.4.5
- [Release notes](https://github.com/charmbracelet/x/releases)
- [Commits](charmbracelet/x@ansi/v0.4.0...ansi/v0.4.5)

Updates `github.com/projectcontour/contour` from 1.30.0 to 1.30.1
- [Release notes](https://github.com/projectcontour/contour/releases)
- [Changelog](https://github.com/projectcontour/contour/blob/main/RELEASES.md)
- [Commits](projectcontour/contour@v1.30.0...v1.30.1)

Updates `github.com/hashicorp/terraform-json` from 0.22.1 to 0.23.0
- [Release notes](https://github.com/hashicorp/terraform-json/releases)
- [Commits](hashicorp/terraform-json@v0.22.1...v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudcontrol
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudformation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/projectcontour/contour
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/hashicorp/terraform-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-9f6f5fb024 branch from f42e9d4 to 652f375 Compare November 6, 2024 18:59
@dependabot dependabot bot temporarily deployed to functional-tests November 6, 2024 18:59 Inactive
@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 6, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref f42e9d4
Unique ID func77b2eaed5e
Image tag pr-func77b2eaed5e
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func77b2eaed5e
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func77b2eaed5e
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func77b2eaed5e
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func77b2eaed5e
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func77b2eaed5e
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 6, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 652f375
Unique ID func4c5998875c
Image tag pr-func4c5998875c
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func4c5998875c
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func4c5998875c
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func4c5998875c
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func4c5998875c
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func4c5998875c
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@lakshmimsft lakshmimsft merged commit 91b4e16 into main Nov 6, 2024
32 checks passed
@lakshmimsft lakshmimsft deleted the dependabot/go_modules/all-9f6f5fb024 branch November 6, 2024 21:21
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant