Skip to content

Commit eade6cb

Browse files
author
Eddie Satterly
authored
Merge pull request #5 from christopherkeller/master
transfer release notes from external docs
2 parents dd8ddaf + cdaed5e commit eade6cb

File tree

1 file changed

+187
-0
lines changed

1 file changed

+187
-0
lines changed

RELEASE.md

Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
# 0.1 release
2+
3+
## installation/upgrade Steps
4+
* git clone https://github.com/datanexus/kafka.git
5+
* git clone https://github.com/datanexus/zookeeper.git
6+
7+
## breaking changes
8+
* none
9+
10+
## features
11+
* deploy apache zookeeper and kafka as an overlay on top of aws infrastructure
12+
13+
## fixes
14+
* none
15+
16+
## improvements
17+
* none
18+
19+
## other changes
20+
* none
21+
22+
# 0.1.1 release
23+
24+
## installation/upgrade Steps
25+
* git fetch https://github.com/datanexus/kafka.git
26+
* git merge master
27+
* git fetch https://github.com/datanexus/zookeeper.git
28+
* git merge master
29+
30+
## breaking changes
31+
* none
32+
33+
## features
34+
* deploy apache zookeeper and kafka as an overlay on top of openstack infrastructure
35+
36+
## fixes
37+
* none
38+
39+
## improvements
40+
* none
41+
42+
## other changes
43+
* none
44+
45+
# 0.1.2 release
46+
47+
## installation/upgrade Steps
48+
* git fetch https://github.com/datanexus/kafka.git
49+
* git merge master
50+
* git fetch https://github.com/datanexus/zookeeper.git
51+
* git merge master
52+
53+
## breaking changes
54+
* none
55+
56+
## features
57+
* none
58+
59+
## fixes
60+
* none
61+
62+
## improvements
63+
* now compatible with ansible 2.4
64+
65+
## other changes
66+
* none
67+
68+
# 0.2 release
69+
70+
## installation/upgrade Steps
71+
* git clone https://github.com/datanexus/confluent.git
72+
73+
## breaking changes
74+
* none
75+
76+
## features
77+
* deploy confluent kafka broker and zookeeper packages to all nodes in a cluster using ansible hosts file
78+
79+
## fixes
80+
* none
81+
82+
## improvements
83+
* kakfa and zookeeper are now in a single repository
84+
* support confluent platform commercial and community
85+
86+
## other changes
87+
* none
88+
89+
# 0.3 release
90+
91+
## installation/upgrade Steps
92+
* git fetch https://github.com/datanexus/confluent.git
93+
* git merge master
94+
95+
## breaking changes
96+
* none
97+
98+
## features
99+
* added kafka connect standalone deployment
100+
* added kafka server configuration properties definitions in yaml
101+
* added definition of environments
102+
103+
## fixes
104+
* fixed issue with minimum number of nodes
105+
* fixed minimum specs for nodes requirement
106+
107+
## improvements
108+
* none
109+
110+
## other changes
111+
* none
112+
113+
# 0.4 release
114+
115+
## installation/upgrade Steps
116+
* git fetch https://github.com/datanexus/confluent.git
117+
* git merge master
118+
119+
## breaking changes
120+
* none
121+
122+
## features
123+
* added kafka streams deployment from yaml
124+
* added support for confluent 4.0+ distribution
125+
* added ksql deployment from yaml
126+
* added control center deployment from yaml
127+
* added schema registry deployment from yaml
128+
* added rest proxy deployment from yaml
129+
130+
## fixes
131+
* fixed minimum specs based on performance tests
132+
133+
## improvements
134+
* none
135+
136+
## other changes
137+
* none
138+
139+
# 0.5 release
140+
141+
## installation/upgrade Steps
142+
* git fetch https://github.com/datanexus/confluent.git
143+
* git merge master
144+
145+
## breaking changes
146+
* none
147+
148+
## features
149+
* added ability to define jvm specs in yaml
150+
* added ability to define kafka/confluent dest practice config items in yaml or take defaults
151+
* added ability to define linux configuration items in yaml or take defaults
152+
* virtual memory
153+
* shell
154+
* kernel
155+
* added ability to test for drift of configuration in linux and Kafka config items as deployed
156+
157+
## fixes
158+
* fixed JVM minimum specs
159+
160+
## improvements
161+
* none
162+
163+
## other changes
164+
* none
165+
166+
# 1.0 release
167+
168+
## installation/upgrade Steps
169+
* git fetch https://github.com/datanexus/confluent.git
170+
* git merge master
171+
172+
## breaking changes
173+
* none
174+
175+
## features
176+
* drift rewrite to act realtime instead of at conclusion; provide greater detail on any drifts
177+
* automated computation of JVM heap configuration dynamically based on machine spec
178+
* added kafka worker distributed mode deployment
179+
180+
## fixes
181+
* fixed drift issues
182+
183+
## improvements
184+
* none
185+
186+
## other changes
187+
* none

0 commit comments

Comments
 (0)