k8up-io / k8up

Kubernetes and OpenShift Backup Operator
https://k8up.io/
Apache License 2.0
617 stars 63 forks source link

Update dependency bats to v1.11.0 #932

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bats 1.10.0 -> 1.11.0 age adoption passing confidence

Release Notes

bats-core/bats-core (bats) ### [`v1.11.0`](https://togithub.com/bats-core/bats-core/releases/tag/v1.11.0) [Compare Source](https://togithub.com/bats-core/bats-core/compare/v1.10.0...v1.11.0) #### Added: - hardened CI scripts by using hashes instead of versions for actions and restricting permissions ([#​754](https://togithub.com/bats-core/bats-core/issues/754), [#​770](https://togithub.com/bats-core/bats-core/issues/770)) - add security.md ([#​762](https://togithub.com/bats-core/bats-core/issues/762)) - add codespell CI checks ([#​720](https://togithub.com/bats-core/bats-core/issues/720)) - dynamic test registration via `bats_test_function` ([#​349](https://togithub.com/bats-core/bats-core/issues/349)) - add check that Bats is executed with Bash >= 3.2 ([#​873](https://togithub.com/bats-core/bats-core/issues/873)) #### Fixed: - `install.sh` now works for deviating `lib/` dirs (like `lib32`,`lib64`) ([#​487](https://togithub.com/bats-core/bats-core/issues/487)) - catch unset `BATS_TEST_SOURCE` in `lib/bats-core/tracing.bash` so `set -u`/`set -o nounset` works as expected ([#​827](https://togithub.com/bats-core/bats-core/issues/827)) - fix `--gather-test-outputs-in` fails on tests with multiple `/` ([#​789](https://togithub.com/bats-core/bats-core/issues/789)) - install does not create unused `/usr/share/bats` anymore ([#​857](https://togithub.com/bats-core/bats-core/issues/857)) - ensure IFS is unchanged in `{setup,teardown}{_suite,_file,}`, `@test` and free code ([#​879](https://togithub.com/bats-core/bats-core/issues/879)) - junit formatter: remove ANSI Codes to avoid invalid XML character ([#​886](https://togithub.com/bats-core/bats-core/issues/886)) #### Changed: - update Docker image with the latest `bats-file` version 0.4.0 ([#​780](https://togithub.com/bats-core/bats-core/issues/780)) - update Docker image with the latest `bats-detik` version 1.3.0 ([#​876](https://togithub.com/bats-core/bats-core/issues/876)) #### Documentation - clarify docker usage ([#​741](https://togithub.com/bats-core/bats-core/issues/741)) - update Arch Linux package URL in installation.rst ([#​821](https://togithub.com/bats-core/bats-core/issues/821)) - rename bash-bats to bats for Arch Linux in installation.rst ([#​836](https://togithub.com/bats-core/bats-core/issues/836)) - fix FAQ entry about setup-/teardown_suite, as they are available now ([#​861](https://togithub.com/bats-core/bats-core/issues/861)) - added logo ([#​881](https://togithub.com/bats-core/bats-core/issues/881))

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.