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

chore(deps): update grouped non-major updates #237

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-go action patch v5.0.1 -> v5.0.2 age adoption passing confidence
autoprefixer devDependencies patch 10.4.19 -> 10.4.20 age adoption passing confidence
docker/login-action action minor v3.2.0 -> v3.3.0 age adoption passing confidence
docker/setup-buildx-action action minor v3.3.0 -> v3.6.1 age adoption passing confidence
github.com/onsi/ginkgo/v2 require minor v2.19.0 -> v2.20.2 age adoption passing confidence
github.com/onsi/gomega require minor v1.33.1 -> v1.34.2 age adoption passing confidence
github.com/spf13/cobra require minor v1.7.0 -> v1.8.1 age adoption passing confidence
go.etcd.io/etcd/client/v3 require patch v3.5.14 -> v3.5.16 age adoption passing confidence
golang stage minor 1.22.4 -> 1.23.1 age adoption passing confidence
golangci/golangci-lint minor v1.59.1 -> v1.61.0 age adoption passing confidence
helm/helm minor v3.15.2 -> v3.16.1 age adoption passing confidence
hugo-extended devDependencies minor 0.127.0 -> 0.134.3 age adoption passing confidence
jetstack/cert-manager patch v1.15.0 -> v1.15.3 age adoption passing confidence
k8s.io/api require minor v0.30.2 -> v0.31.1 age adoption passing confidence
k8s.io/apimachinery require minor v0.30.2 -> v0.31.1 age adoption passing confidence
k8s.io/client-go require minor v0.30.2 -> v0.31.1 age adoption passing confidence
kubernetes-sigs/controller-tools minor v0.15.0 -> v0.16.3 age adoption passing confidence
kubernetes-sigs/kind minor v0.23.0 -> v0.24.0 age adoption passing confidence
kubernetes/kubernetes minor v1.30.0 -> v1.31.1 age adoption passing confidence
losisin/helm-values-schema-json minor v1.4.1 -> v1.5.3 age adoption passing confidence
mikefarah/yq patch v4.44.1 -> v4.44.3 age adoption passing confidence
norwoodj/helm-docs minor v1.13.1 -> v1.14.2 age adoption passing confidence
prometheus-operator/prometheus-operator minor v0.74.0 -> v0.77.0 age adoption passing confidence
sigs.k8s.io/controller-runtime require minor v0.18.4 -> v0.19.0 age adoption passing confidence
sigstore/cosign-installer action minor v3.5.0 -> v3.6.0 age adoption passing confidence

Release Notes

actions/setup-go (actions/setup-go)

v5.0.2

Compare Source

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
docker/login-action (docker/login-action)

v3.3.0

Compare Source

Full Changelog: docker/login-action@v3.2.0...v3.3.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.6.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.6.0...v3.6.1

v3.6.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.5.0...v3.6.0

v3.5.0

Compare Source

v3.4.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.3.0...v3.4.0

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.20.2

Compare Source

2.20.2

Require Go 1.22+

Maintenance

v2.20.1

Compare Source

2.20.1

Fixes
  • make BeSpecEvent duration matcher more forgiving [d6f9640]

v2.20.0

Compare Source

2.20.0

Features
Maintenance
  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]

v2.19.1

Compare Source

2.19.1

Fixes
  • update supported platforms for race conditions [63c8c30]
  • [build] Allow custom name for binaries. [ff41e27]
Maintenance
onsi/gomega (github.com/onsi/gomega)

v1.34.2

Compare Source

1.34.2

Require Go 1.22+

Maintenance
  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]

v1.34.1

Compare Source

1.34.1

Maintenance
  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]

v1.34.0

Compare Source

1.34.0

Features
  • Add RoundTripper method to ghttp.Server [c549e0d]
Fixes
  • fix incorrect handling of nil slices in HaveExactElements (fixes #​771) [878940c]
  • issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]
Maintenance
spf13/cobra (github.com/spf13/cobra)

v1.8.1

Compare Source

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

New Contributors


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.8.0...v1.8.1

v1.8.0

Compare Source

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.7.0...v1.8.0

etcd-io/etcd (go.etcd.io/etcd/client/v3)

v3.5.16

Compare Source

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.16

### choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}

rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test

curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz

/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
### start a local etcd server
/tmp/etcd-download-test/etcd

### write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo
macOS (Darwin)
ETCD_VER=v3.5.16

### choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}

rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test

curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64

/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
Docker

etcd uses gcr.io/etcd-development/etcd as a primary container registry, and quay.io/coreos/etcd as secondary.

rm -rf /tmp/etcd-data.tmp && mkdir -p /tmp/etcd-data.tmp && \
  docker rmi gcr.io/etcd-development/etcd:v3.5.16 || true && \
  docker run \
  -p 2379:2379 \
  -p 2380:2380 \
  --mount type=bind,source=/tmp/etcd-data.tmp,destination=/etcd-data \
  --name etcd-gcr-v3.5.16 \
  gcr.io/etcd-development/etcd:v3.5.16 \
  /usr/local/bin/etcd \
  --name s1 \
  --data-dir /etcd-data \
  --listen-client-urls http://0.0.0.0:2379 \
  --advertise-client-urls http://0.0.0.0:2379 \
  --listen-peer-urls http://0.0.0.0:2380 \
  --initial-advertise-peer-urls http://0.0.0.0:2380 \
  --initial-cluster s1=http://0.0.0.0:2380 \
  --initial-cluster-token tkn \
  --initial-cluster-state new \
  --log-level info \
  --logger zap \
  --log-outputs stderr

docker exec etcd-gcr-v3.5.16 /usr/local/bin/etcd --version
docker exec etcd-gcr-v3.5.16 /usr/local/bin/etcdctl version
docker exec etcd-gcr-v3.5.16 /usr/local/bin/etcdutl version
docker exec etcd-gcr-v3.5.16 /usr/local/bin/etcdctl endpoint health
docker exec etcd-gcr-v3.5.16 /usr/local/bin/etcdctl put foo bar
docker exec etcd-gcr-v3.5.16 /usr/local/bin/etcdctl get foo

v3.5.15

Compare Source

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.15

### choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}

rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test

curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz

/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
### start a local etcd server
/tmp/etcd-download-test/etcd

### write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo
macOS (Darwin)
ETCD_VER=v3.5.15

### choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}

rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test

curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64

/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
Docker

etcd uses gcr.io/etcd-development/etcd as a primary container registry, and quay.io/coreos/etcd as secondary.

rm -rf /tmp/etcd-data.tmp && mkdir -p /tmp/etcd-data.tmp && \
  docker rmi gcr.io/etcd-development/etcd:v3.5.15 || true && \
  docker run \
  -p 2379:2379 \
  -p 2380:2380 \
  --mount type=bind,source=/tmp/etcd-data.tmp,destination=/etcd-data \
  --name etcd-gcr-v3.5.15 \
  gcr.io/etcd-development/etcd:v3.5.15 \
  /usr/local/bin/etcd \
  --name s1 \
  --data-dir /etcd-data \
  --listen-client-urls http://0.0.0.0:2379 \
  --advertise-client-urls http://0.0.0.0:2379 \
  --listen-peer-urls http://0.0.0.0:2380 \
  --initial-advertise-peer-urls http://0.0.0.0:2380 \
  --initial-cluster s1=http://0.0.0.0:2380 \
  --initial-cluster-token tkn \
  --initial-cluster-state new \
  --log-level info \
  --logger zap \
  --log-outputs stderr

docker exec etcd-gcr-v3.5.15 /usr/local/bin/etcd --version
docker exec etcd-gcr-v3.5.15 /usr/local/bin/etcdctl version
docker exec etcd-gcr-v3.5.15 /usr/local/bin/etcdutl version
docker exec etcd-gcr-v3.5.15 /usr/local/bin/etcdctl endpoint health
docker exec etcd-gcr-v3.5.15 /usr/local/bin/etcdctl put foo bar
docker exec etcd-gcr-v3.5.15 /usr/local/bin/etcdctl get foo
golangci/golangci-lint (golangci/golangci-lint)

v1.61.0

Compare Source

  1. Enhancements
    • Add junit-xml-extended format
    • Exclude Swagger Codegen files by default
  2. Updated linters
    • dupword: from 0.0.14 to 0.1.1
    • fatcontext: from 0.4.0 to 0.5.2
    • gci: from 0.13.4 to 0.13.5 (new option no-lex-order)
    • go-ruleguard: from 0.4.2 to 0fe6f58 (fix panic with custom linters)
    • godot: from 1.4.16 to 1.4.17
    • gomodguard: from 1.3.3 to 1.3.5
    • gosec: disable temporarily G407
    • gosec: from ab3f6c1 to 2.21.2 (partially fix G115)
    • intrange: from 0.1.2 to 0.2.0
    • nolintlint: remove the empty line in the directive replacement
  3. Misc.
    • Improve runtime version parsing
  4. Documentation
    • Add additional info about typecheck

v1.60.3

Compare Source

v1.60.2

Compare Source

v1.60.1

Compare Source

v1.60.0

Compare Source

helm/helm (helm/helm)

v3.16.1: Helm 3.16.1

Compare Source

Helm v3.16.1 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

This release fixes a regression that is in 3.16.0.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.16.1. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.16.2 is the next patch release and will be on October 09, 2024
  • 3.17.0 is the next feature release and will be on January 15, 2025

Changelog

  • bumping version to 1.22.7 5a5449d (Robert Sirchia)
  • Merge pull request #​13327 from mattfarina/revert-11726 2cbf7fc (Joe Julian)

v3.16.0: Helm v3.16.0

Compare Source

Helm v3.16.0 is a feature release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Notable Changes

  • added sha512sum template function
  • added ActiveHelp for cmds that don't take any more args
  • drops very old Kubernetes versions support in helm create
  • add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint'
  • fixed bug to now use burst limit setting for discovery
  • Added windows arm64 support

Installation and Upgrading

Download Helm v3.16.0. The common platform binaries are here:


Configuration

📅 Schedule: Branch creation - "* * * * 6" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Jun 15, 2024
@renovate renovate bot enabled auto-merge (squash) June 15, 2024 14:55
@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch from 0686c9e to 03a95e3 Compare June 16, 2024 03:19
@renovate renovate bot changed the title chore(deps): update dependency kubernetes/kubernetes to v1.30.2 chore(deps): update grouped non-major updates Jun 16, 2024
@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch from 03a95e3 to 1de7d26 Compare June 18, 2024 08:27
@renovate renovate bot changed the title chore(deps): update grouped non-major updates fix(deps): update grouped non-major updates Jun 18, 2024
@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch 8 times, most recently from da159d9 to f3fcf3e Compare June 26, 2024 19:43
@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch from f3fcf3e to 6ae80e9 Compare June 30, 2024 17:12
@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch 6 times, most recently from 161d7a1 to 9e16c89 Compare July 4, 2024 08:44
@renovate renovate bot changed the title fix(deps): update grouped non-major updates chore(deps): update grouped non-major updates Jul 4, 2024
@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch from 9e16c89 to 6ee3a11 Compare July 6, 2024 16:21
@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch 5 times, most recently from c541d37 to 020f32f Compare August 22, 2024 22:36
Copy link

coderabbitai bot commented Aug 22, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The series of changes includes updates to various GitHub Actions in workflow files, adjustments to dependency versions in the Makefile, updates to the Go module versions in go.mod, changes to the Docker base image version in the Dockerfile, and an upgrade to the hugo-extended package in package.json. These modifications collectively reflect a focus on maintaining current versions of tools and libraries across the project's ecosystem.

Changes

Files Change Summary
.github/workflows/*.yaml Updated versions of GitHub Actions for Docker publishing and testing workflows.
Dockerfile Changed base image from golang:1.22.4 to golang:1.23.0.
Makefile Incremented versions of various Kubernetes-related tools and libraries.
go.mod Updated dependencies with version increments for core libraries and modules.
site/package.json Updated hugo-extended dependency from version 0.127.0 to 0.133.0.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant GitHubActions as GitHub Actions Workflow
    participant Docker as Docker Build
    participant Go as Go Modules
    participant Makefile as Makefile
    participant Hugo as Hugo Site Generator

    User->>GitHubActions: Trigger Workflow
    GitHubActions->>Docker: Build Image
    Docker->>Go: Fetch Dependencies
    Go-->>Docker: Return Dependencies
    GitHubActions->>Makefile: Run Build Commands
    Makefile-->>GitHubActions: Complete Build
    GitHubActions->>Hugo: Generate Site
    Hugo-->>User: Serve Updated Site
Loading

🐰 "With each action, a version anew,
The rabbit hops, and changes brew.
From Docker to Go, we leap and twirl,
Updates abound in this coding world!
So let’s celebrate, with a joyful hop,
For progress is here, and we’ll never stop!" 🐇✨


Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    -- I pushed a fix in commit <commit_id>, please review it.
    -- Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    -- @coderabbitai generate unit testing code for this file.
    -- @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    -- @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    -- @coderabbitai read src/utils.ts and generate unit testing code.
    -- @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    -- @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Outside diff range, codebase verification and nitpick comments (2)
go.mod (1)

17-17: Breaking change detected in Kubernetes Client-Go update.

The update to k8s.io/client-go version v0.31.0 includes a breaking change related to Google Cloud Service Account email addresses and RBAC Role bindings. If your application uses the numeric uniqueIDs of Google service accounts in RBAC role bindings, you may need to adjust your configurations. Please verify the impact on your application.

  • Breaking Change: Google Cloud Service Account email addresses can now be used in RBAC Role bindings. This change affects configurations using numeric uniqueIDs.
Analysis chain

Verify compatibility of Kubernetes Client-Go update.

The k8s.io/client-go dependency has been updated to v0.31.0. Ensure that there are no breaking changes affecting your Kubernetes Client-Go usage.

Run the following script to check for potential breaking changes:

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify Kubernetes Client-Go update for breaking changes.

# Test: Check the changelog for breaking changes.
curl -s https://raw.githubusercontent.com/kubernetes/client-go/v0.31.0/CHANGELOG.md | grep -i "breaking"

Length of output: 736

Makefile (1)

168-168: Breaking changes detected in Prometheus Operator v0.76.0 update.

The update to PROMETHEUS_OPERATOR_VERSION v0.76.0 includes several breaking changes that may affect your setup:

  • proxyURL validation changes could impact configurations relying on the configuration reloader sidecar.
  • Changes to prometheus_operator_.* metrics.
  • Handling of Alertmanager >=v0.15.0 breaking changes.
  • Modifications to the generated StatefulSet's.
  • Alterations to the underlying naming schemes.

Please review these changes carefully to ensure compatibility with your current setup.

Analysis chain

Verify compatibility of Prometheus Operator version update.

The PROMETHEUS_OPERATOR_VERSION has been updated to v0.76.0. Ensure that there are no breaking changes affecting your Prometheus Operator setup.

Run the following script to check for potential breaking changes:

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify Prometheus Operator version update for breaking changes.

# Test: Check the changelog for breaking changes.
curl -s https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.76.0/CHANGELOG.md | grep -i "breaking"

Length of output: 676

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 51131a1 and 020f32f.

Files ignored due to path filters (2)
  • go.sum is excluded by !**/*.sum
  • site/package-lock.json is excluded by !**/package-lock.json
Files selected for processing (10)
  • .github/workflows/docker-publish.yaml (1 hunks)
  • .github/workflows/make-test-e2e.yaml (1 hunks)
  • .github/workflows/make-test.yaml (1 hunks)
  • .github/workflows/nilaway-lint.yaml (1 hunks)
  • .github/workflows/pre-commit.yaml (1 hunks)
  • .github/workflows/release-assets.yaml (1 hunks)
  • Dockerfile (1 hunks)
  • Makefile (3 hunks)
  • go.mod (2 hunks)
  • site/package.json (1 hunks)
Files skipped from review due to trivial changes (8)
  • .github/workflows/docker-publish.yaml
  • .github/workflows/make-test-e2e.yaml
  • .github/workflows/make-test.yaml
  • .github/workflows/nilaway-lint.yaml
  • .github/workflows/pre-commit.yaml
  • .github/workflows/release-assets.yaml
  • Dockerfile
  • site/package.json
Additional comments not posted (30)
go.mod (21)

14-14: LGTM!

The update to go.etcd.io/etcd/client/v3 version v3.5.15 is a patch update and should be safe.


36-36: LGTM!

The update to github.com/go-openapi/swag version v0.22.4 is a patch update and should be safe.


64-64: LGTM!

The update to github.com/prometheus/common version v0.55.0 is a patch update and should be safe.


65-65: LGTM!

The update to github.com/prometheus/procfs version v0.15.1 is a patch update and should be safe.


72-72: Verify compatibility of new float16 dependency.

The github.com/x448/float16 dependency has been added as a new indirect dependency. Ensure that it does not introduce any conflicts or issues in your build process.

Run the following script to check for potential conflicts:

Verification successful

No conflicts found with float16 dependency.

The github.com/x448/float16 v0.8.4 dependency is correctly recorded in the go.sum file with valid checksums, indicating no immediate conflicts or issues. Ensure to test your build process to confirm compatibility.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify float16 addition for conflicts.

# Test: Check for conflicts in go.sum.
grep "github.com/x448/float16" go.sum

Length of output: 202


9-9: Verify compatibility of Ginkgo update.

The github.com/onsi/ginkgo/v2 dependency has been updated to v2.20.1. Ensure that there are no breaking changes affecting your tests.

Run the following script to check for potential breaking changes:

Verification successful

No specific breaking changes found in Ginkgo v2.20.1 update.

The changelog for github.com/onsi/ginkgo/v2 version v2.20.1 mentions a section for breaking changes, but it does not list any specific changes. It is likely safe to proceed with this update, but please manually verify the compatibility with your tests to ensure no unexpected issues arise.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify Ginkgo update for breaking changes.

# Test: Check the changelog for breaking changes.
curl -s https://raw.githubusercontent.com/onsi/ginkgo/v2.20.1/CHANGELOG.md | grep -i "breaking"

Length of output: 113


Script:

#!/bin/bash
# Description: Extract specific breaking changes from the Ginkgo v2.20.1 changelog.

# Fetch and display the section of the changelog that details breaking changes.
curl -s https://raw.githubusercontent.com/onsi/ginkgo/v2.20.1/CHANGELOG.md | awk '/Breaking changes:/,/^$/'

Length of output: 128


80-80: Verify compatibility of Golang sys update.

The golang.org/x/sys dependency has been updated to v0.23.0. Ensure that there are no breaking changes affecting your system usage.

Run the following script to check for potential breaking changes:


16-16: Verify compatibility of Kubernetes Apimachinery update.

The k8s.io/apimachinery dependency has been updated to v0.31.0. Ensure that there are no breaking changes affecting your Kubernetes Apimachinery usage.

Run the following script to check for potential breaking changes:


81-81: Verify compatibility of Golang term update.

The golang.org/x/term dependency has been updated to v0.23.0. Ensure that there are no breaking changes affecting your terminal usage.

Run the following script to check for potential breaking changes:

Verification successful

No direct usage of golang.org/x/term found.

The golang.org/x/term dependency is not directly used in the codebase, as indicated by the absence of search results. Since it is marked as an indirect dependency, the update to v0.23.0 should not directly impact the codebase. Ensure that any libraries relying on it are compatible with the new version.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify Golang term update for breaking changes.

# Test: Check the changelog for breaking changes.
curl -s https://raw.githubusercontent.com/golang/term/v0.23.0/CHANGELOG.md | grep -i "breaking"

Length of output: 95


Script:

#!/bin/bash
# Search for the usage of `golang.org/x/term` in the codebase to verify compatibility with the update.

# Find all Go files and search for the import or usage of `golang.org/x/term`.
fd --extension go --exec rg 'golang.org/x/term' {}

Length of output: 52


10-10: Verify compatibility of Gomega update.

The github.com/onsi/gomega dependency has been updated to v1.34.1. Ensure that there are no breaking changes affecting your tests.

Run the following script to check for potential breaking changes:


24-24: Verify compatibility of xxhash update.

The github.com/cespare/xxhash/v2 dependency has been updated to v2.3.0. Ensure that there are no breaking changes affecting your usage.

Run the following script to check for potential breaking changes:


15-15: Verify compatibility of Kubernetes API update.

The k8s.io/api dependency has been updated to v0.31.0. Ensure that there are no breaking changes affecting your Kubernetes API usage.

Run the following script to check for potential breaking changes:


44-44: Verify compatibility of pprof update.

The github.com/google/pprof dependency has been updated to a new pseudo-version. Ensure that there are no breaking changes affecting your profiling usage.

Run the following script to check for potential breaking changes:


82-82: Verify compatibility of Golang text update.

The golang.org/x/text dependency has been updated to v0.17.0. Ensure that there are no breaking changes affecting your text processing usage.

Run the following script to check for potential breaking changes:

Verification successful

No direct usage of golang.org/x/text found.

The golang.org/x/text dependency is not directly used in the codebase, indicating it is an indirect dependency. Ensure that the packages depending on it are compatible with version v0.17.0.

  • Check the changelogs or release notes of the packages that depend on golang.org/x/text for any compatibility issues.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify Golang text update for breaking changes.

# Test: Check the changelog for breaking changes.
curl -s https://raw.githubusercontent.com/golang/text/v0.17.0/CHANGELOG.md | grep -i "breaking"

Length of output: 95


Script:

#!/bin/bash
# Search for usage of golang.org/x/text in the codebase to identify potential issues.
rg 'golang.org/x/text' -A 5

Length of output: 1575


77-77: Verify compatibility of Golang exp update.

The golang.org/x/exp dependency has been updated to a new pseudo-version. Ensure that there are no breaking changes affecting your experimental features usage.

Run the following script to check for potential breaking changes:

Verification successful

No direct usage of golang.org/x/exp found in the codebase.

The golang.org/x/exp dependency is listed as an indirect dependency, and no direct usage was found in the codebase. This suggests that the update is unlikely to cause issues unless indirect dependencies relying on it have specific requirements. Ensure that any indirect dependencies are compatible with the updated version.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify Golang exp update for breaking changes.

# Test: Check the changelog for breaking changes.
curl -s https://raw.githubusercontent.com/golang/exp/8a7402abbf56/CHANGELOG.md | grep -i "breaking"

Length of output: 99


Script:

#!/bin/bash
# Search for the usage of golang.org/x/exp in the codebase to check for potential issues due to the update.
rg "golang.org/x/exp" -A 5

Length of output: 1293


62-62: Verify compatibility of Prometheus client_golang update.

The github.com/prometheus/client_golang dependency has been updated to v1.19.1. Ensure that there are no breaking changes affecting your Prometheus usage.

Run the following script to check for potential breaking changes:

Verification successful

No direct impact from Prometheus client_golang update.

The github.com/prometheus/client_golang dependency is listed as an indirect dependency, and there are no direct usages in the codebase. Therefore, the breaking changes in version v1.19.1 do not directly affect the codebase. Ensure that any direct dependencies relying on this package are compatible with the updated version.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify Prometheus client_golang update for breaking changes.

# Test: Check the changelog for breaking changes.
curl -s https://raw.githubusercontent.com/prometheus/client_golang/v1.19.1/CHANGELOG.md | grep -i "breaking"

Length of output: 357


Script:

#!/bin/bash
# Search for usage of github.com/prometheus/client_golang in the codebase
rg 'github.com/prometheus/client_golang' -A 5

Length of output: 1315


11-11: Verify compatibility of Cobra update.

The github.com/spf13/cobra dependency has been updated to v1.8.1. Ensure that there are no breaking changes affecting your command-line tools.

Run the following script to check for potential breaking changes:

Verification successful

No breaking changes found in Cobra v1.8.1 update.

The release notes for github.com/spf13/cobra version v1.8.1 do not mention any breaking changes. The update includes new features, bug fixes, and maintenance improvements.

  • Ensure to run your tests to verify compatibility with your command-line tools.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify Cobra update for breaking changes.

# Test: Check the changelog for breaking changes.
curl -s https://raw.githubusercontent.com/spf13/cobra/v1.8.1/CHANGELOG.md | grep -i "breaking"

Length of output: 94


Script:

#!/bin/bash
# Description: Fetch the entire changelog for Cobra v1.8.1 for manual review.

# Fetch the changelog
curl -s https://raw.githubusercontent.com/spf13/cobra/v1.8.1/CHANGELOG.md

Length of output: 90


Script:

#!/bin/bash
# Description: Fetch release notes for Cobra v1.8.1 from GitHub.

# Fetch the release notes using GitHub CLI
gh release view v1.8.1 --repo spf13/cobra --json body --jq '.body'

Length of output: 3614


55-55: Verify compatibility of spdystream update.

The github.com/moby/spdystream dependency has been updated to v0.4.0. Ensure that there are no breaking changes affecting your usage.

Run the following script to check for potential breaking changes:

Verification successful

Let's gather more information to verify the compatibility of the spdystream update by checking for release notes or commit history.


No breaking changes in spdystream v0.4.0 update.

The update to github.com/moby/spdystream version v0.4.0 addresses a goroutine leak and removes unused code, with no breaking changes indicated in the release notes.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify spdystream update for breaking changes.

# Test: Check the changelog for breaking changes.
curl -s https://raw.githubusercontent.com/moby/spdystream/v0.4.0/CHANGELOG.md | grep -i "breaking"

Length of output: 98


Script:

#!/bin/bash
# Description: Check for release notes or commit history for spdystream v0.4.0.

# Attempt to fetch release notes using GitHub CLI
gh release view v0.4.0 --repo moby/spdystream || echo "Release notes not found."

# If release notes are not available, check commit history around v0.4.0
git clone --depth 1 --branch v0.4.0 https://github.com/moby/spdystream.git spdystream_repo
cd spdystream_repo
git log --oneline -n 10

Length of output: 1595


79-79: Verify compatibility of Golang oauth2 update.

The golang.org/x/oauth2 dependency has been updated to v0.21.0. Ensure that there are no breaking changes affecting your OAuth2 usage.

Run the following script to check for potential breaking changes:


63-63: Verify compatibility of Prometheus client_model update.

The github.com/prometheus/client_model dependency has been updated to v0.6.1. Ensure that there are no breaking changes affecting your Prometheus usage.

Run the following script to check for potential breaking changes:

Verification successful

No breaking changes found in Prometheus client_model update.

The update to github.com/prometheus/client_model version v0.6.1 includes a minor dependency bump with no breaking changes mentioned in the release notes. It appears to be safe to proceed with this update.

  • Dependency update: google.golang.org/protobuf from 1.32.0 to 1.33.0.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify Prometheus client_model update for breaking changes.

# Test: Check the changelog for breaking changes.
curl -s https://raw.githubusercontent.com/prometheus/client_model/v0.6.1/CHANGELOG.md | grep -i "breaking"

Length of output: 106


Script:

#!/bin/bash
# Description: Search for release notes or changelog in the Prometheus client_model repository for version v0.6.1.

# Find any markdown files that might contain release notes or changelog.
curl -s https://api.github.com/repos/prometheus/client_model/contents/ | jq -r '.[].name' | grep -iE 'changelog|release'

# Check the releases page for any information on v0.6.1.
curl -s https://api.github.com/repos/prometheus/client_model/releases | jq -r '.[] | select(.tag_name == "v0.6.1") | .body'

Length of output: 482


78-78: Verify compatibility of Golang net update.

The golang.org/x/net dependency has been updated to v0.28.0. Ensure that there are no breaking changes affecting your network usage.

Run the following script to check for potential breaking changes:

Makefile (9)

170-170: LGTM!

The update to CERT_MANAGER_VERSION version v1.15.3 is a patch update and should be safe.


263-263: LGTM!

The update to HELM_VERSION version v3.15.4 is a patch update and should be safe.


269-269: LGTM!

The update to YQ_VERSION version v4.44.3 is a patch update and should be safe.


267-267: Verify compatibility of Helm Docs version update.

The HELM_DOCS_VERSION has been updated to v1.14.2. Ensure that there are no breaking changes affecting your Helm documentation generation.

Run the following script to check for potential breaking changes:


6-6: Verify compatibility of Kubernetes version update.

The K8S_VERSION has been updated to v1.31.0. Ensure that there are no breaking changes affecting your Kubernetes setup.

Run the following script to check for potential breaking changes:


259-259: Verify compatibility of GolangCI-Lint version update.

The GOLANGCI_LINT_VERSION has been updated to v1.60.3. Ensure that there are no breaking changes affecting your linting process.

Run the following script to check for potential breaking changes:

Verification successful

No breaking changes detected for GolangCI-Lint version update.

The breaking changes in testifylint and exhaustruct do not impact your project, as these linters are not used in the codebase. The update to v1.60.3 is compatible with your current setup.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify GolangCI-Lint version update for breaking changes.

# Test: Check the changelog for breaking changes.
curl -s https://raw.githubusercontent.com/golangci/golangci-lint/v1.60.3/CHANGELOG.md | grep -i "breaking"

Length of output: 395


Script:

#!/bin/bash
# Description: Check for usage of testifylint and exhaustruct in the codebase.

# Search for testifylint in the configuration files or codebase.
rg 'testifylint' --glob '!node_modules/*' --glob '!*dist/*'

# Search for exhaustruct in the configuration files or codebase.
rg 'exhaustruct' --glob '!node_modules/*' --glob '!*dist/*'

Length of output: 119


265-265: Verify compatibility of Helm Schema version update.

The HELM_SCHEMA_VERSION has been updated to v1.5.2. Ensure that there are no breaking changes affecting your Helm schema usage.

Run the following script to check for potential breaking changes:


261-261: Verify compatibility of Kind version update.

The KIND_VERSION has been updated to v0.24.0. Ensure that there are no breaking changes affecting your Kind setup.

Run the following script to check for potential breaking changes:


256-256: Verify compatibility of Controller Tools version update.

The CONTROLLER_TOOLS_VERSION has been updated to v0.16.1. Ensure that there are no breaking changes affecting your controller tools usage.

Run the following script to check for potential breaking changes:

@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch from 020f32f to 95b8526 Compare August 28, 2024 09:37
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 020f32f and 95b8526.

Files ignored due to path filters (2)
  • go.sum is excluded by !**/*.sum
  • site/package-lock.json is excluded by !**/package-lock.json
Files selected for processing (10)
  • .github/workflows/docker-publish.yaml (1 hunks)
  • .github/workflows/make-test-e2e.yaml (1 hunks)
  • .github/workflows/make-test.yaml (1 hunks)
  • .github/workflows/nilaway-lint.yaml (1 hunks)
  • .github/workflows/pre-commit.yaml (1 hunks)
  • .github/workflows/release-assets.yaml (1 hunks)
  • Dockerfile (1 hunks)
  • Makefile (3 hunks)
  • go.mod (2 hunks)
  • site/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • Makefile
Files skipped from review as they are similar to previous changes (9)
  • .github/workflows/docker-publish.yaml
  • .github/workflows/make-test-e2e.yaml
  • .github/workflows/make-test.yaml
  • .github/workflows/nilaway-lint.yaml
  • .github/workflows/pre-commit.yaml
  • .github/workflows/release-assets.yaml
  • Dockerfile
  • go.mod
  • site/package.json

@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch from 95b8526 to 86cd689 Compare August 28, 2024 18:06
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 95b8526 and 86cd689.

Files ignored due to path filters (2)
  • go.sum is excluded by !**/*.sum
  • site/package-lock.json is excluded by !**/package-lock.json
Files selected for processing (10)
  • .github/workflows/docker-publish.yaml (1 hunks)
  • .github/workflows/make-test-e2e.yaml (1 hunks)
  • .github/workflows/make-test.yaml (1 hunks)
  • .github/workflows/nilaway-lint.yaml (1 hunks)
  • .github/workflows/pre-commit.yaml (1 hunks)
  • .github/workflows/release-assets.yaml (1 hunks)
  • Dockerfile (1 hunks)
  • Makefile (3 hunks)
  • go.mod (2 hunks)
  • site/package.json (1 hunks)
Files skipped from review due to trivial changes (2)
  • .github/workflows/make-test.yaml
  • Makefile
Files skipped from review as they are similar to previous changes (8)
  • .github/workflows/docker-publish.yaml
  • .github/workflows/make-test-e2e.yaml
  • .github/workflows/nilaway-lint.yaml
  • .github/workflows/pre-commit.yaml
  • .github/workflows/release-assets.yaml
  • Dockerfile
  • go.mod
  • site/package.json

@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch from 86cd689 to b445cf3 Compare August 29, 2024 19:29
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 86cd689 and b445cf3.

Files ignored due to path filters (2)
  • go.sum is excluded by !**/*.sum
  • site/package-lock.json is excluded by !**/package-lock.json
Files selected for processing (10)
  • .github/workflows/docker-publish.yaml (1 hunks)
  • .github/workflows/make-test-e2e.yaml (1 hunks)
  • .github/workflows/make-test.yaml (1 hunks)
  • .github/workflows/nilaway-lint.yaml (1 hunks)
  • .github/workflows/pre-commit.yaml (1 hunks)
  • .github/workflows/release-assets.yaml (1 hunks)
  • Dockerfile (1 hunks)
  • Makefile (3 hunks)
  • go.mod (2 hunks)
  • site/package.json (1 hunks)
Files skipped from review due to trivial changes (4)
  • .github/workflows/docker-publish.yaml
  • .github/workflows/make-test.yaml
  • .github/workflows/release-assets.yaml
  • site/package.json
Files skipped from review as they are similar to previous changes (5)
  • .github/workflows/make-test-e2e.yaml
  • .github/workflows/nilaway-lint.yaml
  • .github/workflows/pre-commit.yaml
  • Dockerfile
  • Makefile
Additional comments not posted (22)
go.mod (22)

9-9: LGTM!

The update from github.com/onsi/ginkgo/v2 v2.19.0 to v2.20.2 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


10-10: LGTM!

The update from github.com/onsi/gomega v1.33.1 to v1.34.2 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


11-11: LGTM!

The update from github.com/spf13/cobra v1.7.0 to v1.8.1 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


14-14: LGTM!

The update from go.etcd.io/etcd/client/v3 v3.5.14 to v3.5.15 is a patch version change and should include bug fixes and minor improvements without breaking changes.


15-15: LGTM!

The update from k8s.io/api v0.30.2 to v0.31.0 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


16-16: LGTM!

The update from k8s.io/apimachinery v0.30.2 to v0.31.0 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


17-17: LGTM!

The update from k8s.io/client-go v0.30.2 to v0.31.0 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


24-24: LGTM!

The update from github.com/cespare/xxhash/v2 v2.2.0 to v2.3.0 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


32-32: LGTM!

The update from github.com/fxamacker/cbor/v2 v2.6.0 to v2.7.0 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


36-36: LGTM!

The update from github.com/go-openapi/swag v0.22.3 to v0.22.4 is a patch version change and should include bug fixes and minor improvements without breaking changes.


44-44: LGTM!

The update from github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 to v0.0.0-20240827171923-fa2c70bbbfe5 is a patch version change and should include bug fixes and minor improvements without breaking changes.


55-55: LGTM!

The update from github.com/moby/spdystream v0.2.0 to v0.4.0 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


62-62: LGTM!

The update from github.com/prometheus/client_golang v1.18.0 to v1.19.1 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


63-63: LGTM!

The update from github.com/prometheus/client_model v0.5.0 to v0.6.1 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


73-73: LGTM!

The update from go.etcd.io/etcd/api/v3 v3.5.14 to v3.5.15 is a patch version change and should include bug fixes and minor improvements without breaking changes.


74-74: LGTM!

The update from go.etcd.io/etcd/client/pkg/v3 v3.5.14 to v3.5.15 is a patch version change and should include bug fixes and minor improvements without breaking changes.


77-77: LGTM!

The update from golang.org/x/exp v0.0.0-20230905200255-921286631fa9 to v0.0.0-20240719175910-8a7402abbf56 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


78-78: LGTM!

The update from golang.org/x/net v0.25.0 to v0.28.0 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


79-79: LGTM!

The update from golang.org/x/oauth2 v0.18.0 to v0.21.0 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


80-80: LGTM!

The update from golang.org/x/sys v0.20.0 to v0.24.0 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


81-81: LGTM!

The update from golang.org/x/term v0.20.0 to v0.23.0 is a minor version change and should include new features, improvements, and bug fixes without breaking changes.


72-72: Verify the necessity and usage of the new dependency.

The addition of github.com/x448/float16 v0.8.4 should be reviewed to ensure it is necessary and does not introduce any issues.

Run the following script to verify the usage of the new dependency:

@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch from b445cf3 to 9ac092d Compare August 30, 2024 16:18
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between b445cf3 and 9ac092d.

Files ignored due to path filters (2)
  • go.sum is excluded by !**/*.sum
  • site/package-lock.json is excluded by !**/package-lock.json
Files selected for processing (10)
  • .github/workflows/docker-publish.yaml (1 hunks)
  • .github/workflows/make-test-e2e.yaml (1 hunks)
  • .github/workflows/make-test.yaml (1 hunks)
  • .github/workflows/nilaway-lint.yaml (1 hunks)
  • .github/workflows/pre-commit.yaml (1 hunks)
  • .github/workflows/release-assets.yaml (1 hunks)
  • Dockerfile (1 hunks)
  • Makefile (3 hunks)
  • go.mod (2 hunks)
  • site/package.json (1 hunks)
Files skipped from review due to trivial changes (3)
  • .github/workflows/docker-publish.yaml
  • .github/workflows/make-test.yaml
  • site/package.json
Files skipped from review as they are similar to previous changes (7)
  • .github/workflows/make-test-e2e.yaml
  • .github/workflows/nilaway-lint.yaml
  • .github/workflows/pre-commit.yaml
  • .github/workflows/release-assets.yaml
  • Dockerfile
  • Makefile
  • go.mod

@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch 4 times, most recently from b4d6479 to 8ebc5fd Compare September 10, 2024 10:21
@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch 8 times, most recently from edd2161 to 235aca1 Compare September 16, 2024 11:06
@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch from 235aca1 to ca85fda Compare September 19, 2024 13:41
@renovate renovate bot force-pushed the renovate/grouped-non-major-updates branch from ca85fda to 34c0060 Compare September 23, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants