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): bump the gha group with 3 updates #1556

Merged
merged 1 commit into from
May 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps the gha group with 3 updates: tj-actions/changed-files, kyverno/action-install-chainsaw and fluxcd/flux2.

Updates tj-actions/changed-files from 44.4.0 to 44.5.1

Release notes

Sourced from tj-actions/changed-files's releases.

v44.5.1

What's Changed

Full Changelog: tj-actions/changed-files@v44...v44.5.1

v44.5.0

What's Changed

Full Changelog: tj-actions/changed-files@v44...v44.5.0

Changelog

Sourced from tj-actions/changed-files's changelog.

Changelog

44.5.1 - (2024-05-24)

🐛 Bug Fixes

  • Bug detecting previous tag when workflow is rerun (#2107) (03334d0) - (Tonye Jack)
  • deps: Update dependency micromatch to v4.0.7 (98e187e) - (renovate[bot])
  • deps: Update dependency micromatch to v4.0.6 (bf548e4) - (renovate[bot])

➕ Add

  • Added missing changes and modified dist assets. (8a0655f) - (GitHub Action)
  • Added missing changes and modified dist assets. (96f6572) - (GitHub Action)

⚙️ Miscellaneous Tasks

  • deps: Update dependency ts-jest to v29.1.3 (d195e6e) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v44.5.0 (#2101)

Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com Co-authored-by: repo-ranger[bot] (8b07fd3) - (tj-actions[bot])

44.5.0 - (2024-05-21)

🚀 Features

  • Add support for providing patterns to match tags (#2098) (03c1842) - (Tonye Jack)

🔄 Update

  • Updated README.md (#2099)

Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com (1754cd4) - (tj-actions[bot])

⚙️ Miscellaneous Tasks

  • deps: Update typescript-eslint monorepo to v7.10.0 (5f01393) - (renovate[bot])
  • deps: Update dependency @​types/lodash to v4.17.4 (58a9886) - (renovate[bot])
  • deps: Update dependency @​types/lodash to v4.17.3 (9216b0c) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.12.12 (0e3a6c3) - (renovate[bot])
  • deps: Update typescript-eslint monorepo to v7.9.0 (e86678f) - (renovate[bot])
  • deps: Lock file maintenance (35d5a4d) - (renovate[bot])

⬆️ Upgrades

... (truncated)

Commits
  • 03334d0 fix: bug detecting previous tag when workflow is rerun (#2107)
  • 8a0655f Added missing changes and modified dist assets.
  • 98e187e fix(deps): update dependency micromatch to v4.0.7
  • 96f6572 Added missing changes and modified dist assets.
  • bf548e4 fix(deps): update dependency micromatch to v4.0.6
  • 8b07fd3 Upgraded to v44.5.0 (#2101)
  • d195e6e chore(deps): update dependency ts-jest to v29.1.3
  • 1754cd4 Updated README.md (#2099)
  • 03c1842 feat: add support for providing patterns to match tags (#2098)
  • 5f01393 chore(deps): update typescript-eslint monorepo to v7.10.0
  • Additional commits viewable in compare view

Updates kyverno/action-install-chainsaw from 0.2.0 to 0.2.2

Release notes

Sourced from kyverno/action-install-chainsaw's releases.

v0.2.2

What's Changed

Full Changelog: kyverno/action-install-chainsaw@v0.2.1...v0.2.2

v0.2.1

What's Changed

Full Changelog: kyverno/action-install-chainsaw@v0.2.0...v0.2.1

Commits
  • 8c5bd0c bump version (#36)
  • 64063ce chore(deps): Bump actions/checkout from 4.1.4 to 4.1.5 (#32)
  • 55e1bbb chore(deps): Bump actions/setup-go from 5.0.0 to 5.0.1 (#31)
  • 8a4d7f6 bump version (#33)
  • 73115d8 chore(deps): Bump sigstore/cosign-installer from 3.4.0 to 3.5.0 (#26)
  • 84e06c4 chore(deps): Bump actions/checkout from 4.1.2 to 4.1.4 (#28)
  • See full diff in compare view

Updates fluxcd/flux2 from 2.2.3 to 2.3.0

Release notes

Sourced from fluxcd/flux2's releases.

v2.3.0

Highlights

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

For a compressive overview of new features and API changes included in this release, please refer to the Announcing Flux 2.3 GA blog post.

This release marks the General Availability (GA) of Flux Helm features and APIs, including helm-controller, the HelmRelease, HelmChart, and HelmRepository APIs.

The HelmRepository v2 API comes with new features, such as the ability to reference Helm charts from OCIRepository sources, reuse existing HelmChart resources, and verify the integrity of Helm chart artifacts signed with Notary Notation.

❤️ 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 version Minimum required
v1.28 >= 1.28.0
v1.29 >= 1.29.0
v1.30 >= 1.30.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 as ControlPlane that provide enterprise support for Flux.

API changes

HelmRelease v2

The HelmRelease kind was promoted from v2beta2 to v2 (GA).

The v2 API is backwards compatible with v2beta2, with the exception of the deprecated fields which have been removed.

Removed fields:

  • .spec.chart.spec.valuesFile replaced by .spec.chart.spec.valuesFiles.
  • .spec.postRenderers.kustomize.patchesJson6902 replaced by .spec.postRenderers.kustomize.patches.
  • .spec.postRenderers.kustomize.patchesStrategicMerge replaced by .spec.postRenderers.kustomize.patches.
  • .status.lastAppliedRevision replaced by .status.history.chartVersion.

New fields:

  • .spec.chartRef allows referencing chart artifacts from OCIRepository and HelmChart objects.
  • .spec.chart.spec.ignoreMissingValuesFiles allows ignoring missing values files instead of failing to reconcile.

HelmChart v1

... (truncated)

Commits
  • 896e0fa Merge pull request #4785 from fluxcd/dependabot/github_actions/ci-f6abfb4cf0
  • 8d75df8 build(deps): bump the ci group with 3 updates
  • dd7ef7d Merge pull request #4766 from fluxcd/reconcile-hr-with-chartref
  • 5feee5c Add support for creating HR with .spec.ChartRef
  • 0d0285a Enable reconciling HelmReleases with ChartRef
  • 86b3581 Merge pull request #4783 from fluxcd/conformance-tests
  • 32804f6 ci: Consolidate conformance tests
  • 070fa0f Merge pull request #4781 from fluxcd/drop-kubernetes-eol
  • 9ef9464 Update kubectl to 1.30.0 in flux-cli image
  • d8e6199 Set Kubernetes 1.28 as min required version
  • Additional commits viewable in compare view

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 gha group with 3 updates: [tj-actions/changed-files](https://github.com/tj-actions/changed-files), [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) and [fluxcd/flux2](https://github.com/fluxcd/flux2).


Updates `tj-actions/changed-files` from 44.4.0 to 44.5.1
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@a29e8b5...03334d0)

Updates `kyverno/action-install-chainsaw` from 0.2.0 to 0.2.2
- [Release notes](https://github.com/kyverno/action-install-chainsaw/releases)
- [Commits](kyverno/action-install-chainsaw@v0.2.0...v0.2.2)

Updates `fluxcd/flux2` from 2.2.3 to 2.3.0
- [Release notes](https://github.com/fluxcd/flux2/releases)
- [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml)
- [Commits](fluxcd/flux2@v2.2.3...v2.3.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: kyverno/action-install-chainsaw
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: fluxcd/flux2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 27, 2024
@dependabot dependabot bot requested a review from NissesSenap as a code owner May 27, 2024 01:03
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label May 27, 2024
@theSuess theSuess merged commit 7783c1c into master May 27, 2024
14 checks passed
@theSuess theSuess deleted the dependabot/github_actions/gha-03f34064e1 branch May 27, 2024 07:06
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 github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant