Skip to content

Commit

Permalink
Merge pull request #270 from Annopaolo/prepare-24.5.2
Browse files Browse the repository at this point in the history
Prepare 24.5.2 release
  • Loading branch information
matt-mazzucato authored Sep 20, 2024
2 parents 0c54324 + 927b51c commit a3c5e93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [24.5.2] - 2024-09-20
### Fixed
- Allow a larger set of permissions for configuration files and folders.

## [24.5.1] - 2024-09-19
### Changed
- `cluster instance` {`deploy` | `destroy` | `show`} are deprecated and
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/spf13/cobra"
)

var version = "24.5.1"
var version = "24.5.2"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit a3c5e93

Please sign in to comment.