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

Update all non-major dependencies #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2022

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v3.1.0 -> v3.6.0
anchore/sbom-action action minor v0.13.1 -> v0.15.0
dev-drprasad/delete-tag-and-release action patch v0.2.0 -> v0.2.1
docker/login-action action minor v2.1.0 -> v2.2.0
github.com/fatih/color require minor v1.13.0 -> v1.16.0
github.com/go-logr/logr require minor v1.2.3 -> v1.3.0
github.com/gruntwork-io/terratest require minor v0.41.4 -> v0.46.7
github.com/sethvargo/go-envconfig require minor v0.8.3 -> v0.9.0
github.com/stretchr/testify require patch v1.8.1 -> v1.8.4
go.opentelemetry.io/contrib/propagators/aws require minor v1.12.0 -> v1.21.1
go.opentelemetry.io/otel require minor v1.11.2 -> v1.21.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace require minor v1.11.2 -> v1.21.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp require minor v1.11.2 -> v1.21.0
go.opentelemetry.io/otel/sdk require minor v1.11.2 -> v1.21.0
go.opentelemetry.io/otel/trace require minor v1.11.2 -> v1.21.0
go.uber.org/zap require minor v1.24.0 -> v1.26.0
jaegertracing/all-in-one minor 1.39.0 -> 1.51.0
k8s.io/api require minor v0.25.4 -> v0.28.4
k8s.io/apiextensions-apiserver require minor v0.25.4 -> v0.28.4
k8s.io/apimachinery require minor v0.25.4 -> v0.28.4
k8s.io/client-go require minor v0.25.4 -> v0.28.4
otel/opentelemetry-collector minor 0.66.0 -> 0.89.0
sigs.k8s.io/controller-runtime require minor v0.13.1 -> v0.16.3
step-security/harden-runner action minor v2.0.0 -> v2.6.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/checkout (actions/checkout)

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

anchore/sbom-action (anchore/sbom-action)

v0.15.0

Compare Source

Changes in v0.14.4

Breaking Changes
  • Previously, running on Windows required WSL. Now, running on Windows expects to be run on native windows (#​426) [willmurphyscode].
Other Changes

v0.14.3

Compare Source

Changes in v0.14.3

v0.14.2

Compare Source

Changes in v0.14.2

v0.14.1

Compare Source

Changes in v0.14.1

v0.13.4

Compare Source

Changes in v0.13.4

v0.13.3

Compare Source

Changes in v0.13.3

v0.13.2

Compare Source

Changes in v0.13.2

docker/login-action (docker/login-action)

v2.2.0

Compare Source

Full Changelog: docker/login-action@v2.1.0...v2.2.0

fatih/color (github.com/fatih/color)

v1.16.0

Compare Source

What's Changed

Dependency updates

New Contributors

Full Changelog: fatih/color@v1.15.0...v1.16.0

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.14.1...v1.15.0

v1.14.1

Compare Source

What's Changed

Full Changelog: fatih/color@v1.14.0...v1.14.1

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.13.0...v1.14.0

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

v1.3.0

Compare Source

This release adds support for slog in a new, self-contained logr/slogr package. Implementers of a logr.LogSink are encouraged, but not required, to extend their implementation to improve the quality of log output coming from a slog API call.

Breaking change: the call depth for LogSink.Enabled when called via Logger.Enabled was fixed to be the same as for other call paths. Implementers of a LogSink who have worked around this bug will need to remove their workarounds.

Security best practices were improved. Only Go versions >= 1.18 are supported by this release.

What's Changed


New Contributors

Full Changelog: go-logr/logr@v1.2.4...v1.3.0

v1.2.4

Compare Source

This is a collection of small bugfixes and documentation updates.

NOTE: A change (https://github.com/go-logr/logr/pull/166) which was thought to be compatible seems to be a breaking change. In particular, one used to be able to differentiate the result of Discard() from Logger{}. After this change, those are the same. We are considering how to address this, but do not currently plan to revert this change. Apologies!

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.2.3...v1.2.4

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

v0.46.7

Compare Source

Modules affected

  • http-helper

Description

  • Added handling for nil body in http-helper.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.46.6

Compare Source

Modules affected

  • helm

Description

  • Added support for the --repo options to the helm test feature

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.46.5

Compare Source

Modules affected

  • k8s

Description

  • Added RestConfig field to extend auth options for Kubernetes client.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.46.4

Compare Source

Description

  • Updated dependency github.com/docker/docker from 20.10.7+incompatible to 24.0.7+incompatible

Related links

v0.46.3

Compare Source

Description

  • Updated dependency google.golang.org/grpc from 1.51.0 to 1.56.3

Related links

v0.46.2

Compare Source

Description

  • Updated dependency github.com/docker/distribution from 2.7.1+incompatible to 2.8.2+incompatible

Related links

v0.46.1

Compare Source

Description

  • Updated dependency golang.org/x/net from 0.8.0 to 0.17.0

Related links

v0.46.0

Compare Source

Modules affected

  • terraform

Description

  • Added support for OpenTofu in terraform module
Migration Guide

Switching to tofu:

  1. Install OpenTofu cli https://github.com/opentofu/opentofu
  2. Apply one of:

Related links

v0.45.0

Compare Source

Description

  • Removed Go patch version from go.mod

Related links

v0.44.1

Compare Source

Description

  • Updated AMI module to support Ubuntu 20.04 and 22.04.

Related links

v0.44.0

Compare Source

Description

  • Updated minimal Go version to 1.21

Related links

v0.43.13

Compare Source

Modules affected

  • azure

Description

  • Added new fields to the NsgRuleSummary structure

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.12

Compare Source

Modules affected

  • k8s

Description

  • Fixed panic in WaitUntilDeploymentAvailable in the k8s module

Special thanks

Special thanks to the following users for their contribution!

Related links

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

v0.43.7

Compare Source

Modules affected

  • azure

Description

  • Added support for Azure SQL Managed Instance

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.6

Compare Source

Modules affected

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 changed the title Update all non-major dependencies to v0.25.5 Update all non-major dependencies to v0.26.0 Dec 9, 2022
@renovate renovate bot changed the title Update all non-major dependencies to v0.26.0 Update all non-major dependencies Dec 9, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 38a0da9 to d737dc6 Compare December 16, 2022 00:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from c8a504c to 17d223e Compare December 23, 2022 18:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df37736 to 99663cc Compare January 4, 2023 07:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f828913 to 520a6ba Compare September 26, 2023 21:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 804c461 to f276f92 Compare October 3, 2023 19:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a4549f0 to 5ddbd63 Compare October 11, 2023 07:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 997f09b to 8611fb3 Compare October 24, 2023 13:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4c0cd88 to 5463cee Compare November 3, 2023 04:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cd0f459 to 254b8b9 Compare November 10, 2023 19:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 0079779 to 309d4f8 Compare November 20, 2023 16:36
Copy link
Contributor Author

renovate bot commented Nov 21, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

None yet

0 participants