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 14 updates #8343

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

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

Package From To
github.com/aws/aws-sdk-go-v2 1.33.0 1.34.0
github.com/aws/aws-sdk-go-v2/config 1.29.1 1.29.2
github.com/aws/aws-sdk-go-v2/service/cloudcontrol 1.23.7 1.23.8
github.com/aws/aws-sdk-go-v2/service/cloudformation 1.56.7 1.56.8
github.com/aws/aws-sdk-go-v2/service/ec2 1.200.0 1.201.1
github.com/aws/aws-sdk-go-v2/service/ecr 1.38.6 1.38.7
github.com/charmbracelet/x/ansi 0.7.0 0.8.0
github.com/go-git/go-git/v5 5.13.1 5.13.2
github.com/hashicorp/terraform-exec 0.21.0 0.22.0
github.com/stern/stern 1.31.0 1.32.0
sigs.k8s.io/controller-runtime 0.20.0 0.20.1

Updates github.com/aws/aws-sdk-go-v2 from 1.33.0 to 1.34.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.29.1 to 1.29.2

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.54 to 1.17.55

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudcontrol from 1.23.7 to 1.23.8

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.56.7 to 1.56.8

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.200.0 to 1.201.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.38.6 to 1.38.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.33.9 to 1.33.10

Commits

Updates github.com/aws/smithy-go from 1.22.1 to 1.22.2

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2025-01-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.2
    • Bug Fix: Fix HTTP metrics data race.
    • Bug Fix: Replace usages of deprecated ioutil package.

Release (2024-11-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.1
    • Bug Fix: Fix failure to replace URI path segments when their names overlap.

Release (2024-10-03)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.0
    • Feature: Add HTTP client metrics.

Release (2024-09-25)

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.0.0
    • Release: Initial release of module aws-http-auth, which implements generically consumable SigV4 and SigV4a request signing.

Release (2024-09-19)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.21.0
    • Feature: Add tracing and metrics APIs, and builtin instrumentation for both, in generated clients.
  • github.com/aws/smithy-go/metrics/smithyotelmetrics: v1.0.0
    • Release: Initial release of smithyotelmetrics module, which is used to adapt an OpenTelemetry SDK meter provider to be used with Smithy clients.
  • github.com/aws/smithy-go/tracing/smithyoteltracing: v1.0.0
    • Release: Initial release of smithyoteltracing module, which is used to adapt an OpenTelemetry SDK tracer provider to be used with Smithy clients.

Release (2024-08-14)

Module Highlights

... (truncated)

Commits
  • f2ae388 Release 2025-01-21
  • d9b8ee9 refactor: fix deprecated for ioutil (#560)
  • ee8334e transport/http: fix metrics race condition (#555)
  • 7e81497 transport/http: fix go doc typo (#554)
  • a7d0f1e fix potential nil deref in waiter path matcher (#563)
  • e5c5ac3 add changelog instructions and make recipe
  • 5e16ee7 add missing waiter retry breakout on non-nil non-matched error (#561)
  • 10fbeed Revert "Change defaults when generating a client via smithy CLI (#558)" (#559)
  • 95ba318 Change defaults when generating a client via smithy CLI (#558)
  • See full diff in compare view

Updates github.com/charmbracelet/x/ansi from 0.7.0 to 0.8.0

Commits
  • 0d38e63 docs(ansi): fix comment style in notification.go
  • c997d3d refactor(cellbuf): simplify NewCell and NewCellString
  • b7858a2 refactor(vt): dry: use cellbuf.TabStops
  • abd7087 fix(vt): define apc handler and fix warnings
  • 2111222 refactor(cellbuf)!: remove window.go and print methods to screen
  • 47b3676 feat(ansi)!: clarify status report and cursor position requests
  • 596f61a chore: merge pull request #343 from charmbracelet/refactor-pkgs
  • c873439 fix(examples): do not build faketty on windows
  • a1e5d65 chore(examples): update dependencies
  • dc35b36 chore(cellbuf): update colorprofile dependency
  • Additional commits viewable in compare view

Updates github.com/go-git/go-git/v5 from 5.13.1 to 5.13.2

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.13.2

What's Changed

Full Changelog: go-git/go-git@v5.13.1...v5.13.2

Commits
  • 2c68247 Merge pull request #1383 from go-git/dependabot/go_modules/github.com/ProtonM...
  • d462c2e Merge pull request #1359 from BeChris/issue1150-v5
  • 32ac23a Merge pull request #1392 from go-git/dependabot/go_modules/github.com/pjbgf/s...
  • 93e635a build: bump github.com/pjbgf/sha1cd from 0.3.0 to 0.3.2
  • b2bb975 git: worktree_status, took into account code review remarks
  • 518ac88 git: worktree_status, fix adding dot slash files to working tree (backported ...
  • 21b3150 build: bump github.com/ProtonMail/go-crypto from 1.1.4 to 1.1.5
  • 189e7e4 Merge pull request #1361 from BeChris/issue1176-v5
  • 654815a Merge pull request #1377 from go-git/dependabot/go_modules/github.com/elazarl...
  • 91dbdb9 Merge pull request #1376 from go-git/dependabot/github_actions/github/codeql-...
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-exec from 0.21.0 to 0.22.0

Release notes

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

v0.22.0

ENHANCEMENTS:

  • tfexec: Add support for terraform init --json via InitJSON (#478)

INTERNAL:

  • go: Require Go 1.22 (previously 1.18) (#499)
Changelog

Sourced from github.com/hashicorp/terraform-exec's changelog.

0.22.0 (January 21, 2025)

ENHANCEMENTS:

  • tfexec: Add support for terraform init --json via InitJSON (#478)

INTERNAL:

  • go: Require Go 1.22 (previously 1.18) (#499)
Commits
  • 6801a6e v0.22.0 [skip ci]
  • dd2bc9a Update CHANGELOG.md (#501)
  • b5e5740 build(deps): bump github.com/hashicorp/hc-install from 0.8.0 to 0.9.1 (#494)
  • abfb5ba tfexec: add InitJSON (#478)
  • 840ecad ci/e2etests: Add latest major Terraform versions (#498)
  • 4497f9e go: Require Go 1.22 (previously 1.18) (#499)
  • b13b10b build(deps): bump github.com/zclconf/go-cty from 1.16.0 to 1.16.1 (#496)
  • 6b0d5eb build(deps): bump github.com/zclconf/go-cty from 1.15.1 to 1.16.0 (#495)
  • ef0b6c3 build(deps): Bump workflows to latest trusted versions (#493)
  • c75d998 build(deps): bump github.com/hashicorp/terraform-json from 0.23.0 to 0.24.0 (...
  • Additional commits viewable in compare view

Updates github.com/stern/stern from 1.31.0 to 1.32.0

Release notes

Sourced from github.com/stern/stern's releases.

v1.32.0

⚡ Notable Changes

A new template function prettyJSON

You can now use a new template function prettyJSON that parse input and emit it as pretty printed JSON. If it parse fails output string as is.

# Will try to parse .Message as JSON and pretty print it, if not json will output as is
stern --template='{{ .Message | prettyJSON }}{{"\n"}}' backend
# Or with parsed json, will drop non-json logs because of `with`
stern --template='{{ with $msg := .Message | tryParseJSON }}{{ prettyJSON $msg }}{{"\n"}}{{end}}' backend

A new template function bunyanLevelColor

You can now use a new template function bunyanLevelColor that print bunyan numeric log level using appropriate color.

A new flag --condition

A new --condition allows you to filter logs with the pod condition on: [condition-name[=condition-value]. The default condition-value is true. Match is case-insensitive. Currently, it is only supported with --tail=0 or --no-follow.

# Only display logs for pods that are not ready:
stern . --condition=ready=false --tail=0

Changes

  • Add --condition (#276) 2576972 (Felipe Santos)
  • Add check for when --no-follow is set with --tail=0 (#331) 276e906 (Felipe Santos)
  • Implement JSON pretty print (#324) ccd8add (Fabio Napoleoni)
  • Fix descriptions of extjson and ppextjson (#325) d9a9858 (Takashi Kusumi)
  • Allow levelColor template function to parse numbers (#321) db69276 (Jimmie Högklint)
Changelog

Sourced from github.com/stern/stern's changelog.

v1.32.0

⚡ Notable Changes

A new template function prettyJSON

You can now use a new template function prettyJSON that parse input and emit it as pretty printed JSON. If it parse fails output string as is.

# Will try to parse .Message as JSON and pretty print it, if not json will output as is
stern --template='{{ .Message | prettyJSON }}{{"\n"}}' backend
# Or with parsed json, will drop non-json logs because of `with`
stern --template='{{ with $msg := .Message | tryParseJSON }}{{ prettyJSON $msg }}{{"\n"}}{{end}}' backend

A new template function bunyanLevelColor

You can now use a new template function bunyanLevelColor that print bunyan numeric log level using appropriate color.

A new flag --condition

A new --condition allows you to filter logs with the pod condition on: [condition-name[=condition-value]. The default condition-value is true. Match is case-insensitive. Currently, it is only supported with --tail=0 or --no-follow.

# Only display logs for pods that are not ready:
stern . --condition=ready=false --tail=0

Changes

  • Add --condition (#276) 2576972 (Felipe Santos)
  • Add check for when --no-follow is set with --tail=0 (#331) 276e906 (Felipe Santos)
  • Implement JSON pretty print (#324) ccd8add (Fabio Napoleoni)
  • Fix descriptions of extjson and ppextjson (#325) d9a9858 (Takashi Kusumi)
  • Allow levelColor template function to parse numbers (#321) db69276 (Jimmie Högklint)
Commits

Updates sigs.k8s.io/controller-runtime from 0.20.0 to 0.20.1

Release notes

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

v0.20.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.20.0...v0.20.1

Commits
  • 626b2f3 Merge pull request #3089 from k8s-infra-cherrypick-robot/cherry-pick-3085-to-...
  • 64cb665 bug: Priorityqueue: Yet another queue_depth metric fix
  • 791b6c9 Merge pull request #3088 from k8s-infra-cherrypick-robot/cherry-pick-3075-to-...
  • 99a4044 🌱 Add debug logging for the state of the priority queue
  • f33705e [release-0.20] 🐛fix(controller): support WaitForSync in custom TypedSyncingSo...
  • 571c31a Merge pull request #3079 from k8s-infra-cherrypick-robot/cherry-pick-3078-to-...
  • 8d66e89 cache: clone maps to prevent data race when concurrently creating caches usin...
  • aa3f342 [release-0.20] 🐛 Check to see if custom source implements fmt.Stringer when l...
  • See full diff 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 January 27, 2025 19:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 27, 2025
@dependabot dependabot bot requested a deployment to functional-tests January 27, 2025 19:27 Waiting
Copy link

github-actions bot commented Jan 27, 2025

Unit Tests

0 tests   - 3 507   0 ✅  - 3 503   0s ⏱️ - 5m 26s
0 suites  -   293   0 💤  -     2 
0 files    -     1   0 ❌  -     2 

Results for commit 8fe942a. ± Comparison against base commit 9c0a579.

♻️ This comment has been updated with latest results.

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

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.33.0` | `1.34.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.1` | `1.29.2` |
| [github.com/aws/aws-sdk-go-v2/service/cloudcontrol](https://github.com/aws/aws-sdk-go-v2) | `1.23.7` | `1.23.8` |
| [github.com/aws/aws-sdk-go-v2/service/cloudformation](https://github.com/aws/aws-sdk-go-v2) | `1.56.7` | `1.56.8` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.200.0` | `1.201.1` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.38.6` | `1.38.7` |
| [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) | `0.7.0` | `0.8.0` |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.13.1` | `5.13.2` |
| [github.com/hashicorp/terraform-exec](https://github.com/hashicorp/terraform-exec) | `0.21.0` | `0.22.0` |
| [github.com/stern/stern](https://github.com/stern/stern) | `1.31.0` | `1.32.0` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.20.0` | `0.20.1` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.33.0...v1.34.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.29.1 to 1.29.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.29.1...config/v1.29.2)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.54 to 1.17.55
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.54...credentials/v1.17.55)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudcontrol` from 1.23.7 to 1.23.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ebs/v1.23.7...service/ebs/v1.23.8)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudformation` from 1.56.7 to 1.56.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.56.7...service/ssm/v1.56.8)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.200.0 to 1.201.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.200.0...service/ec2/v1.201.1)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.38.6 to 1.38.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ecr/v1.38.6...service/ecr/v1.38.7)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.33.9 to 1.33.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/sns/v1.33.9...service/sns/v1.33.10)

Updates `github.com/aws/smithy-go` from 1.22.1 to 1.22.2
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.22.1...v1.22.2)

Updates `github.com/charmbracelet/x/ansi` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/charmbracelet/x/releases)
- [Commits](charmbracelet/x@ansi/v0.7.0...ansi/v0.8.0)

Updates `github.com/go-git/go-git/v5` from 5.13.1 to 5.13.2
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.13.1...v5.13.2)

Updates `github.com/hashicorp/terraform-exec` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/hashicorp/terraform-exec/releases)
- [Changelog](https://github.com/hashicorp/terraform-exec/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-exec@v0.21.0...v0.22.0)

Updates `github.com/stern/stern` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/stern/stern/releases)
- [Changelog](https://github.com/stern/stern/blob/master/CHANGELOG.md)
- [Commits](stern/stern@v1.31.0...v1.32.0)

Updates `sigs.k8s.io/controller-runtime` from 0.20.0 to 0.20.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.20.0...v0.20.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/aws/smithy-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/hashicorp/terraform-exec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/stern/stern
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-1eecb4d56d branch from 1e52e9d to 257623d Compare January 27, 2025 22:51
@dependabot dependabot bot requested a deployment to functional-tests January 27, 2025 22:51 Waiting
@radius-functional-tests
Copy link

radius-functional-tests bot commented Jan 28, 2025

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 8fe942a
Unique ID func0c99ba6979
Image tag pr-func0c99ba6979
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr:
  • 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-func0c99ba6979
  • 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-func0c99ba6979
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func0c99ba6979
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func0c99ba6979
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func0c99ba6979
  • 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 failed
❌ Test recipe publishing failed

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

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

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/all-1eecb4d56d branch February 3, 2025 03:56
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