Skip to content

chore(deps): update go dependencies#6

Closed
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/go-deps
Closed

chore(deps): update go dependencies#6
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/go-deps

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented May 4, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
github.com/alessio/shellescape indirect minor v1.4.1 -> v1.6.0
github.com/cyberphone/json-canonicalization indirect digest 57a0ce2 -> 19d51d7
github.com/danieljoos/wincred indirect patch v1.2.0 -> v1.2.2
github.com/fsnotify/fsnotify indirect minor v1.7.0 -> v1.9.0
github.com/go-logr/logr indirect patch v1.4.2 -> v1.4.3
github.com/go-openapi/jsonpointer indirect patch v0.21.0 -> v0.21.1
github.com/google/certificate-transparency-go require patch v1.3.1 -> v1.3.2
github.com/google/go-containerregistry indirect patch v0.20.3 -> v0.20.6
github.com/google/rpmpack indirect minor v0.6.0 -> v0.7.0
github.com/hashicorp/go-retryablehttp indirect patch v0.7.7 -> v0.7.8
github.com/jedisct1/go-minisign indirect digest 1c139d1 -> d2f9f49
github.com/klauspost/compress indirect minor v1.17.11 -> v1.18.0
github.com/letsencrypt/boulder indirect minor v0.0.0-20240620165639-de9c06129bec -> v0.20250721.0
github.com/magiconair/properties indirect patch v1.8.7 -> v1.8.10
github.com/migueleliasweb/go-github-mock require minor v1.1.0 -> v1.4.0
github.com/prometheus/client_golang require minor v1.21.1 -> v1.22.0
github.com/prometheus/client_model indirect patch v0.6.1 -> v0.6.2
github.com/prometheus/common indirect minor v0.62.0 -> v0.65.0
github.com/prometheus/procfs indirect minor v0.15.1 -> v0.17.0
github.com/sagikazarmark/locafero indirect minor v0.4.0 -> v0.9.0
github.com/sigstore/protobuf-specs indirect minor v0.4.1 -> v0.5.0
github.com/sigstore/sigstore require patch v1.9.3 -> v1.9.5
github.com/spf13/afero indirect minor v1.11.0 -> v1.14.0
github.com/spf13/cast indirect minor v1.7.0 -> v1.9.2
github.com/spf13/pflag indirect patch v1.0.6 -> v1.0.7
github.com/spf13/viper indirect minor v1.19.0 -> v1.20.1
github.com/zalando/go-keyring indirect patch v0.2.3 -> v0.2.6
go (source) toolchain patch 1.23.4 -> 1.23.6
go.mongodb.org/mongo-driver indirect minor v1.14.0 -> v1.17.4
golang.org/x/crypto indirect minor v0.37.0 -> v0.40.0
golang.org/x/exp indirect digest fd00a4e -> 645b1fa
golang.org/x/mod require minor v0.24.0 -> v0.26.0
golang.org/x/net indirect minor v0.38.0 -> v0.42.0
golang.org/x/sync indirect minor v0.13.0 -> v0.16.0
golang.org/x/sys indirect minor v0.32.0 -> v0.34.0
golang.org/x/term indirect minor v0.31.0 -> v0.33.0
golang.org/x/text indirect minor v0.24.0 -> v0.27.0
golang.org/x/time indirect minor v0.11.0 -> v0.12.0
google.golang.org/genproto/googleapis/api indirect digest a0af3ef -> a45f3df
sigs.k8s.io/release-utils require minor v0.11.1 -> v0.12.0
sigs.k8s.io/yaml indirect minor v1.4.0 -> v1.6.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

alessio/shellescape (github.com/alessio/shellescape)

v1.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: alessio/shellescape@v1.5.1...v1.6.0

v1.5.1

Compare Source

Changelog

  • Fixes for #​28
    • aaff7ce update readme to use the new vanity name
    • eee5f61 update playground example's URL

v1.5.0

Compare Source

Changelog

v1.4.2

Compare Source

What's Changed

Full Changelog: alessio/shellescape@v1.4.1...v1.4.2

danieljoos/wincred (github.com/danieljoos/wincred)

v1.2.2

Compare Source

What's Changed

Full Changelog: danieljoos/wincred@v1.2.1...v1.2.2

v1.2.1

Compare Source

  • Updated dependency golang.org/x/sys to version 0.15.0
  • Updated dependency github.com/stretchr/testify to version 1.8.4
  • Added error constant ErrBadUsername that can be used when dealing with domain password credentials.
fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.9.0

Compare Source

Changes and fixes
  • all: make BufferedWatcher buffered again (#​657)

  • inotify: fix race when adding/removing watches while a watched path is being deleted (#​678, #​686)

  • inotify: don't send empty event if a watched path is unmounted (#​655)

  • inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#​679)

  • kqueue: fix watching relative symlinks (#​681)

  • kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#​682)

  • illumos: don't send error if changed file is deleted while processing the event (#​678)

v1.8.0

Compare Source

Additions

  • all: add FSNOTIFY_DEBUG to print debug logs to stderr (#​619)
Changes and fixes
  • windows: fix behaviour of WatchList() to be consistent with other platforms (#​610)

  • kqueue: ignore events with Ident=0 (#​590)

  • kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#​617)

  • kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#​625)

  • inotify: don't send event for IN_DELETE_SELF when also watching the parent (#​620)

  • inotify: fix panic when calling Remove() in a goroutine (#​650)

  • fen: allow watching subdirectories of watched directories (#​621)

go-logr/logr (github.com/go-logr/logr)

v1.4.3

Compare Source

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)

v0.21.1

Compare Source

google/certificate-transparency-go (github.com/google/certificate-transparency-go)

v1.3.2

Compare Source

Misc
CTFE Storage Saving: Extra Data Issuance Chain Deduplication
CTFE Rate Limiting Of Non-Fresh Submissions

To protect a log from being flooded with requests for "old" certificates, optional rate limiting for "non-fresh submissions" can be configured by providing the following flags:

  • non_fresh_submission_age
  • non_fresh_submission_burst
  • non_fresh_submission_limit

This can help to ensure that the log maintains its ability to (1) accept "fresh" submissions and (2) distribute all log entries to monitors.

Dependency updates
  • Bump the docker-deps group across 5 directories with 3 updates (#​1705)
  • Bump google.golang.org/grpc from 1.72.1 to 1.72.2 in the all-deps group (#​1704)
  • Bump github.com/go-jose/go-jose/v4 in the go_modules group (#​1700)
  • Bump the all-deps group with 7 updates (#​1701)
  • Bump the all-deps group with 7 updates (#​1693)
  • Bump the docker-deps group across 4 directories with 1 update (#​1694)
  • Bump github/codeql-action from 3.28.13 to 3.28.16 in the all-deps group (#​1692)
  • Bump the all-deps group across 1 directory with 7 updates (#​1688)
  • Bump distroless/base-debian12 (#​1686)
  • Bump golangci/golangci-lint-action from 6.5.1 to 7.0.0 in the all-deps group (#​1685)
  • Bump the all-deps group with 4 updates (#​1681)
  • Bump the all-deps group with 6 updates (#​1683)
  • Bump the docker-deps group across 4 directories with 2 updates (#​1682)
  • Bump github.com/golang-jwt/jwt/v4 in the go_modules group (#​1680)
  • Bump golangci/golangci-lint-action in the all-deps group (#​1676)
  • Bump the all-deps group with 2 updates (#​1677)
  • Bump github/codeql-action from 3.28.10 to 3.28.11 in the all-deps group (#​1670)
  • Bump the all-deps group with 8 updates (#​1672)
  • Bump the docker-deps group across 4 directories with 1 update (#​1671)
  • Bump the docker-deps group across 4 directories with 1 update (#​1668)
  • Bump the all-deps group with 4 updates (#​1666)
  • Bump golangci-lint from 1.55.1 to 1.61.0 (#​1667)
  • Bump the all-deps group with 3 updates (#​1665)
  • Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in the all-deps group (#​1660)
  • Bump the docker-deps group across 5 directories with 2 updates (#​1661)
  • Bump golangci/golangci-lint-action in the all-deps group (#​1662)
  • Bump the docker-deps group across 4 directories with 1 update (#​1656)
  • Bump the all-deps group with 2 updates (#​1654)
  • Bump the all-deps group with 4 updates (#​1657)
  • Bump github/codeql-action from 3.28.5 to 3.28.8 in the all-deps group (#​1652)
  • Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in the all-deps group (#​1651)
  • Bump the all-deps group with 2 updates (#​1649)
  • Bump the all-deps group with 5 updates (#​1650)
  • Bump the docker-deps group across 5 directories with 3 updates (#​1648)
  • Bump google.golang.org/protobuf in the all-deps group (#​1647)
  • Bump golangci/golangci-lint-action in the all-deps group (#​1646)
google/go-containerregistry (github.com/google/go-containerregistry)

v0.20.6

Compare Source

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.4...v0.20.6

v0.20.5

Compare Source

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.3...v0.20.5

v0.20.4: - Not usable as a go module

Compare Source

🚨 This release was published to the Go module proxy and then re-tagged with a different commit. This means it's not usable as a Go module (https://github.com/google/go-containerregistry/issues/2107) -- please us v0.20.5 instead.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.3...v0.20.4

google/rpmpack (github.com/google/rpmpack)

v0.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: google/rpmpack@v0.6.0...v0.7.0

hashicorp/go-retryablehttp (github.com/hashicorp/go-retryablehttp)

v0.7.8

Compare Source

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

v1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.11...v1.18.0

letsencrypt/boulder (github.com/letsencrypt/boulder)

v0.20250721.0

Compare Source

v0.20250714.0

Compare Source

v0.20250707.0

Compare Source

v0.20250701.0

Compare Source

magiconair/properties (github.com/magiconair/properties)

v1.8.10

Compare Source

What's Changed

Full Changelog: magiconair/properties@v1.8.9...v1.8.10

v1.8.9

Compare Source

v1.8.8

Compare Source

migueleliasweb/go-github-mock (github.com/migueleliasweb/go-github-mock)

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: migueleliasweb/go-github-mock@v1.3.0...v1.4.0

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: migueleliasweb/go-github-mock@v.1.2.0...v1.3.0

v1.2.0

Compare Source

What's Changed

Full Changelog: migueleliasweb/go-github-mock@v1.1.0...v.1.2.0

(Fixed tag that had an extra "." in it)

prometheus/client_golang (github.com/prometheus/client_golang)

v1.22.0: - 2025-04-07

Compare Source

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #​1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header.
It was enabled by default since version 1.20, but now you need to add a blank import to enable it.
The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon,
https://github.com/golang/go/issues/62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #​1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #​1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #​1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #​1765
All Changes

New Contributors

Full Changelog: https://github.com/prometheus/client\_golang/compare/v1.21.1...v1.22.0-rc.0

prometheus/client_model (github.com/prometheus/client_model)

v0.6.2

Compare Source

What's Changed

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 2 times, most recently from 6731194 to 729ba31 Compare May 18, 2025 05:55
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 2 times, most recently from 82160ef to ab83209 Compare June 8, 2025 06:00
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 3 times, most recently from e23a8d9 to 72548a5 Compare June 22, 2025 05:37
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch from 72548a5 to 7b57747 Compare June 29, 2025 07:26
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 2 times, most recently from af74cd1 to 1fe103e Compare July 13, 2025 11:19
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 2 times, most recently from ad79666 to 425dcec Compare July 20, 2025 10:49
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch from 425dcec to 0c1557a Compare July 27, 2025 05:26
@red-hat-konflux red-hat-konflux Bot changed the title Update Go Dependencies chore(deps): update go dependencies Jul 27, 2025
@fghanmi

fghanmi commented Jul 30, 2025

Copy link
Copy Markdown
Member

Covered in #17 -- Closing.

@fghanmi fghanmi closed this Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant