Skip to content

Update all dependencies#12

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all
Open

Update all dependencies#12
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2023

Copy link
Copy Markdown

Mend Renovate

This PR contains the following updates:

Package Type Update Change
big-bang/product/packages/gitlab minor 7.0.4-bb.0 -> 7.1.2-bb.0
defenseunicorns/zarf patch v0.28.2 -> v0.28.3
defenseunicorns/zarf patch v0.28.0 -> v0.28.3
ghcr.io/defenseunicorns/build-harness/build-harness minor 1.7.1 -> 1.9.0
ghcr.io/defenseunicorns/packages/dubbd-k3d patch 0.5.0 -> 0.5.2
github.com/gruntwork-io/terratest require patch v0.43.7 -> v0.43.11
golang patch 1.20.4 -> 1.20.6
golangci-lint minor 1.52.2 -> 1.53.3
golangci/golangci-lint repository minor v1.52.2 -> v1.53.3
pre-commit patch 3.3.2 -> 3.3.3
python-jsonschema/check-jsonschema repository patch 0.23.0 -> 0.23.3
rancher/k3s minor v1.26.5-k3s1 -> v1.27.3-k3s1
registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter minor v1.50.0 -> v1.51.0
registry1.dso.mil/ironbank/bitnami/redis patch 7.0.0-debian-10-r3 -> 7.0.12
registry1.dso.mil/ironbank/gitlab/gitlab/certificates minor 16.0.3 -> 16.2.0
registry1.dso.mil/ironbank/gitlab/gitlab/gitaly minor 16.0.3 -> 16.2.0
registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry minor 16.0.3 -> 16.2.0
registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter minor 16.0.3 -> 16.2.0
registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-shell minor 16.0.3 -> 16.2.0
registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-sidekiq minor 16.0.3 -> 16.2.0
registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-toolbox minor 16.0.3 -> 16.2.0
registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice minor 16.0.3 -> 16.2.0
registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse minor 16.0.3 -> 16.2.0
registry1.dso.mil/ironbank/gitlab/gitlab/kubectl minor 16.0.3 -> 16.2.0
registry1.dso.mil/ironbank/opensource/postgres/postgresql major 14.8 -> 15.3
renovatebot/pre-commit-hooks repository major 35.105.1 -> 36.24.4
terraform minor 1.4.6 -> 1.5.4
tflint minor 0.46.1 -> 0.47.0

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

defenseunicorns/zarf (defenseunicorns/zarf)

v0.28.3

Compare Source

What's Changed
Features
Fixes
Docs

Full Changelog: zarf-dev/zarf@v0.28.2...v0.28.3

defenseunicorns/build-harness (ghcr.io/defenseunicorns/build-harness/build-harness)

v1.9.0

Compare Source

What's Changed

Full Changelog: https://github.com/defenseunicorns/build-harness/compare/1.8.2...1.9.0

v1.8.2

Compare Source

What's Changed

Full Changelog: https://github.com/defenseunicorns/build-harness/compare/1.8.1...1.8.2

v1.8.1

Compare Source

What's Changed

Full Changelog: https://github.com/defenseunicorns/build-harness/compare/1.8.0...1.8.1

v1.8.0

Compare Source

What's Changed

Full Changelog: https://github.com/defenseunicorns/build-harness/compare/1.7.1...1.8.0

gruntwork-io/terratest (github.com/gruntwork-io/terratest)

v0.43.11

Compare Source

Modules affected
  • terraform
Description
  • Added function AssertTgPlanAllExitCode to validate output of terragrunt run-all plan
Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.10

Compare Source

Modules affected
  • k8s
Description
  • Added support for passing custom logger when running kubectl
Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.9

Compare Source

Modules affected
  • test-structure
Description
  • Added function SaveTerraformOptionsIfNotPresent
Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.8

Compare Source

Modules affected

  • terraform

Description

  • Added public ParsePlanJSON function to terraform module.

Special thanks

Special thanks to the following users for their contribution!

Related links

golang/go (golang)

v1.20.6

Compare Source

v1.20.5

Compare Source

golangci/golangci-lint (golangci-lint)

v1.53.3

Compare Source

  1. updated linters:
    • cyclop: from 1.2.0 to 1.2.1
    • exhaustive: from 0.10.0 to 0.11.0
    • forbidigo: from 1.5.1 to 1.5.3
    • ginkgolinter: from 0.12.2 to 0.12.1
    • ineffassign: bump to HEAD
    • nakedret: from 2.0.1 to 2.0.2
    • zerologlint: from 0.1.1 to 0.1.2
  2. misc.
    • codeclimate: reduce memory allocation
    • support illumos/amd64

v1.53.2

Compare Source

  1. updated linters
    • depguard: from v2.0.1 to 2.1.0
  2. misc.
    • depguard: throw error only when the linter is called

v1.53.1

Compare Source

  1. misc.
    • depguard: fix GOROOT detection
    • importas: fix duplication detection when aliases use regular expression replacement pattern

v1.53.0

Compare Source

  1. new linters
  2. updated linters
    • bodyclose: bump to HEAD
    • containedctx: from 1.0.2 to 1.0.3
    • depguard: migrate to v2
    • errname: from 0.1.9 to 0.1.10
    • exhaustive: from 0.9.5 to 0.10.0
    • forbidigo: better support for configuring complex rules
    • gci: improve error message
    • ginkgolinter: add suppress-async-assertion option
    • ginkgolinter: from 0.9.0 to 0.12.0
    • go-critic: from 0.7.0 to 0.8.1
    • go-errorlint: from 1.4.0 to 1.4.2
    • gofumpt: from 0.4.0 to 0.5.0
    • gosec: convert global settings as map with proper key type
    • gosec: from 2.15.0 to 2.16.0
    • importas: detect duplicate alias or package in the configuration
    • importas: fix typo in logs
    • ireturn: from 0.1.1 to 0.2.0
    • musttag: from 0.5.0 to 0.7.0
    • nakedret: to 2.0.1
    • nilnil: from 0.1.3 to 0.1.5
    • paralleltest: from 1.0.6 to 1.0.7
    • revive: from 1.3.1 to 1.3.2
    • tagliatelle: from 0.4.0 to 0.5.0
    • usestdlibvars: fix configuration
  3. misc.
    • golang.org/x/tools: from 0.7.0 to 0.9.2
    • add loongarch64 to the install script
    • output: add colored-tab
    • remove warning when the config file is explicitly stdin
    • rules: support inverted path match
  4. Documentation
    • mnd: clarify ignore usage examples to be regexps
    • tagliatelle: update documentation
    • improve features section
    • update supported Go versions FAQ
pre-commit/pre-commit (pre-commit)

v3.3.3

Compare Source

==================

Fixes
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.23.3

Compare Source

  • Update vendored schemas: buildkite, dependabot, github-workflows, gitlab-ci,
    readthedocs, renovate (2023-07-11)
  • Add Bitbucket Pipelines schema and pre-commit hook. Thanks :user:djgoku!
    (:pr:282)

v0.23.2

Compare Source

  • Update vendored schemas: github-workflow, gitlab-ci, renovate (2023-06-13)
  • Fix the handling of malformed and missing Last-Modified headers in the
    caching downloader. Thanks :user:balihb! (:issue:275)

v0.23.1

Compare Source

  • Update vendored schemas: github-workflows, gitlab-ci, renovate (2023-05-30)
  • The schema for enforcing timeout-minutes on GitHub Actions jobs has been
    updated to allow for workflow call jobs (which cannot have a timeout)
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v36.24.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.24.4 for more changes

v36.24.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.24.1 for more changes

v36.24.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.24.0 for more changes

v36.23.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.23.2 for more changes

v36.23.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.23.1 for more changes

v36.23.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.23.0 for more changes

v36.22.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.22.0 for more changes

v36.21.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.21.1 for more changes

v36.21.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.21.0 for more changes

v36.20.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.20.1 for more changes

v36.19.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.19.2 for more changes

v36.19.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.19.1 for more changes

v36.18.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.18.4 for more changes

v36.18.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.18.2 for more changes

v36.18.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.18.0 for more changes

v36.17.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.17.0 for more changes

v36.14.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.14.0 for more changes

v36.13.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.13.2 for more changes

v36.13.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.13.1 for more changes

v36.12.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.12.0 for more changes

v36.10.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.10.1 for more changes

v36.10.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.10.0 for more changes

v36.9.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.9.2 for more changes

v36.9.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.9.1 for more changes

v36.9.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.9.0 for more changes

v36.8.12

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.8.12 for more changes

v36.8.11

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.8.11 for more changes

v36.8.9

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.8.9 for more changes

v36.8.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.8.7 for more changes

v36.8.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.8.5 for more changes

v36.8.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.8.4 for more changes

v36.8.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.8.3 for more changes

v36.8.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.8.2 for more changes

v36.8.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.8.1 for more changes

v36.7.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.7.7 for more changes

v36.7.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.7.5 for more changes

v36.7.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.7.3 for more changes

v36.7.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.7.1 for more changes

v36.7.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.7.0 for more changes

v36.6.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.6.1 for more changes

v36.6.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.6.0 for more changes

v36.5.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.5.3 for more changes

v36.5.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.5.2 for more changes

v36.5.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.5.0 for more changes

v36.4.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.4.1 for more changes

v36.4.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.4.0 for more changes

v36.3.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.3.0 for more changes

v36.2.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.2.1 for more changes

v36.1.16

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.1.16 for more changes

v36.1.15

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.1.15 for more changes

v36.1.14

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.1.14 for more changes

v36.1.11

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.1.11 for more changes

v36.1.8

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.1.8 for more changes

v36.1.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.1.7 for more changes

v36.1.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.1.6 for more changes

v36.1.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.1.5 for more changes

v36.1.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.1.4 for more changes

v36.1.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.1.3 for more changes

v36.1.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.1.1 for more changes

v36.1.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.1.0 for more changes

v36.0.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.0.1 for more changes

v36.0.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.0.0 for more changes

v35.159.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.159.5 for more changes

v35.159.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.159.4 for more changes

v35.159.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.159.3 for more changes

v35.159.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.159.2 for more changes

v35.159.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.159.1 for more changes

v35.158.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.158.0 for more changes

v35.157.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.157.1 for more changes

v35.157.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.157.0 for more changes

v35.156.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.156.0 for more changes

v35.155.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.155.0 for more changes

v35.154.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.154.0 for more changes

v35.151.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.151.0 for more changes

v35.149.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.149.0 for more changes

v35.148.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.148.0 for more changes

v35.147.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.147.0 for more changes

v35.146.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.146.1 for more changes

v35.145.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.145.0 for more changes

v35.144.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.144.3 for more changes

v35.144.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.144.2 for more changes

v35.144.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.144.0 for more changes

v35.143.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.143.1 for more changes

v35.143.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.143.0 for more changes

v35.142.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.142.0 for more changes

v35.141.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.141.4 for more changes

v35.141.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.141.3 for more changes

v35.141.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.141.2 for more changes

v35.141.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.141.1 for more changes

v35.140.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.140.3 for more changes

v35.140.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.140.2 for more changes

v35.140.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.140.1 for more changes

v35.139.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.139.1 for more changes

v35.138.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.138.1 for more changes

v35.137.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.137.0 for more changes

v35.135.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.135.0 for more changes

v35.133.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.133.3 for more changes

v35.133.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.133.2 for more changes

v35.133.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.133.1 for more changes

v35.133.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.133.0 for more changes

v35.131.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.131.0 for more changes

v35.129.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.129.0 for more changes

v35.128.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.128.0 for more changes

v35.127.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.127.1 for more changes

v35.126.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.126.0 for more changes

v35.125.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.125.0 for more changes

v35.124.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.124.4 for more changes

v35.124.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.124.1 for more changes

v35.124.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.124.0 for more changes

v35.123.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.123.0 for more changes

v35.122.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.122.0 for more changes

v35.121.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.121.0 for more changes

v35.120.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.120.0 for more changes

v35.119.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.119.2 for more changes

v35.119.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.119.0 for more changes

v35.118.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.118.0 for more changes

v35.115.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.115.2 for more changes

v35.115.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.115.1 for more changes

v35.115.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.115.0 for more changes

v35.114.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.114.3 for more changes

v35.114.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.114.2 for more changes

v35.114.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.114.1 for more changes

v35.113.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.113.3 for more changes

v35.113.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.113.2 for more changes

v35.113.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.113.1 for more changes

v35.113.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.113.0 for more changes

v35.112.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.112.0 for more changes

v35.111.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.111.0 for more changes

v35.110.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.110.2 for more changes

v35.110.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.110.1 for more changes

v35.110.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.110.0 for more changes

v35.109.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.109.0 for more changes

v35.108.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.108.0 for more changes

v35.107.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.107.0 for more changes

v35.106.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.106.1 for more changes

v35.106.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.106.0 for more changes

v35.105.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.105.5 for more changes

v35.105.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.105.4 for more changes

v35.105.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.105.3 for more changes

v35.105.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.105.2 for more changes

hashicorp/terraform (terraform)

v1.5.4


Configuration

📅 Schedule: Branch creation - "after 7am and before 9am every weekday" in timezone America/New_York, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot force-pushed the renovate/all branch 24 times, most recently from 75a04e4 to 176ad0c Compare July 27, 2023 18:20
| datasource      | package                                                            | from               | to         |
| --------------- | ------------------------------------------------------------------ | ------------------ | ---------- |
| gitlab-tags     | big-bang/product/packages/gitlab                                   | 7.0.4-bb.0         | 7.1.2-bb.0 |
| github-tags     | defenseunicorns/zarf                                               | v0.28.2            | v0.28.3    |
| github-tags     | defenseunicorns/zarf                                               | v0.28.0            | v0.28.3    |
| docker          | ghcr.io/defenseunicorns/build-harness/build-harness                | 1.7.1              | 1.9.0      |
| docker          | ghcr.io/defenseunicorns/packages/dubbd-k3d                         | 0.5.0              | 0.5.2      |
| go              | github.com/gruntwork-io/terratest                                  | v0.43.7            | v0.43.11   |
| github-tags     | golang/go                                                          | 1.20.4             | 1.20.6     |
| github-tags     | golangci/golangci-lint                                             | 1.52.2             | 1.53.3     |
| github-tags     | golangci/golangci-lint                                             | v1.52.2            | v1.53.3    |
| github-tags     | pre-commit/pre-commit                                              | 3.3.2              | 3.3.3      |
| github-tags     | python-jsonschema/check-jsonschema                                 | 0.23.0             | 0.23.3     |
| docker          | rancher/k3s                                                        | v1.26.5            | v1.27.3    |
| docker          | registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter        | v1.50.0            | v1.51.0    |
| docker          | registry1.dso.mil/ironbank/bitnami/redis                           | 7.0.0-debian-10-r3 | 7.0.12     |
| docker          | registry1.dso.mil/ironbank/gitlab/gitlab/certificates              | 16.0.3             | 16.2.0     |
| docker          | registry1.dso.mil/ironbank/gitlab/gitlab/gitaly                    | 16.0.3             | 16.2.0     |
| docker          | registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry | 16.0.3             | 16.2.0     |
| docker          | registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter           | 16.0.3             | 16.2.0     |
| docker          | registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-shell              | 16.0.3             | 16.2.0     |
| docker          | registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-sidekiq            | 16.0.3             | 16.2.0     |
| docker          | registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-toolbox            | 16.0.3             | 16.2.0     |
| docker          | registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice         | 16.0.3             | 16.2.0     |
| docker          | registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse          | 16.0.3             | 16.2.0     |
| docker          | registry1.dso.mil/ironbank/gitlab/gitlab/kubectl                   | 16.0.3             | 16.2.0     |
| docker          | registry1.dso.mil/ironbank/opensource/postgres/postgresql          | 14.8               | 15.3       |
| github-tags     | renovatebot/pre-commit-hooks                                       | 35.105.1           | 36.24.4    |
| github-releases | hashicorp/terraform                                                | 1.4.6              | 1.5.4      |
| github-tags     | terraform-linters/tflint                                           | 0.46.1             | 0.47.0     |
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