File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.3.8] ( https://github.com/arangodb/kube-arangodb/tree/0.3.8 ) (2019-02-19)
4+ [ Full Changelog] ( https://github.com/arangodb/kube-arangodb/compare/0.3.6...0.3.7 )
5+
6+ - Added scaling limits to spec and enforce in operator.
7+ - npm update for dashboard to alleviate security problems.
8+ - Added bare metal walk through to documentation.
9+ - Wait for coordinator to be ready in kubernetes.
10+ - Schedule only one CleanOutServer job in drain scenario, introduce
11+ Drain phase.
12+ - Take care of case that server is terminated by drain before cleanout
13+ has completed.
14+ - Added undocumented force-status-reload status field.
15+ - Take care of case that all coordinators have failed: delete all
16+ coordinator pods and create new ones.
17+ - Updated lodash for dashboard.
18+ - Try harder to remove server from cluster if it does not work right away.
19+ - Update member status, if once decided to drain, continue draining.
20+ This takes care of more corner cases.
21+
322## [ 0.3.7] ( https://github.com/arangodb/kube-arangodb/tree/0.3.7 ) (2019-01-03)
423[ Full Changelog] ( https://github.com/arangodb/kube-arangodb/compare/0.3.6...0.3.7 )
524
379398
380399
381400
382- \* * This Change Log was automatically generated by [ github_changelog_generator] ( https://github.com/skywinder/Github-Changelog-Generator ) *
401+ \* * This Change Log was automatically generated by [ github_changelog_generator] ( https://github.com/skywinder/Github-Changelog-Generator ) *
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ make run-tests
1616To prepare for a release, do the following:
1717
1818- Make sure all tests are OK.
19+ - Update the CHANGELOG manually, since the automatic CHANGELOG
20+ generation is switched off (did not work in many cases).
1921
2022## Building a release
2123
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ func main() {
7878 createSHA256Sums ()
7979 gitCommitAll (fmt .Sprintf ("Updated manifest to %s" , version )) // Commit manifest
8080 gitTag (version )
81- make ("changelog ", nil )
82- gitCommitAll (fmt .Sprintf ("Updated changelog for %s" , version )) // Commit CHANGELOG.md
81+ // make("changelog", nil)
82+ // gitCommitAll(fmt.Sprintf("Updated changelog for %s", version)) // Commit CHANGELOG.md
8383 githubCreateRelease (version )
8484 bumpVersion ("devel" )
8585}
You can’t perform that action at this time.
0 commit comments