Skip to content

Conversation

lunar-renovate
Copy link
Contributor

@lunar-renovate lunar-renovate commented Jan 30, 2023

This PR contains the following updates:

Package Type Update Change
github.com/onsi/gomega require minor v1.24.1 -> v1.26.0
github.com/stretchr/testify require patch v1.8.0 -> v1.8.1
k8s.io/api require patch v0.26.0 -> v0.26.1
k8s.io/apimachinery require patch v0.26.0 -> v0.26.1
k8s.io/client-go require minor v0.25.5 -> v0.26.1
sigs.k8s.io/controller-runtime require minor v0.13.1 -> v0.14.2

Release Notes

onsi/gomega

v1.26.0

Compare Source

1.26.0

Features
  • When a polled function returns an error, keep track of the actual and report on the matcher state of the last non-errored actual [21f3090]
  • improve eventually failure message output [c530fb3]
Fixes
  • fix several documentation spelling issues [e2eff1f]

v1.25.0

Compare Source

1.25.0

Features
Maintenance

v1.24.2

Compare Source

1.24.2

Fixes
Maintenance
stretchr/testify

v1.8.1

Compare Source

kubernetes/api

v0.26.1

Compare Source

kubernetes/apimachinery

v0.26.1

Compare Source

kubernetes/client-go

v0.26.1

Compare Source

v0.26.0

Compare Source

v0.25.6

Compare Source

kubernetes-sigs/controller-runtime

v0.14.2

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.14.1...v0.14.2

v0.14.1

Compare Source

Changes since v0.14.0

🐛 Bug Fixes

Full Changelog: kubernetes-sigs/controller-runtime@v0.14.0...v0.14.1

v0.14.0

Compare Source

Changes since v0.13.1

⚠️ Breaking Changes

✨ New Features

  • Builder: Do not require For (#​2091)
  • support disable deepcopy on list funcion (#​2076)
  • Add cluster.NewClientFunc with options (#​2054)
  • Tidy up startup logging of kindWithCache source (#​2057)
  • Add function to get reconcileID from context (#​2056)
  • feat: add NOT predicate (#​2031)
  • Allow to provide a custom lock interface to manager (#​2027)
  • Add tls options to manager.Options (#​2023)
  • Update Go version to 1.19 (#​1986)

🐛 Bug Fixes

  • Prevent manager from getting started a second time (#​2090)
  • Missing error log for in-cluster config (#​2051)
  • Skip custom mutation handler when delete a CR (#​2049)
  • fix: improve semantics of combining cache selectorsByObject (#​2039)
  • Conversion webhook should not panic when conversion request is nil (#​1970)

🌱 Others

  • Prepare for release 0.14 (#​2100)
  • Generate files and update modules (#​2096)
  • Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0 (#​2097)
  • Bump golang.org/x/time (#​2089)
  • Update OWNERS: remove inactive members, promote fillzpp sbueringer (#​2088, #​2092)
  • Default ENVTEST version to a working one (1.24.2) (#​2081)
  • Update golangci-lint to v1.50.1 (#​2080)
  • Bump go.uber.org/zap from 1.23.0 to 1.24.0 (#​2077)
  • Bump golang.org/x/sys from 0.2.0 to 0.3.0 (#​2078)
  • Ignore Kubernetes Dependencies in Dependabot (#​2071)
  • Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0 (#​2070)
  • Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 (#​2066)
  • seedling to dependabot (#​2065)
  • Bump github.com/onsi/gomega from 1.23.0 to 1.24.1 (#​2062)
  • Bump go.uber.org/zap from 1.21.0 to 1.23.0 (#​2060)
  • Bump actions/checkout from 2 to 3 (#​2059)
  • Bump golangci/golangci-lint-action from 2 to 3 (#​2058)
  • Add Dependabot for dependency management (#​2050)
  • Deprecate Webhook Server TLSMinVersion (#​2041)
  • Bump kubebuilder-release-tools to v0.2.0 (#​2012)
  • grammar: removed doubles of the word "the" (#​2006)
  • Refactor typed_client and unstructured_client to be consistent (#​1795)

📖 Additionally, there have been 4 contributions to our documentation and book. (#​2034, #​2030, #​2017, #​1992)

Thanks to all our contributors! 😊

New Contributors

Full Changelog: kubernetes-sigs/controller-runtime@v0.13.1...v0.14.0


Configuration

📅 Schedule: Branch creation - "before 7am on Monday" (UTC), 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 Renovate Bot.

@lunar-renovate lunar-renovate requested a review from a team January 30, 2023 00:30
@lunar-renovate lunar-renovate added the dependencies Pull requests that update a dependency file label Jan 30, 2023
@lunar-renovate lunar-renovate force-pushed the renovate/go-package-upgrades branch from ac6c549 to e2dbd8a Compare January 30, 2023 10:21
@lunar-renovate
Copy link
Contributor Author

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/google/gofuzz v1.1.0
go: downloading github.com/google/uuid v1.1.2
github/lunarway/cluster-routing-controller/controllers/core tested by
	github/lunarway/cluster-routing-controller/controllers/core.test imports
	sigs.k8s.io/controller-runtime/pkg/envtest/printer: cannot find module providing package sigs.k8s.io/controller-runtime/pkg/envtest/printer

@EhsanLunar EhsanLunar merged commit 44ef6ab into master Feb 1, 2023
@EhsanLunar EhsanLunar deleted the renovate/go-package-upgrades branch February 1, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants