jenkinsci / kubernetes-operator

Kubernetes native Jenkins Operator
https://jenkinsci.github.io/kubernetes-operator
Other
596 stars 233 forks source link

build(deps): bump the actions group with 7 updates #930

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the actions group with 7 updates:

Package From To
actions/checkout 3 4
codespell-project/actions-codespell 1 2
actions/setup-node 1 4
actions/setup-go 2 4
brokenpip3/setup-bats-libs 0.1.0 1.5.2
helm/kind-action 1.5.0 1.8.0
docker/login-action 2 3

Updates actions/checkout from 3 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

... (truncated)

Commits


Updates codespell-project/actions-codespell from 1 to 2

Release notes

Sourced from codespell-project/actions-codespell's releases.

v2.0

What's Changed

New Contributors

Full Changelog: https://github.com/codespell-project/actions-codespell/compare/v1...v2.0

Commits
  • 94259cd Add syntax highlighting for readability (#64)
  • 57beb9f Upgrade GitHub Actions setup-python (#61)
  • 9b834d8 ENH: Enable use of pyproject.toml (#60)
  • 9c63fdd Encourage the use of semantic versioning in the README (#58)
  • bcf481f Merge pull request #50 from per1234/dependabot
  • 4ab5346 Configure Dependabot to check for outdated actions used in workflows
  • 60adc94 Merge pull request #49 from DimitriPapadopoulos/actions
  • be0a414 Update GitHub Actions
  • See full diff in compare view


Updates actions/setup-node from 1 to 4

Release notes

Sourced from actions/setup-node's releases.

v4.0.0

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in actions/setup-node#866

Besides, release contains such changes as:

New Contributors

Full Changelog: https://github.com/actions/setup-node/compare/v3...v4.0.0

v3.8.2

What's Changed

Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.2

v3.8.1

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in actions/setup-node#831. It is filtered and checked in the toolkit/cache library.

Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.1

v3.8.0

What's Changed

Bug fixes:

Feature implementations:

Documentation changes:

Update dependencies:

... (truncated)

Commits
  • 8f152de Update actions/checkout for documentation and yaml (#876)
  • 23755b5 upgrade actions/checkout to v4 (#868)
  • 54534a2 Change node version for action to node20 (#866)
  • 1a4442c Update toolkit cache and core (#875)
  • 6e9e448 Merge pull request #872 from akv-platform/add-notice-about-binaries-not-being...
  • e52912e Update tests
  • ac16ae4 Update message to use waning instead of info
  • 5a8d911 Update build
  • 9e956a5 Add notice about binaries not being updated yet
  • 7da2a7e Bump @​babel/traverse from 7.15.4 to 7.23.2 (#870)
  • Additional commits viewable in compare view


Updates actions/setup-go from 2 to 4

Release notes

Sourced from actions/setup-go's releases.

v4.0.0

In scope of release we enable cache by default. The action won’t throw an error if the cache can’t be restored or saved. The action will throw a warning message but it won’t stop a build process. The cache can be disabled by specifying cache: false.

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-go@v4
    with:
      go-version: ‘1.19’
  - run: go run hello.go

Besides, we introduce such changes as

Add support for stable and oldstable aliases

In scope of this release we introduce aliases for the go-version input. The stable alias instals the latest stable version of Go. The oldstable alias installs previous latest minor release (the stable is 1.19.x -> the oldstable is 1.18.x).

Stable

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-go@v3
    with:
      go-version: 'stable'
  - run: go run hello.go

OldStable

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-go@v3
    with:
      go-version: 'oldstable'
  - run: go run hello.go

Add support for go.work and pass the token input through on GHES

In scope of this release we added support for go.work file to pass it in go-version-file input.

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-go@v3
</tr></table> 

... (truncated)

Commits
  • 93397be Fix Install on Windows is very slow (#393)
  • 27eec5b Merge pull request #396 from actions/dependabot/npm_and_yarn/semver-6.3.1
  • ecfc77a Merge pull request #397 from actions/dependabot/npm_and_yarn/word-wrap-1.2.4
  • 1b80a11 Bump word-wrap from 1.2.3 to 1.2.4
  • b1c3434 Fix licensing for Semver 6.3.1
  • 0bb97b1 Rebuild after updating Semver
  • 4220624 Bump semver from 6.3.0 to 6.3.1
  • db8764c Bump tough-cookie and @​azure/ms-rest-js (#392)
  • 08b314a Merge pull request #383 from akv-platform/issue-368
  • 4e0b6c7 Limit to Linux only
  • Additional commits viewable in compare view


Updates brokenpip3/setup-bats-libs from 0.1.0 to 1.5.2

Release notes

Sourced from brokenpip3/setup-bats-libs's releases.

1.5.2

What's Changed

🏕 Features

👒 Dependencies

Full Changelog: https://github.com/brokenpip3/setup-bats-libs/compare/1.5.1...1.5.2

1.5.1

What's Changed

🏕 Features

New Contributors

Full Changelog: https://github.com/brokenpip3/setup-bats-libs/compare/1.5.0...1.5.1

1.5.0

What's Changed

🏕 Features

Full Changelog: https://github.com/brokenpip3/setup-bats-libs/compare/1.0.0...1.5.0

1.0.0

What's Changed

  • Since mig4/setup-bats is unmaintained and the node-12 actions will be totally unsupported in August, this action now takes care of the bats binary installation. This ensures that can be used as a complete suite to run bats tests. If you prefer for some reasons to not install the bats binary you can set bats-install: false
  • Implemented support for caching the bats binary in the action. However, caching for the bats libraries is not yet supported.
  • Updated bats-detik and bats-support to the latest version

🏕 Features

... (truncated)

Commits
  • ce02fe8 [create-pull-request] automated change (#16)
  • c82e30f chore update bats-detik to 1.2.1 and bats-file to 0.4.0 (#17)
  • f74bdb7 Bump actions/checkout from 3 to 4 (#15)
  • 624c02c [create-pull-request] automated change (#14)
  • c579f80 [create-pull-request] automated change (#13)
  • c6e6c84 [create-pull-request] automated change (#12)
  • aaf6d1a fix: set Bats PATH in case of cache-hit (#11)
  • cc528cf chore(pre-commit): auto update hooks
  • 9a26caa fix(ci): pre-commit update action
  • 6270170 add pre-commit update action
  • Additional commits viewable in compare view


Updates helm/kind-action from 1.5.0 to 1.8.0

Release notes

Sourced from helm/kind-action's releases.

v1.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/helm/kind-action/compare/v1.7.0...v1.8.0

v1.7.0

What's Changed

Full Changelog: https://github.com/helm/kind-action/compare/v1.6.0...v1.7.0

v1.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/helm/kind-action/compare/v1.5.0...v1.6.0

Commits
  • dda0770 bump kind to v0.20.0 and script cleanup (#88)
  • a2c862b #54 ignore the occasional post delete cluster (#79)
  • 1307bb2 Bump actions/checkout from 3.5.2 to 3.5.3 (#87)
  • fa81e57 default action to use kind release v0.19.0 (#85)
  • 28ee08d update kind to v0.18.0 and kubectl to v1.26.4 (#84)
  • 2d96ac1 fix: update documentation to represent actual kubectl version used (#83)
  • b2013cb Bump actions/checkout from 3.5.0 to 3.5.2 (#82)
  • 716a705 Bump actions/checkout from 3.4.0 to 3.5.0 (#81)
  • 52d48f1 Bump actions/checkout from 3.3.0 to 3.4.0 (#80)
  • 15e2bf8 Bump actions/checkout from 3.2.0 to 3.3.0 (#77)
  • Additional commits viewable in compare view


Updates docker/login-action from 2 to 3

Release notes

Sourced from docker/login-action's releases.

v3.0.0

Full Changelog: https://github.com/docker/login-action/compare/v2.2.0...v3.0.0

v2.2.0

Full Changelog: https://github.com/docker/login-action/compare/v2.1.0...v2.2.0

v2.1.0

  • Ensure AWS temp credentials are redacted in workflow logs by @​crazy-max (#275)
  • Bump @​actions/core from 1.6.0 to 1.10.0 (#252 #292)
  • Bump @​aws-sdk/client-ecr from 3.53.0 to 3.186.0 (#298)
  • Bump @​aws-sdk/client-ecr-public from 3.53.0 to 3.186.0 (#299)

Full Changelog: https://github.com/docker/login-action/compare/v2.0.0...v2.1.0

Commits
  • 343f7c4 Merge pull request #599 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
  • aad0f97 chore: update generated content
  • 2e0cd39 build(deps): bump the aws-sdk-dependencies group with 2 updates
  • 203bc9c Merge pull request #588 from docker/dependabot/npm_and_yarn/proxy-agent-depen...
  • 2199648 chore: update generated content
  • b489376 build(deps): bump the proxy-agent-dependencies group with 1 update
  • 7c309e7 Merge pull request #598 from docker/dependabot/npm_and_yarn/actions/core-1.10.1
  • 0ccf222 chore: update generated content
  • 56d703e Merge pull request #597 from docker/dependabot/github_actions/aws-actions/con...
  • 24d3b35 build(deps): bump @​actions/core from 1.10.0 to 1.10.1
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
brokenpip3 commented 8 months ago

@dependabot rebase

dependabot[bot] commented 8 months ago

Superseded by #942.