Skip to content

Commit 2db00ec

Browse files
committed
Updated changelog for 0.2.0
1 parent 73d020c commit 2db00ec

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,78 @@
11
# Change Log
22

3+
## [0.2.0](https://github.com/arangodb/kube-arangodb/tree/0.2.0) (2018-06-19)
4+
[Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.1.0...0.2.0)
5+
6+
**Closed issues:**
7+
8+
- Guard operations that yield downtime with an `downtimeAllowed` field [\#190](https://github.com/arangodb/kube-arangodb/issues/190)
9+
- Require at least 2 dbservers for `Cluster` deployment [\#178](https://github.com/arangodb/kube-arangodb/issues/178)
10+
- Resource re-deployments when changing specific specs [\#164](https://github.com/arangodb/kube-arangodb/issues/164)
11+
- PVC's can get stuck in Terminating state [\#157](https://github.com/arangodb/kube-arangodb/issues/157)
12+
- PVC [\#156](https://github.com/arangodb/kube-arangodb/issues/156)
13+
- Add timeout for reconciliation plan\(items\) [\#154](https://github.com/arangodb/kube-arangodb/issues/154)
14+
- Add setting to specify ServiceAccount for deployment [\#146](https://github.com/arangodb/kube-arangodb/issues/146)
15+
- Finalizers TODO [\#138](https://github.com/arangodb/kube-arangodb/issues/138)
16+
- Prevent deleting pods \(manually\) using finalizers [\#134](https://github.com/arangodb/kube-arangodb/issues/134)
17+
- Set controller of pods to support `kubectl drain` [\#132](https://github.com/arangodb/kube-arangodb/issues/132)
18+
- Add option to taint pods [\#131](https://github.com/arangodb/kube-arangodb/issues/131)
19+
- OpenShift: No DB is getting deployed [\#128](https://github.com/arangodb/kube-arangodb/issues/128)
20+
- ArangoDeploymentTasks [\#34](https://github.com/arangodb/kube-arangodb/issues/34)
21+
- ArangoLocalStorage tasks [\#33](https://github.com/arangodb/kube-arangodb/issues/33)
22+
23+
**Merged pull requests:**
24+
25+
- Adding downtimeAllowed field [\#194](https://github.com/arangodb/kube-arangodb/pull/194)
26+
- Added tutorial for configuring DC2DC of Kubernetes [\#187](https://github.com/arangodb/kube-arangodb/pull/187)
27+
- Various TLS & Sync related fixes [\#186](https://github.com/arangodb/kube-arangodb/pull/186)
28+
- Use standard EventRecord to use event compression [\#185](https://github.com/arangodb/kube-arangodb/pull/185)
29+
- Fixed ID prefix for single servers [\#184](https://github.com/arangodb/kube-arangodb/pull/184)
30+
- Allow changing server group storage class. [\#183](https://github.com/arangodb/kube-arangodb/pull/183)
31+
- Added test timeouts to all stages [\#182](https://github.com/arangodb/kube-arangodb/pull/182)
32+
- Added renewal of deployment TLS CA certificate [\#181](https://github.com/arangodb/kube-arangodb/pull/181)
33+
- Min dbserver count is 2. Revert phase when cleanout has failed [\#180](https://github.com/arangodb/kube-arangodb/pull/180)
34+
- Prefer distinct nodes, even when not required [\#179](https://github.com/arangodb/kube-arangodb/pull/179)
35+
- Added duration test app [\#177](https://github.com/arangodb/kube-arangodb/pull/177)
36+
- Improved readiness probe, database services only use ready pods [\#176](https://github.com/arangodb/kube-arangodb/pull/176)
37+
- Documenting acceptance test [\#175](https://github.com/arangodb/kube-arangodb/pull/175)
38+
- Avoid useless warnings in log [\#174](https://github.com/arangodb/kube-arangodb/pull/174)
39+
- Hide "dangerous" functions of MemberStatusList [\#173](https://github.com/arangodb/kube-arangodb/pull/173)
40+
- Avoid overwriting status changes [\#172](https://github.com/arangodb/kube-arangodb/pull/172)
41+
- Abort reconcilientation plan on failed cleanout server [\#171](https://github.com/arangodb/kube-arangodb/pull/171)
42+
- Improving documentation [\#170](https://github.com/arangodb/kube-arangodb/pull/170)
43+
- Remove service stickyness [\#169](https://github.com/arangodb/kube-arangodb/pull/169)
44+
- Prevent deleting the PV when the PVC has already been attached to it [\#168](https://github.com/arangodb/kube-arangodb/pull/168)
45+
- Various test improvements [\#167](https://github.com/arangodb/kube-arangodb/pull/167)
46+
- Added unit tests for pv\_creator.go [\#166](https://github.com/arangodb/kube-arangodb/pull/166)
47+
- Added finalizer on deployment, used to remove child finalizers on delete [\#165](https://github.com/arangodb/kube-arangodb/pull/165)
48+
- Fix endless rotation because of serviceAccount `default` [\#163](https://github.com/arangodb/kube-arangodb/pull/163)
49+
- Force volumes to unique nodes for production environments [\#162](https://github.com/arangodb/kube-arangodb/pull/162)
50+
- Improved Service documentation [\#161](https://github.com/arangodb/kube-arangodb/pull/161)
51+
- Reconciliation plan-item timeout [\#160](https://github.com/arangodb/kube-arangodb/pull/160)
52+
- Operator high-availability [\#155](https://github.com/arangodb/kube-arangodb/pull/155)
53+
- Cleanup long terminating stateful pods [\#153](https://github.com/arangodb/kube-arangodb/pull/153)
54+
- Allow customization of serviceAccountName for pods [\#152](https://github.com/arangodb/kube-arangodb/pull/152)
55+
- Cleanup stateless pods that are in terminating state for a long time [\#151](https://github.com/arangodb/kube-arangodb/pull/151)
56+
- Added no-execute tolerations on operators to failover quicker [\#150](https://github.com/arangodb/kube-arangodb/pull/150)
57+
- Replication shard status in ArangoDeploymentReplication status [\#148](https://github.com/arangodb/kube-arangodb/pull/148)
58+
- Sync access packages [\#147](https://github.com/arangodb/kube-arangodb/pull/147)
59+
- Adding syncmaster&worker reconciliation support. [\#145](https://github.com/arangodb/kube-arangodb/pull/145)
60+
- Fixes needed to run on latest openshift. [\#144](https://github.com/arangodb/kube-arangodb/pull/144)
61+
- `ArangoDeploymentReplication` resource [\#143](https://github.com/arangodb/kube-arangodb/pull/143)
62+
- Adding deployment replication spec [\#142](https://github.com/arangodb/kube-arangodb/pull/142)
63+
- No stickyness for EA service of type LoadBalancer [\#141](https://github.com/arangodb/kube-arangodb/pull/141)
64+
- Added `tolerations` field to configure tolerations of generated pods. [\#140](https://github.com/arangodb/kube-arangodb/pull/140)
65+
- Inspect node schedulable state [\#139](https://github.com/arangodb/kube-arangodb/pull/139)
66+
- Make use of GOCACHE as docker volume for improved build times [\#137](https://github.com/arangodb/kube-arangodb/pull/137)
67+
- Feature: finalizers [\#136](https://github.com/arangodb/kube-arangodb/pull/136)
68+
- Added a spec regarding the rules for eviction & replacement of pods [\#133](https://github.com/arangodb/kube-arangodb/pull/133)
69+
- Added support for running arangosync master & worker servers. [\#130](https://github.com/arangodb/kube-arangodb/pull/130)
70+
- Updated go-certificates & go-driver to latest versions [\#127](https://github.com/arangodb/kube-arangodb/pull/127)
71+
- Added Database external access service feature [\#126](https://github.com/arangodb/kube-arangodb/pull/126)
72+
- Updated to latest go-driver [\#125](https://github.com/arangodb/kube-arangodb/pull/125)
73+
- BREAKING CHANGE: Deployment mode ResilientSingle renamed to ActiveFailover [\#124](https://github.com/arangodb/kube-arangodb/pull/124)
74+
- add persistent-volume tests [\#97](https://github.com/arangodb/kube-arangodb/pull/97)
75+
376
## [0.1.0](https://github.com/arangodb/kube-arangodb/tree/0.1.0) (2018-04-06)
477
[Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.0.1...0.1.0)
578

0 commit comments

Comments
 (0)