Skip to content

Commit 3d2f66f

Browse files
committed
add changelog
1 parent 0a908b9 commit 3d2f66f

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Change Log
2+
3+
## [v0.1.2](https://github.com/wireapp/ansible-cassandra/tree/v0.1.2) (2019-06-05)
4+
[Full Changelog](https://github.com/wireapp/ansible-cassandra/compare/v0.1.1...v0.1.2)
5+
6+
**Merged pull requests:**
7+
8+
- fix wait\_for task when using non-default network interface [\#8](https://github.com/wireapp/ansible-cassandra/pull/8) ([jschaul](https://github.com/jschaul))
9+
10+
## [v0.1.1](https://github.com/wireapp/ansible-cassandra/tree/v0.1.1) (2019-04-23)
11+
[Full Changelog](https://github.com/wireapp/ansible-cassandra/compare/v0.1.0...v0.1.1)
12+
13+
**Merged pull requests:**
14+
15+
- mark fake targets as phony. [\#7](https://github.com/wireapp/ansible-cassandra/pull/7) ([julialongtin](https://github.com/julialongtin))
16+
- izip was removed in python3 \(use zip instead\) [\#6](https://github.com/wireapp/ansible-cassandra/pull/6) ([jschaul](https://github.com/jschaul))
17+
- prevent gettys from spinning when using this on docker, during a mole… [\#5](https://github.com/wireapp/ansible-cassandra/pull/5) ([julialongtin](https://github.com/julialongtin))
18+
- first run through of readme. try to make it a bit more readable. [\#4](https://github.com/wireapp/ansible-cassandra/pull/4) ([julialongtin](https://github.com/julialongtin))
19+
- Update Cassandra backup/restore scripts [\#3](https://github.com/wireapp/ansible-cassandra/pull/3) ([neongreen](https://github.com/neongreen))
20+
- upgrade to latest 3.11 version of cassandra [\#2](https://github.com/wireapp/ansible-cassandra/pull/2) ([jschaul](https://github.com/jschaul))
21+
- support for ubuntu 18, wait for cassandra to start. [\#1](https://github.com/wireapp/ansible-cassandra/pull/1) ([jschaul](https://github.com/jschaul))
22+
23+
## [v0.1.0](https://github.com/wireapp/ansible-cassandra/tree/v0.1.0) (2018-11-14)
24+
25+
26+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ default: watch
44
.PHONY: watch
55
watch:
66
find . | grep -v git | entr molecule converge
7+
8+
.PHONY: changelog
9+
changelog:
10+
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator:1.14.3 -u wireapp -p ansible-cassandra -t "$$GITHUB_TOKEN"

0 commit comments

Comments
 (0)