Skip to content

fix(deps): update go deps#675

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-deps
Open

fix(deps): update go deps#675
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-deps

Conversation

@renovate

@renovate renovate Bot commented Sep 8, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/go-task/task/v3 v3.51.1v3.52.0 age confidence
github.com/google/go-containerregistry v0.20.7v0.21.7 age confidence
github.com/klauspost/compress v1.18.6v1.19.0 age confidence
github.com/urfave/cli/v3 v3.9.0v3.10.1 age confidence
golang.org/x/sync v0.20.0v0.22.0 age confidence
k8s.io/apimachinery v0.36.1v0.36.2 age confidence

Release Notes

go-task/task (github.com/go-task/task/v3)

v3.52.0

Compare Source

  • Fixed --interactive prompts for required vars sometimes appearing in a random
    order. Prompts now follow the order the vars are declared in the Taskfile.
    (#​2871 by @​caproven)
  • Fixed Fish completions not being picked up correctly by installing them to
    Fish's vendor_completions.d directory instead of completions (#​2850, #​2859
    by @​Legimity).
  • PowerShell completions now work with aliases of the task command, not just
    the task binary itself (#​2852 by @​kojiishi).
  • Fixed task and namespace aliases not being completed by the Zsh completion. A
    show-aliases zstyle can turn this off (#​2865, #​2864 by @​vmaerten).
  • Fixed task names containing certain characters (e.g. \, _, ^) leaking
    into checksum/timestamp filenames, breaking sources:/generates: up-to-date
    detection (#​2886 by @​s3onghyun).
  • Fixed for: matrix: loops using ref: rows producing wrong values when the
    same task was run concurrently (e.g. by parallel deps) with different vars
    (#​2890, #​2894 by @​amitmishra11).
  • Added a secret: true flag for variables that masks their value in logs,
    task --summary, and command output (#​2514 by @​vmaerten).
  • Added the use_gitignore setting (global or per-task) to skip files matched
    by your .gitignore when fingerprinting sources/generates and when
    watching (#​2773 by @​vmaerten).
  • Added support for configuring output flags (--output,
    --output-group-begin, --output-group-end, --output-group-error-only) via
    the TASK_OUTPUT* environment variables (#​2873 by @​liiight).
  • Added a --temp-dir flag (with TASK_TEMP_DIR env var and temp-dir taskrc
    config) to customise the directory where Task stores temporary files such as
    checksums. Relative paths are resolved against the root Taskfile (#​2891 by
    @​kjasn).
  • Defined environment variable behavior for remote taskfiles (#​2267, #​2847 by
    @​vmaerten).
  • Added support for remote Taskfiles hosted on Azure DevOps, whose git URLs use
    a /_git/ path segment rather than a .git suffix (#​2904 by @​pd93).
  • Re-added the example remote taskfile at
    taskfile.dev/Taskfile.yml (#​2905 by
    @​pd93).
  • Fixed malformed includes: entries (missing taskfile/dir) reporting a
    misleading "include cycle detected" error instead of a clear configuration
    error (#​1881, #​2892 by @​Lewin671).
google/go-containerregistry (github.com/google/go-containerregistry)

v0.21.7

Compare Source

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.6...v0.21.7

v0.21.6

Compare Source

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.21.5...v0.21.6

v0.21.5

Compare Source

What's Changed

Full Changelog: google/go-containerregistry@v0.21.4...v0.21.5

v0.21.4

Compare Source

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.21.3...v0.21.4

v0.21.3

Compare Source

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.21.2...v0.21.3

v0.21.2

Compare Source

What's Changed

Full Changelog: google/go-containerregistry@v0.21.1...v0.21.2

v0.21.1

Compare Source

This release fixes a regression in crane introduced in the previous release.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.0...v0.21.1

v0.21.0

Compare Source

This release updates the minimum Go version to 1.25.6.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.7...v0.21.0

v0.20.8

Compare Source

klauspost/compress (github.com/klauspost/compress)

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.18.6...v1.19.0

v1.18.7

Compare Source

  • Fix s2.NewDict OOB read.

Security release without other changes.

Full Changelog: klauspost/compress@v1.18.6...v1.18.7

urfave/cli (github.com/urfave/cli/v3)

v3.10.1

Compare Source

What's Changed
New Contributors

Full Changelog: urfave/cli@v3.10.0...v3.10.1

v3.10.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.9.1...v3.10.0

v3.9.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.9.0...v3.9.1

kubernetes/apimachinery (k8s.io/apimachinery)

v0.36.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Sep 8, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/alecthomas/chroma/v2 v2.19.0 -> v2.20.0
github.com/charmbracelet/bubbletea v1.3.6 -> v1.3.10
github.com/charmbracelet/x/ansi v0.9.3 -> v0.10.1
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/go-git/go-git/v5 v5.16.2 -> v5.16.3

@renovate
renovate Bot force-pushed the renovate/go-deps branch 5 times, most recently from cfe5463 to 1d00451 Compare September 15, 2025 05:46
@renovate
renovate Bot force-pushed the renovate/go-deps branch 3 times, most recently from 3a3cde4 to 454732b Compare September 22, 2025 09:47
@renovate
renovate Bot force-pushed the renovate/go-deps branch 4 times, most recently from 7414232 to 9d84f67 Compare September 29, 2025 09:59
@renovate
renovate Bot force-pushed the renovate/go-deps branch 9 times, most recently from d203676 to 2a00a77 Compare October 5, 2025 16:42
@renovate
renovate Bot force-pushed the renovate/go-deps branch 5 times, most recently from 73f7ae5 to a28c63b Compare October 14, 2025 11:07
@renovate
renovate Bot force-pushed the renovate/go-deps branch 3 times, most recently from a2927db to 2a88f28 Compare October 21, 2025 19:12
@renovate
renovate Bot force-pushed the renovate/go-deps branch 3 times, most recently from 6b5bc0a to 76c4580 Compare December 15, 2025 02:34
@renovate
renovate Bot force-pushed the renovate/go-deps branch 7 times, most recently from b02c775 to 48f2fa8 Compare December 25, 2025 02:08
@renovate
renovate Bot force-pushed the renovate/go-deps branch from 48f2fa8 to 7b45b9d Compare January 17, 2026 06:25
@coderabbitai

coderabbitai Bot commented Jan 17, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate
renovate Bot force-pushed the renovate/go-deps branch 6 times, most recently from 350aeb8 to 3af717d Compare January 23, 2026 14:40
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from 34294f2 to f28d9eb Compare January 26, 2026 14:00
@renovate
renovate Bot force-pushed the renovate/go-deps branch 4 times, most recently from 5e18c33 to 1c89754 Compare February 9, 2026 10:04
@renovate
renovate Bot force-pushed the renovate/go-deps branch 4 times, most recently from 7feeab4 to 8ec32e9 Compare February 16, 2026 13:11
@renovate

renovate Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 53 additional dependencies were updated

Details:

Package Change
charm.land/bubbletea/v2 v2.0.6 -> v2.0.7
charm.land/lipgloss/v2 v2.0.3 -> v2.0.4
cloud.google.com/go/iam v1.8.0 -> v1.11.0
cloud.google.com/go/monitoring v1.26.0 -> v1.29.0
cloud.google.com/go/storage v1.62.0 -> v1.63.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.32.0 -> v1.33.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.56.0 -> v0.57.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.56.0 -> v0.57.0
github.com/alecthomas/chroma/v2 v2.23.1 -> v2.27.0
github.com/aws/aws-sdk-go-v2 v1.41.7 -> v1.42.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8 -> v1.7.13
github.com/aws/aws-sdk-go-v2/config v1.32.17 -> v1.32.26
github.com/aws/aws-sdk-go-v2/credentials v1.19.16 -> v1.19.25
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.23 -> v1.18.29
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.23 -> v1.4.29
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.23 -> v2.7.29
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.24 -> v1.4.30
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.9 -> v1.13.12
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.13 -> v1.9.22
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.23 -> v1.13.29
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.21 -> v1.19.30
github.com/aws/aws-sdk-go-v2/service/s3 v1.99.0 -> v1.104.1
github.com/aws/aws-sdk-go-v2/service/signin v1.0.11 -> v1.2.1
github.com/aws/aws-sdk-go-v2/service/sso v1.30.17 -> v1.31.4
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.21 -> v1.36.7
github.com/aws/aws-sdk-go-v2/service/sts v1.42.1 -> v1.43.4
github.com/aws/smithy-go v1.25.1 -> v1.27.3
github.com/charmbracelet/ultraviolet v0.0.0-20260416155717-489999b90468 -> v0.0.0-20260622092850-f39628c8a989
github.com/docker/cli v29.4.3+incompatible -> v29.5.3+incompatible
github.com/felixge/httpsnoop v1.0.4 -> v1.1.0
github.com/googleapis/enterprise-certificate-proxy v0.3.14 -> v0.3.17
github.com/googleapis/gax-go/v2 v2.21.0 -> v2.22.0
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.72 -> v2.0.0-beta.73
github.com/klauspost/cpuid/v2 v2.3.0 -> v2.4.0
github.com/mattn/go-colorable v0.1.14 -> v0.1.15
github.com/mattn/go-runewidth v0.0.23 -> v0.0.24
github.com/pierrec/lz4/v4 v4.1.26 -> v4.1.27
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 -> v0.6.1-0.20250313105119-ba97887b0a25
github.com/spiffe/go-spiffe/v2 v2.6.0 -> v2.8.1
go.opentelemetry.io/contrib/detectors/gcp v1.43.0 -> v1.44.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0 -> v0.69.0
golang.org/x/crypto v0.52.0 -> v0.53.0
golang.org/x/exp v0.0.0-20260603202125-055de637280b -> v0.0.0-20260611194520-c48552f49976
golang.org/x/net v0.55.0 -> v0.56.0
golang.org/x/sys v0.45.0 -> v0.46.0
golang.org/x/term v0.43.0 -> v0.44.0
golang.org/x/text v0.37.0 -> v0.38.0
google.golang.org/api v0.275.0 -> v0.287.0
google.golang.org/genproto v0.0.0-20260406210006-6f92a3bedf2d -> v0.0.0-20260630182238-925bb5da69e7
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa -> v0.0.0-20260630182238-925bb5da69e7
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa -> v0.0.0-20260630182238-925bb5da69e7
google.golang.org/grpc v1.81.1 -> v1.82.0
mvdan.cc/sh/v3 v3.13.2-0.20260510185049-f5c6e2779117 -> v3.13.2-0.20260613075524-2255122b577b

Generated by renovateBot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants