Skip to content

Commit

Permalink
Merge branch 'fix-changelog' into 'main'
Browse files Browse the repository at this point in the history
fix(changelog): added missing version to changelog

See merge request cloudnative/go/cidr-allocator!14
  • Loading branch information
Ben Sykes committed Dec 22, 2023
2 parents ac532b5 + 04748f7 commit 2ea16c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.4.3] - 2023-12-21
## [v0.4.4] - 2023-12-21
### Changed
- refactor(main): leader-election ID (name) made to be more descriptive and align with best practices
- refactor(main): simplify configuration model for the controller-manager

## [v0.4.3] - 2023-11-16
### Fixed
- fix(dockerfile): put arg above use to work with docker buildx

## [v0.4.2] - 2023-11-16
### Changed
- ci(github): added GitHub workflows
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func init() {
"The identity to use for leader-election",
)
flag.BoolVar(
&enableLeaderElection,
&enableLeaderElection,
"leader-elect",
false,
"Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager.",
Expand Down

0 comments on commit 2ea16c2

Please sign in to comment.