Skip to content

Commit

Permalink
Release v2.4.0 (#131)
Browse files Browse the repository at this point in the history
* Release v2.4.0

* Update version in action.yml

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
taylorbot and github-actions[bot] authored Nov 24, 2023
1 parent fdfad41 commit e99fa59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.4.0] - 2023-11-24

- Don't check `global.apps` in cluster-app ruleset, so we can have empty objects without defined properties (until we auto-generate full schemas from actual app schemas).

## [2.3.1] - 2023-11-23
Expand Down Expand Up @@ -129,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added first basic linting.

[Unreleased]: https://github.com/giantswarm/schemalint/compare/v2.3.1...HEAD
[Unreleased]: https://github.com/giantswarm/schemalint/compare/v2.4.0...HEAD
[2.4.0]: https://github.com/giantswarm/schemalint/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/giantswarm/schemalint/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/giantswarm/schemalint/compare/v2.2.1...v2.3.0
[2.2.1]: https://github.com/giantswarm/schemalint/compare/v2.2.0...v2.2.1
Expand Down
2 changes: 1 addition & 1 deletion actions/verify-helm-schema/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
uses: giantswarm/[email protected]
with:
binary: "schemalint"
version: "2.3.1"
version: "2.4.0"
- name: Run schemalint
shell: bash
run: ${{ github.action_path }}/verify-helm-schema.sh ${{ inputs.rule-set }}
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package project

var (
version = "2.3.2-dev"
version = "2.4.0"
)

func Version() string {
Expand Down

0 comments on commit e99fa59

Please sign in to comment.