Skip to content

Releases: redhat-cop/bats-library

v1.3.5

20 May 13:24
4506b91
Compare
Choose a tag to compare

What's Changed

  • Update github/codeql-action action to v3.24.10 by @renovate in #91
  • Update github/codeql-action action to v3.25.1 by @renovate in #92
  • Update softprops/action-gh-release action to v2.0.5 by @renovate in #105
  • Update ossf/scorecard-action action to v2.3.3 - autoclosed by @renovate in #104
  • Update github/codeql-action action to v3.25.5 by @renovate in #102
  • Update actions/checkout action to v4.1.6 - autoclosed by @renovate in #96
  • Update actions/checkout digest to 0ad4b8f by @renovate in #95
  • Update actions/upload-artifact digest to 6546280 by @renovate in #94
  • Update actions/download-artifact digest to 65a9edc by @renovate in #93
  • Update slsa-framework/slsa-github-generator action to v2 by @renovate in #103

Full Changelog: v1.3.4...v1.3.5

v1.3.4

02 Apr 08:41
a1d6e4a
Compare
Choose a tag to compare

What's Changed

  • Update github/codeql-action action to v3.24.7 by @renovate in #85
  • Update softprops/action-gh-release action to v2.0.4 - autoclosed by @renovate in #86
  • Update slsa-framework/slsa-github-generator action to v1.10.0 by @renovate in #88
  • Update github/codeql-action action to v3.24.9 by @renovate in #87
  • Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #89
  • Update actions/checkout digest to b4ffde6 by @renovate in #90

Full Changelog: v1.3.3...v1.3.4

v1.3.3

11 Mar 09:24
73bafe9
Compare
Choose a tag to compare

What's Changed

  • Update github/codeql-action action to v3 by @renovate in #65
  • Update actions/download-artifact action to v4 by @renovate in #66
  • Update actions/upload-artifact action to v4 by @renovate in #67
  • Update actions/download-artifact digest to f44cd7b by @renovate in #68
  • Update github/codeql-action action to v3.22.12 by @renovate in #69
  • Update actions/download-artifact digest to 6b208ae by @renovate in #70
  • Update actions/upload-artifact digest to 26f96df - autoclosed by @renovate in #71
  • Update github/codeql-action action to v3.24.0 by @renovate in #72
  • Update actions/download-artifact digest to eaceaf8 by @renovate in #76
  • Update actions/upload-artifact digest to 5d5d22a by @renovate in #77
  • Update github/codeql-action action to v3.24.3 by @renovate in #78
  • Update github/codeql-action action to v3.24.5 by @renovate in #79
  • Update softprops/action-gh-release action to v2 by @renovate in #84
  • Update github/codeql-action action to v3.24.6 - autoclosed by @renovate in #83
  • Update actions/download-artifact digest to c850b93 by @renovate in #82

Full Changelog: v1.3.2...v1.3.3

v1.3.2

07 Dec 16:05
484e053
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

14 Nov 10:56
10a99ed
Compare
Choose a tag to compare

$ git log v1.2.2..HEAD --pretty=format:"- %h %s by %an" --no-merges

  • 9a11ee7 Bump actions/checkout from 3 to 4 by dependabot[bot]
  • 023ca6c fixed helm lint output not being printed out by Gareth Healy
  • 617df21 Bump ludeeus/action-shellcheck from 1.1.0 to 2.0.0 by dependabot[bot]
  • c57bf89 added tests for helm dep up logic by Gareth Healy
  • 9c29348 removed template_opts from lint as it can cause issues by Gareth Healy
  • 42af0e7 Add helm dep up step to cover subchart dependencies by Jakub Filipczak
  • 4879495 Conftest fix by Jakub Filipczak
  • 5775ff4 Fixes based on PR comments by Jakub Filipczak
  • f72ca75 Validation fix by Jakub Filipczak
  • c46426a Replaced back ticks with $() by Jakub Filipczak
  • 05d3046 Test updates by Jakub Filipczak
  • c5b8e4f Replace YQ with helm lint in helm test by Jakub Filipczak
  • 83af42d updated checkout to v3 by Gareth Healy
  • c297fff added dependabot for github actions by Gareth Healy
  • 12bb771 Update validate.yaml by Gareth Healy

v1.3.0

22 Jul 13:43
835e4d2
Compare
Choose a tag to compare

$ git log v1.2.2..HEAD --pretty=format:"- %h %s by %an" --no-merges

  • 835e4d2 added filter_policies_by_version (#30) by Gareth Healy

v1.2.2

16 Mar 09:50
91f57d9
Compare
Choose a tag to compare

$ git log v1.2.1..HEAD --pretty=format:"- %h %s by %an" --no-merges

  • 72626b8 changed finding the package line to be grep based instead of 1st line by garethahealy

v1.2.1

12 Jan 14:38
5c072d2
Compare
Choose a tag to compare

$ git log v1.2.0..HEAD --pretty=format:"- %h %s by %an" --no-merges

  • 8201654 Removed rm from testing docs as no longer needed by garethahealy
  • a6aed6e Updated regex to be grep based by garethahealy

v1.2.0

29 Jul 08:15
5246c94
Compare
Choose a tag to compare

$ git log v1.1.0..HEAD --pretty=format:"- %h %s by %an" --no-merges

  • aab8c07 Added sorting to test output for regex group matching on namespaces by garethahealy
  • 52b5e5c Added group based get_rego_namespaces test by garethahealy
  • 17fb394 Updated helm template to write to one file and check its valid by garethahealy
  • 56a0051 Added yaml file extension to supported files for 'split_files' by garethahealy
  • ed9ec34 🦅 ADD - Cansu to be able to review and merge 🦅 by donal

v1.1.0

24 Jul 13:41
4642a71
Compare
Choose a tag to compare

$ git log v1.0.0..HEAD --pretty=format:"- %h %s by %an" --no-merges

  • fb087d9 Added handling of files in sub-dirs by garethahealy
  • 9434fe2 Added flag to not process template by garethahealy
  • 54ffe68 Fixed fail not failing correctly (#16) by Gareth Healy
  • a9bfb7d 🤖 Added check for the correct yq being installed 🤖 (#17) by Gareth Healy