mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Updated changelog for 0.2.0
This commit is contained in:
parent
73d020c0c9
commit
2db00ecc63
1 changed files with 73 additions and 0 deletions
73
CHANGELOG.md
73
CHANGELOG.md
|
@ -1,5 +1,78 @@
|
|||
# Change Log
|
||||
|
||||
## [0.2.0](https://github.com/arangodb/kube-arangodb/tree/0.2.0) (2018-06-19)
|
||||
[Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.1.0...0.2.0)
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Guard operations that yield downtime with an `downtimeAllowed` field [\#190](https://github.com/arangodb/kube-arangodb/issues/190)
|
||||
- Require at least 2 dbservers for `Cluster` deployment [\#178](https://github.com/arangodb/kube-arangodb/issues/178)
|
||||
- Resource re-deployments when changing specific specs [\#164](https://github.com/arangodb/kube-arangodb/issues/164)
|
||||
- PVC's can get stuck in Terminating state [\#157](https://github.com/arangodb/kube-arangodb/issues/157)
|
||||
- PVC [\#156](https://github.com/arangodb/kube-arangodb/issues/156)
|
||||
- Add timeout for reconciliation plan\(items\) [\#154](https://github.com/arangodb/kube-arangodb/issues/154)
|
||||
- Add setting to specify ServiceAccount for deployment [\#146](https://github.com/arangodb/kube-arangodb/issues/146)
|
||||
- Finalizers TODO [\#138](https://github.com/arangodb/kube-arangodb/issues/138)
|
||||
- Prevent deleting pods \(manually\) using finalizers [\#134](https://github.com/arangodb/kube-arangodb/issues/134)
|
||||
- Set controller of pods to support `kubectl drain` [\#132](https://github.com/arangodb/kube-arangodb/issues/132)
|
||||
- Add option to taint pods [\#131](https://github.com/arangodb/kube-arangodb/issues/131)
|
||||
- OpenShift: No DB is getting deployed [\#128](https://github.com/arangodb/kube-arangodb/issues/128)
|
||||
- ArangoDeploymentTasks [\#34](https://github.com/arangodb/kube-arangodb/issues/34)
|
||||
- ArangoLocalStorage tasks [\#33](https://github.com/arangodb/kube-arangodb/issues/33)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Adding downtimeAllowed field [\#194](https://github.com/arangodb/kube-arangodb/pull/194)
|
||||
- Added tutorial for configuring DC2DC of Kubernetes [\#187](https://github.com/arangodb/kube-arangodb/pull/187)
|
||||
- Various TLS & Sync related fixes [\#186](https://github.com/arangodb/kube-arangodb/pull/186)
|
||||
- Use standard EventRecord to use event compression [\#185](https://github.com/arangodb/kube-arangodb/pull/185)
|
||||
- Fixed ID prefix for single servers [\#184](https://github.com/arangodb/kube-arangodb/pull/184)
|
||||
- Allow changing server group storage class. [\#183](https://github.com/arangodb/kube-arangodb/pull/183)
|
||||
- Added test timeouts to all stages [\#182](https://github.com/arangodb/kube-arangodb/pull/182)
|
||||
- Added renewal of deployment TLS CA certificate [\#181](https://github.com/arangodb/kube-arangodb/pull/181)
|
||||
- Min dbserver count is 2. Revert phase when cleanout has failed [\#180](https://github.com/arangodb/kube-arangodb/pull/180)
|
||||
- Prefer distinct nodes, even when not required [\#179](https://github.com/arangodb/kube-arangodb/pull/179)
|
||||
- Added duration test app [\#177](https://github.com/arangodb/kube-arangodb/pull/177)
|
||||
- Improved readiness probe, database services only use ready pods [\#176](https://github.com/arangodb/kube-arangodb/pull/176)
|
||||
- Documenting acceptance test [\#175](https://github.com/arangodb/kube-arangodb/pull/175)
|
||||
- Avoid useless warnings in log [\#174](https://github.com/arangodb/kube-arangodb/pull/174)
|
||||
- Hide "dangerous" functions of MemberStatusList [\#173](https://github.com/arangodb/kube-arangodb/pull/173)
|
||||
- Avoid overwriting status changes [\#172](https://github.com/arangodb/kube-arangodb/pull/172)
|
||||
- Abort reconcilientation plan on failed cleanout server [\#171](https://github.com/arangodb/kube-arangodb/pull/171)
|
||||
- Improving documentation [\#170](https://github.com/arangodb/kube-arangodb/pull/170)
|
||||
- Remove service stickyness [\#169](https://github.com/arangodb/kube-arangodb/pull/169)
|
||||
- Prevent deleting the PV when the PVC has already been attached to it [\#168](https://github.com/arangodb/kube-arangodb/pull/168)
|
||||
- Various test improvements [\#167](https://github.com/arangodb/kube-arangodb/pull/167)
|
||||
- Added unit tests for pv\_creator.go [\#166](https://github.com/arangodb/kube-arangodb/pull/166)
|
||||
- Added finalizer on deployment, used to remove child finalizers on delete [\#165](https://github.com/arangodb/kube-arangodb/pull/165)
|
||||
- Fix endless rotation because of serviceAccount `default` [\#163](https://github.com/arangodb/kube-arangodb/pull/163)
|
||||
- Force volumes to unique nodes for production environments [\#162](https://github.com/arangodb/kube-arangodb/pull/162)
|
||||
- Improved Service documentation [\#161](https://github.com/arangodb/kube-arangodb/pull/161)
|
||||
- Reconciliation plan-item timeout [\#160](https://github.com/arangodb/kube-arangodb/pull/160)
|
||||
- Operator high-availability [\#155](https://github.com/arangodb/kube-arangodb/pull/155)
|
||||
- Cleanup long terminating stateful pods [\#153](https://github.com/arangodb/kube-arangodb/pull/153)
|
||||
- Allow customization of serviceAccountName for pods [\#152](https://github.com/arangodb/kube-arangodb/pull/152)
|
||||
- Cleanup stateless pods that are in terminating state for a long time [\#151](https://github.com/arangodb/kube-arangodb/pull/151)
|
||||
- Added no-execute tolerations on operators to failover quicker [\#150](https://github.com/arangodb/kube-arangodb/pull/150)
|
||||
- Replication shard status in ArangoDeploymentReplication status [\#148](https://github.com/arangodb/kube-arangodb/pull/148)
|
||||
- Sync access packages [\#147](https://github.com/arangodb/kube-arangodb/pull/147)
|
||||
- Adding syncmaster&worker reconciliation support. [\#145](https://github.com/arangodb/kube-arangodb/pull/145)
|
||||
- Fixes needed to run on latest openshift. [\#144](https://github.com/arangodb/kube-arangodb/pull/144)
|
||||
- `ArangoDeploymentReplication` resource [\#143](https://github.com/arangodb/kube-arangodb/pull/143)
|
||||
- Adding deployment replication spec [\#142](https://github.com/arangodb/kube-arangodb/pull/142)
|
||||
- No stickyness for EA service of type LoadBalancer [\#141](https://github.com/arangodb/kube-arangodb/pull/141)
|
||||
- Added `tolerations` field to configure tolerations of generated pods. [\#140](https://github.com/arangodb/kube-arangodb/pull/140)
|
||||
- Inspect node schedulable state [\#139](https://github.com/arangodb/kube-arangodb/pull/139)
|
||||
- Make use of GOCACHE as docker volume for improved build times [\#137](https://github.com/arangodb/kube-arangodb/pull/137)
|
||||
- Feature: finalizers [\#136](https://github.com/arangodb/kube-arangodb/pull/136)
|
||||
- Added a spec regarding the rules for eviction & replacement of pods [\#133](https://github.com/arangodb/kube-arangodb/pull/133)
|
||||
- Added support for running arangosync master & worker servers. [\#130](https://github.com/arangodb/kube-arangodb/pull/130)
|
||||
- Updated go-certificates & go-driver to latest versions [\#127](https://github.com/arangodb/kube-arangodb/pull/127)
|
||||
- Added Database external access service feature [\#126](https://github.com/arangodb/kube-arangodb/pull/126)
|
||||
- Updated to latest go-driver [\#125](https://github.com/arangodb/kube-arangodb/pull/125)
|
||||
- BREAKING CHANGE: Deployment mode ResilientSingle renamed to ActiveFailover [\#124](https://github.com/arangodb/kube-arangodb/pull/124)
|
||||
- add persistent-volume tests [\#97](https://github.com/arangodb/kube-arangodb/pull/97)
|
||||
|
||||
## [0.1.0](https://github.com/arangodb/kube-arangodb/tree/0.1.0) (2018-04-06)
|
||||
[Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.0.1...0.1.0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue