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

GotW: Dependabot Updates #1292

Merged
merged 2 commits into from
Nov 7, 2024
Merged

GotW: Dependabot Updates #1292

merged 2 commits into from
Nov 7, 2024

Conversation

kalverra
Copy link
Collaborator

@kalverra kalverra commented Nov 1, 2024


Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.

Why

The changes in various go.mod and go.sum files across the project update dependencies for Kubernetes API, client-go, and apimachinery to v0.31.2 from v0.31.1, ensuring compatibility with the latest Kubernetes features and bug fixes. The updates in .github/workflows files from v3 to v4 for actions-gh-pages and from v1 to v2 for actions-mdbook, as well as the update in the actions/cache from v3 to v4 in framework.yml, enhance the CI/CD pipeline by utilizing the latest versions of these actions, potentially offering improvements in performance, security, and available features.

What

  • .github/workflows/docs.yml
    • Updated peaceiris/actions-mdbook from v1 to v2.
    • Updated peaceiris/actions-gh-pages from v3 to v4.
  • .github/workflows/framework.yml
    • Updated actions/cache from v3 to v4.
  • havoc/go.mod, k8s-test-runner/go.mod, lib/go.mod, wasp/go.mod
    • Updated Kubernetes-related dependencies (k8s.io/api, k8s.io/apimachinery, k8s.io/client-go) from v0.31.1 to v0.31.2.
  • Corresponding go.sum files updated to reflect changes in go.mod files.

@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
uses: peaceiris/actions-mdbook@v2
Copy link

Choose a reason for hiding this comment

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

Please check with Sergey if his documentation doesn't blow up https://smartcontractkit.github.io/chainlink-testing-framework/lib.html

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This looks like they're just updating to the latest node version, so it should be fine, but I'll check.

@@ -29,7 +29,7 @@ jobs:
mdbook build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
Copy link

Choose a reason for hiding this comment

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

Same as above

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@kalverra kalverra merged commit 81ed16b into main Nov 7, 2024
43 of 47 checks passed
@kalverra kalverra deleted the dependabotUpdates branch November 7, 2024 18:04
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.

2 participants