Skip to content

Commit 081a03a

Browse files
committed
Get rid of automatic CHANGELOG generation.
Add changelog for 0.3.8.
1 parent e86c907 commit 081a03a

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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

@@ -379,4 +398,4 @@
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)*

MAINTAINERS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ make run-tests
1616
To 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

tools/release/release.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)