Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ci: bump the github-actions group with 4 updates#15158

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 21, 2024

Bumps the github-actions group with 4 updates:fluxcd/flux2,github/codeql-action,aquasecurity/trivy-action andPaloAltoNetworks/prisma-cloud-scan.

Updatesfluxcd/flux2 from 2.2.1 to 2.4.0

Release notes

Sourced fromfluxcd/flux2's releases.

v2.4.0

Highlights

Flux v2.4.0 is a feature release. Users are encouraged to upgrade for the best experience.

For a comprehensive overview of new features and API changes included in this release, please refer to theAnnouncing Flux 2.4 GA blog post.

This release marks the General Availability (GA) of Flux Bucket API. TheBucket v1 API comes with new features including: proxy support, mTLS and custom STS configuration for AWS S3 and MinIO LDAP authentication.

TheGitRepository v1 API gains support for OIDC authentication. Starting with this version, you can authenticate against Azure DevOps repositories using AKS Workload Identity.

TheOCIRepository v1beta2 API gains support for proxy configuration thus allowing dedicated HTTP/S Proxy authentication on multi-tenant Kubernetes clusters.

TheHelmRelease v2 API gains support for disabling JSON schema validation of the Helm release values during installation and upgrade. And allows adopting existing Kubernetes resources during Helm release installation.

The Flux controllers are now built with Go 1.23 and their dependencies have been updated to Kubernetes 1.31, Helm 3.16, SOPS 3.9 Cosign 2.4 and Notation 1.2.

❤️ Big thanks to all the Flux contributors that helped us with this release!

Kubernetes compatibility

This release is compatible with the following Kubernetes versions:

Kubernetes versionMinimum required
v1.29>= 1.29.0
v1.30>= 1.30.0
v1.31>= 1.31.0

[!NOTE]Note that the Flux project offers support only for the latest three minor versions of Kubernetes.Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors such asControlPlane that provide enterprise support for Flux.

OpenShift compatibility

Flux can be installed on Red Hat OpenShift cluster directly from OperatorHub usingFlux Operator.The operator allows the configuration of Flux multi-tenancy lockdown, network policies, persistent storage, sharding, vertical scaling and the synchronization of the cluster state from Git repositories, OCI artifacts and S3-compatible storage.

API changes

Bucket v1

TheBucket kind was promoted from v1beta2 to v1 (GA).

The v1 API is backwards compatible with v1beta2.

New fields:

  • .spec.proxySecretRef allows configuring HTTP/S Proxy authentication for the S3-compatible storage service.

... (truncated)

Commits
  • 5350425 Merge pull request#5014 from fluxcd/k8s-v0.31.1
  • 6611a4f Update Kubernetes dependencies to v1.31.1
  • 297b15b Merge pull request#5005 from fluxcd/update-components
  • 56a3d08 Update toolkit components
  • cf26cf2 Merge pull request#5011 from fluxcd/remove-deprecated-tls-flags
  • a3dbf31 Remove TLS deprecated flags fromflux create secret
  • 3e4524b Merge pull request#5010 from fluxcd/create-secret-proxy
  • 8470f23 Addflux create secret proxy command
  • e17f3f0 Merge pull request#5009 from fluxcd/proxy-secret-ref
  • e0b8464 Add--proxy-secret-ref toflux create source commands
  • Additional commits viewable incompare view

Updatesgithub/codeql-action from 3.26.12 to 3.26.13

Changelog

Sourced fromgithub/codeql-action's changelog.

CodeQL Action Changelog

See thereleases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference betweenv2 andv3 of the CodeQL Action is the node version they support, withv3 running on node 20 while we continue to releasev2 to support running on node 16. For example3.22.11 was the firstv3 release and is functionally identical to2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

[UNRELEASED]

  • Bump the minimum CodeQL bundle version to 2.14.6.#2549

3.26.13 - 14 Oct 2024

No user facing changes.

3.26.12 - 07 Oct 2024

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later.#2520

    • If you are using one of these versions, please update to CodeQL CLI version 2.14.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.

    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.13.5 and 2.14.5, you can replacegithub/codeql-action/*@v3 bygithub/codeql-action/*@v3.26.11 andgithub/codeql-action/*@v2 bygithub/codeql-action/*@v2.26.11 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

3.26.11 - 03 Oct 2024

  • Upcoming breaking change: Add support for usingactions/download-artifact@v4 to programmatically consume CodeQL Action debug artifacts.

    Starting November 30, 2024, GitHub.com customers willno longer be able to useactions/download-artifact@v3. Therefore, to avoid breakage, customers who programmatically download the CodeQL Action debug artifacts should set theCODEQL_ACTION_ARTIFACT_V4_UPGRADE environment variable totrue and bumpactions/download-artifact@v3 toactions/download-artifact@v4 in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped toactions/download-artifact@v3 toactions/download-artifact@v4 will begin failing then.

    This change is currently unavailable for GitHub Enterprise Server customers, asactions/upload-artifact@v4 andactions/download-artifact@v4 are not yet compatible with GHES.

  • Update default CodeQL bundle version to 2.19.1.#2519

3.26.10 - 30 Sep 2024

  • We are rolling out a feature in September/October 2024 that sets up CodeQL using a bundle compressed withZstandard. Our aim is to improve the performance of setting up CodeQL.#2502

3.26.9 - 24 Sep 2024

No user facing changes.

3.26.8 - 19 Sep 2024

  • Update default CodeQL bundle version to 2.19.0.#2483

3.26.7 - 13 Sep 2024

  • Update default CodeQL bundle version to 2.18.4.#2471

3.26.6 - 29 Aug 2024

  • Update default CodeQL bundle version to 2.18.3.#2449

... (truncated)

Commits

Updatesaquasecurity/trivy-action from 0.27.0 to 0.28.0

Release notes

Sourced fromaquasecurity/trivy-action's releases.

v0.28.0

What's Changed

Full Changelog:aquasecurity/trivy-action@0.27.0...0.28.0

Commits

UpdatesPaloAltoNetworks/prisma-cloud-scan from 1.4.0 to 1.6.7

Release notes

Sourced fromPaloAltoNetworks/prisma-cloud-scan's releases.

v1.6.7

What's Changed

New Contributors

Full Changelog:PaloAltoNetworks/prisma-cloud-scan@v1.6.6...v1.6.7

v1.6.6

Changes

  • No changes

Contributors

No contributors

What's Changed

New Contributors

Full Changelog:PaloAltoNetworks/prisma-cloud-scan@v1.6.5...v1.6.6

v1.6.5

What's Changed

Full Changelog:PaloAltoNetworks/prisma-cloud-scan@v1.6.4...v1.6.5

v1.6.4

What's Changed

Full Changelog:PaloAltoNetworks/prisma-cloud-scan@v1.6.3...v1.6.4

v1.6.3

What's Changed

New Contributors

Full Changelog:PaloAltoNetworks/prisma-cloud-scan@v1.6.2...v1.6.3

v1.6.2

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 4 updates: [fluxcd/flux2](https://github.com/fluxcd/flux2), [github/codeql-action](https://github.com/github/codeql-action), [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) and [PaloAltoNetworks/prisma-cloud-scan](https://github.com/paloaltonetworks/prisma-cloud-scan).Updates `fluxcd/flux2` from 2.2.1 to 2.4.0- [Release notes](https://github.com/fluxcd/flux2/releases)- [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml)- [Commits](fluxcd/flux2@9b39588...5350425)Updates `github/codeql-action` from 3.26.12 to 3.26.13- [Release notes](https://github.com/github/codeql-action/releases)- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)- [Commits](github/codeql-action@c36620d...f779452)Updates `aquasecurity/trivy-action` from 0.27.0 to 0.28.0- [Release notes](https://github.com/aquasecurity/trivy-action/releases)- [Commits](aquasecurity/trivy-action@5681af8...915b19b)Updates `PaloAltoNetworks/prisma-cloud-scan` from 1.4.0 to 1.6.7- [Release notes](https://github.com/paloaltonetworks/prisma-cloud-scan/releases)- [Commits](PaloAltoNetworks/prisma-cloud-scan@1f38c94...124b48d)---updated-dependencies:- dependency-name: fluxcd/flux2  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: github-actions- dependency-name: github/codeql-action  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: github-actions- dependency-name: aquasecurity/trivy-action  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: github-actions- dependency-name: PaloAltoNetworks/prisma-cloud-scan  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: github-actions...Signed-off-by: dependabot[bot] <support@github.com>
@matifali
Copy link
Member

@johnstcn forfluxcd/flux2 from 2.2.1 to 2.4.0

@johnstcn
Copy link
Member

@johnstcn forfluxcd/flux2 from 2.2.1 to 2.4.0

Dean updated to 2.4.0 recentlyhttps://github.com/coder/dogfood/pull/98

Copy link
Member

@johnstcnjohnstcn left a comment

Choose a reason for hiding this comment

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

approved for flux@v2.4.0

matifali reacted with thumbs up emoji
@matifalimatifalienabled auto-merge (squash)October 21, 2024 11:58
@matifalimatifali merged commitb67a850 intomainOct 23, 2024
29 checks passed
@matifalimatifali deleted the dependabot/github_actions/github-actions-76342da8fb branchOctober 23, 2024 07:40
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsOct 23, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@johnstcnjohnstcnjohnstcn approved these changes

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@matifali@johnstcn

[8]ページ先頭

©2009-2025 Movatter.jp