Skip to content

chore(deps): update all non-major dockerfile dependencies#31

Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/all-minor-patch-dockerfile
Open

chore(deps): update all non-major dockerfile dependencies#31
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/all-minor-patch-dockerfile

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux Bot commented Jul 2, 2025

This PR contains the following updates:

Package Type Update Change
quay.io/app-sre/golangci-lint (source, changelog) stage minor v2.3.0v2.11.4
registry.access.redhat.com/ubi9/go-toolset stage minor 1.24.4-17520838401.25.8-1776962329

Release Notes

golangci/golangci-lint (quay.io/app-sre/golangci-lint)

v2.11.4

Compare Source

Released on 2026-03-22

  1. Linters bug fixes
    • govet-modernize: from 0.42.0 to 0.43.0
    • noctx: from 0.5.0 to 0.5.1
    • sqlclosecheck: from 0.5.1 to 0.6.0

v2.11.3

Compare Source

Released on 2026-03-10

  1. Linters bug fixes

v2.11.2

Compare Source

Released on 2026-03-07

  1. Fixes
    • fmt: fix error when using the fmt command with explicit paths.

v2.11.1

Compare Source

Released on 2026-03-06

Due to an error related to AUR, some artifacts of the v2.11.0 release have not been published.

This release contains the same things as v2.11.0.

v2.11.0

Compare Source

Released on 2026-03-06

  1. Linters new features or changes
    • errcheck: from 1.9.0 to 1.10.0 (exclude crypto/rand.Read by default)
    • gosec: from 2.23.0 to 2.24.6 (new rules: G113, G118, G119, G120, G121, G122, G123, G408, G707)
    • noctx: from 0.4.0 to 0.5.0 (new detection: httptest.NewRequestWithContext)
    • prealloc: from 1.0.2 to 1.1.0
    • revive: from 1.14.0 to 1.15.0 (⚠️ Breaking change: package-related checks moved from var-naming to a new rule package-naming)
  2. Linters bug fixes
    • gocognit: from 1.2.0 to 1.2.1
    • gosec: from 2.24.6 to 2.24.7
    • unqueryvet: from 1.5.3 to 1.5.4

v2.10.1

Compare Source

Released on 2026-02-17

  1. Fixes
    • buildssa panic

v2.10.0

Compare Source

Released on 2026-02-17

  1. Linters new features or changes
    • ginkgolinter: from 0.22.0 to 0.23.0
    • gosec: from 2.22.11 to 2.23.0 (new rules: G117, G602, G701, G702, G703, G704, G705, G706)
    • staticcheck: from 0.6.1 to 0.7.0
  2. Linters bug fixes
    • godoclint: from 0.11.1 to 0.11.2

v2.9.0

Compare Source

Released on 2026-02-10

  1. Enhancements
    • 🎉 go1.26 support
  2. Linters new features or changes
    • arangolint: from 0.3.1 to 0.4.0 (new rule: detect potential query injections)
    • ginkgolinter: from 0.21.2 to 0.22.0 (support for wrappers)
    • golines: from 0.14.0 to 0.15.0
    • misspell: from 0.7.0 to 0.8.0
    • revive: from v1.13.0 to v1.14.0 (new rules: epoch-naming, use-slices-sort)
    • unqueryvet: from 1.4.0 to 1.5.3 (new options: check-n1, check-sql-injection, check-tx-leaks, allow, custom-rules)
    • wsl_v5: from 5.3.0 to 5.6.0 (new rule: after-block)
  3. Linters bug fixes
    • modernize: from 0.41.0 to 0.42.0
    • prealloc: from 1.0.1 to 1.0.2
    • protogetter: from 0.3.18 to 0.3.20
  4. Misc.
    • Log information about files when configuration verification
    • Emit an error when no linters enabled
    • Do not collect VCS information when loading code

v2.8.0

Compare Source

Released on 2026-01-07

  1. Linters new features or changes
    • godoclint: from 0.10.2 to 0.11.1 (new rule: require-stdlib-doclink)
    • golines: from 442fd00 to 0.14.0
    • gomoddirectives: from 0.7.1 to 0.8.0
    • gosec: from daccba6 to 2.22.11 (new rule: G116)
    • modernize: from 0.39.0 to 0.40.0 (new analyzers: stringscut, unsafefuncs)
    • prealloc: from 1.0.0 to 1.0.1 (message changes)
    • unqueryvet: from 1.3.0 to 1.4.0 (new options: check-aliased-wildcard, check-string-concat, check-format-strings, check-string-builder, check-subqueries, ignored-functions, sql-builders)
  2. Linters bug fixes
    • gocritic: from 0.14.2 to 0.14.3
    • errorlint: from 1.8.0 to 1.9.0
    • govet: from 0.39.0 to 0.40.0
    • protogetter: from 0.3.17 to 0.3.18
    • revive: add missing enable-default-rules setting
  3. Documentation
    • docs: split installation page

v2.7.2

Compare Source

Released on 2025-12-07

  1. Linter bug fixes

v2.7.1

Compare Source

Released on 2025-12-04

  1. Linter bug fixes
    • modernize: disable stringscut analyzer

v2.7.0

Compare Source

Released on 2025-12-03

  1. Bug fixes
    • fix: clone args used by custom command
  2. Linters new features or changes
    • nosprintfhostport: from 0.2.0 to 0.3.1 (ignore string literals without a colon)
    • unqueryvet: from 1.2.1 to 1.3.0 (handles const and var declarations)
    • revive: from 1.12.0 to 1.13.0 (new option: enable-default-rules, new rules: forbidden-call-in-wg-go, unnecessary-if, inefficient-map-lookup)
    • modernize: from 0.38.0 to 0.39.0 (new analyzers: plusbuild, stringscut)
  3. Linters bug fixes
    • perfsprint: from 0.10.0 to 0.10.1
    • wrapcheck: from 2.11.0 to 2.12.0
    • godoclint: from 0.10.1 to 0.10.2
  4. Misc.
    • Add some flags to the custom command
  5. Documentation
    • docs: split changelog v1 and v2

v2.6.2

Compare Source

Released on 2025-11-14

  1. Bug fixes
    • fmt command with symlinks
    • use file depending on build configuration to invalidate cache
  2. Linters bug fixes
    • testableexamples: from 1.0.0 to 1.0.1
    • testpackage: from 1.1.1 to 1.1.2

v2.6.1

Compare Source

Released on 2025-11-04

  1. Linters bug fixes
    • copyloopvar: from 1.2.1 to 1.2.2
    • gocritic: from 0.14.0 to 0.14.2

v2.6.0

Compare Source

Released on 2025-10-29

  1. New linters
    • Add modernize analyzer suite
  2. Linters new features or changes
    • arangolint: from 0.2.0 to 0.3.1
    • dupword: from 0.1.6 to 0.1.7 (new option comments-only)
    • gocritic: from 0.13.0 to 0.14.0 (new rules/checkers: zeroByteRepeat, dupOption)
    • gofumpt: from 0.9.1 to 0.9.2 ("clothe" naked returns is now controlled by the extra-rules option)
    • perfsprint: from 0.9.1 to 0.10.0 (new options: concat-loop, loop-other-ops)
    • wsl: from 5.2.0 to 5.3.0
  3. Linters bug fixes
    • dupword: from 0.1.6 to 0.1.7
    • durationcheck: from 0.0.10 to 0.0.11
    • exptostd: from 0.4.4 to 0.4.5
    • fatcontext: from 0.8.1 to 0.9.0
    • forbidigo: from 2.1.0 to 2.3.0
    • ginkgolinter: from 0.21.0 to 0.21.2
    • godoclint: from 0.10.0 to 0.10.1
    • gomoddirectives: from 0.7.0 to 0.7.1
    • gosec: from 2.22.8 to 2.22.10
    • makezero: from 2.0.1 to 2.1.0
    • nilerr: from 0.1.1 to 0.1.2
    • paralleltest: from 1.0.14 to 1.0.15
    • protogetter: from 0.3.16 to 0.3.17
    • unparam: from 0df0534 to 5beb8c8
  4. Misc.
    • fix: ignore some files to hash the version for custom build

v2.5.0

Compare Source

Released on 2025-09-21

  1. New linters
  2. Linters new features or changes
    • embeddedstructfieldcheck: from 0.3.0 to 0.4.0 (new option: empty-line)
    • err113: from aea10b5 to 0.1.1 (skip internals of Is methods for error type)
    • ginkgolinter: from 0.20.0 to 0.21.0 (new option: force-tonot)
    • gofumpt: from 0.8.0 to 0.9.1 (new rule is to "clothe" naked returns for the sake of clarity)
    • ineffassign: from 0.1.0 to 0.2.0 (new option: check-escaping-errors)
    • musttag: from 0.13.1 to 0.14.0 (support interface methods)
    • revive: from 1.11.0 to 1.12.0 (new options: identical-ifelseif-branches, identical-ifelseif-conditions, identical-switch-branches, identical-switch-conditions, package-directory-mismatch, unsecure-url-scheme, use-waitgroup-go, useless-fallthrough)
    • thelper: from 0.6.3 to 0.7.1 (skip t.Helper in functions passed to synctest.Test)
    • wsl_v5: from 5.1.1 to 5.2.0 (improvements related to subexpressions)
  3. Linters bug fixes
    • asciicheck: from 0.4.1 to 0.5.0
    • errname: from 1.1.0 to 1.1.1
    • fatcontext: from 0.8.0 to 0.8.1
    • goprintffuncname: from 0.1.0 to 0.1.1
    • godot: from 1.5.1 to 1.5.4
    • gosec: from 2.22.7 to 2.22.8
    • nilerr: from 0.1.1 to a temporary fork
    • nilnil: from 1.1.0 to 1.1.1
    • protogetter: from 0.3.15 to 0.3.16
    • tagliatelle: from 0.7.1 to 0.7.2
    • testifylint: from 1.6.1 to 1.6.4
  4. Misc.
    • fix: "no export data" errors are now handled as a standard typecheck error
  5. Documentation
    • Improve nolint section about syntax

v2.4.0

Compare Source

Released on 2025-08-14

  1. Enhancements
    • 🎉 go1.25 support
  2. Linters new features or changes
    • exhaustruct: from v3.3.1 to 4.0.0 (new options: allow-empty, allow-empty-rx, allow-empty-returns, allow-empty-declarations)
  3. Linters bug fixes
    • godox: trim filepath from report messages
    • staticcheck: allow empty options
    • tagalign: from 1.4.2 to 1.4.3
  4. Documentation
    • 🌟 New website (with a search engine)

v2.3.1

Compare Source

Released on 2025-08-02

  1. Linters bug fixes
    • gci: from 0.13.6 to 0.13.7
    • gosec: from 2.22.6 to 2.22.7
    • noctx: from 0.3.5 to 0.4.0
    • wsl_v5: from 5.1.0 to 5.1.1
    • tagliatelle: force upper case for custom initialisms

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch from 208c232 to 111ee99 Compare July 3, 2025 13:48
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.23.9-1751375493 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.23.9-1751538372 Jul 3, 2025
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.23.9-1751538372 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1752083840 Jul 10, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch 2 times, most recently from 0c8b8ee to bb8d6ef Compare July 15, 2025 09:58
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch from bb8d6ef to bb06ef5 Compare July 18, 2025 01:10
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1752083840 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1753221510 Jul 23, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch 2 times, most recently from 173a3ac to 15ec78f Compare July 23, 2025 21:56
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1753221510 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1753723266 Jul 28, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch 3 times, most recently from 7af173d to cfd65e6 Compare July 30, 2025 09:00
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1753723266 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1753853351 Jul 30, 2025
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1753853351 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1754384957 Aug 5, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch 2 times, most recently from 70bca75 to 706a26e Compare August 6, 2025 13:01
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1754384957 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1754467841 Aug 6, 2025
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1754467841 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1755074415 Aug 14, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch 2 times, most recently from ca4c951 to c94a3de Compare August 18, 2025 20:11
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.4-1755074415 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.6-1755529097 Aug 18, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch from c94a3de to 552968b Compare August 21, 2025 12:12
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.6-1755529097 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.6-1755755147 Aug 21, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch 3 times, most recently from 35100ef to b16bda5 Compare August 26, 2025 12:11
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch from b16bda5 to 599b72e Compare September 3, 2025 20:10
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.6-1755755147 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.6-1756913080 Sep 3, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch from 599b72e to bf8384f Compare September 4, 2025 20:10
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch from deb32b1 to ddadc8f Compare November 14, 2025 00:13
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.6-1763038106 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.6-1763548439 Nov 19, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch 2 times, most recently from b74d443 to c7b5a8d Compare November 20, 2025 16:14
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.24.6-1763548439 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1763633888 Nov 20, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch from c7b5a8d to 294616f Compare December 2, 2025 04:13
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1763633888 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1764620329 Dec 2, 2025
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1764620329 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1764620329 - autoclosed Dec 4, 2025
@red-hat-konflux red-hat-konflux Bot closed this Dec 4, 2025
auto-merge was automatically disabled December 4, 2025 12:15

Pull request was closed

@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/main/all-minor-patch-dockerfile branch December 4, 2025 12:15
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1764620329 - autoclosed chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1764620329 Dec 4, 2025
@red-hat-konflux red-hat-konflux Bot reopened this Dec 4, 2025
@red-hat-konflux red-hat-konflux Bot enabled auto-merge (squash) December 5, 2025 00:13
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch from 294616f to 9c50445 Compare December 8, 2025 16:14
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1764620329 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1765181732 Dec 8, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch from 9c50445 to 854bbc6 Compare December 10, 2025 04:12
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1765181732 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1765311584 Dec 10, 2025
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1765311584 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1765311584 - autoclosed Dec 17, 2025
@red-hat-konflux red-hat-konflux Bot closed this Dec 17, 2025
auto-merge was automatically disabled December 17, 2025 00:12

Pull request was closed

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1765311584 - autoclosed chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1765311584 Dec 17, 2025
@red-hat-konflux red-hat-konflux Bot reopened this Dec 17, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch from 5af38a4 to 854bbc6 Compare December 17, 2025 04:13
@red-hat-konflux red-hat-konflux Bot enabled auto-merge (squash) December 17, 2025 08:13
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch from 854bbc6 to e7f835c Compare December 19, 2025 00:13
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1765311584 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1766073541 Dec 19, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/all-minor-patch-dockerfile branch from e7f835c to 2a16568 Compare December 22, 2025 20:14
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1766073541 chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.3-1766405866 Dec 22, 2025
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
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