1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

Updated changelog for 0.3.4

This commit is contained in:
Max Neunhoeffer 2018-11-06 11:46:49 +01:00
parent 282558470c
commit bb748a5daa
No known key found for this signature in database
GPG key ID: 89A912AD5E343E1E

View file

@ -1,5 +1,15 @@
# Change Log
## [0.3.4](https://github.com/arangodb/kube-arangodb/tree/0.3.4) (2018-11-06)
[Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.3.3...0.3.4)
**Merged pull requests:**
- Try to repair changelog generator. [\#296](https://github.com/arangodb/kube-arangodb/pull/296)
- Fixing uninitialised `lastNumberOfServers`. [\#294](https://github.com/arangodb/kube-arangodb/pull/294)
- Fixes for semiautomation. [\#293](https://github.com/arangodb/kube-arangodb/pull/293)
- add ebs volumes to eks doc [\#295](https://github.com/arangodb/kube-arangodb/pull/295)
## [0.3.3](https://github.com/arangodb/kube-arangodb/tree/0.3.3) (2018-11-02)
[Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.3.2...0.3.3)
@ -7,7 +17,6 @@
- `manifests/arango-crd.yaml` not in repository [\#292](https://github.com/arangodb/kube-arangodb/issues/292)
**Merged pull requests:**
- Make semiautomation files self-contained. [\#291](https://github.com/arangodb/kube-arangodb/pull/291)
@ -17,31 +26,37 @@
**Closed issues:**
- scaling down in production starts pending pods to terminate them immediately [\#267](https://github.com/arangodb/kube-arangodb/issues/267)
- Operator redeployed not fully functional [\#273](https://github.com/arangodb/kube-arangodb/issues/273)
- Busy Update Loop on PKS [\#272](https://github.com/arangodb/kube-arangodb/issues/272)
- scaling down in production starts pending pods to terminate them immediately [\#267](https://github.com/arangodb/kube-arangodb/issues/267)
- crd inclusion in helm chart prevents subsequent deployments to alternate namespaces [\#261](https://github.com/arangodb/kube-arangodb/issues/261)
- Tutorials with real world examples [\#229](https://github.com/arangodb/kube-arangodb/issues/229)
**Merged pull requests:**
- Unified Readiness Test [\#264](https://github.com/arangodb/kube-arangodb/pull/264)
- Skip LoadBalancer Test [\#269](https://github.com/arangodb/kube-arangodb/pull/269)
- Test Image Option [\#270](https://github.com/arangodb/kube-arangodb/pull/270)
- Added `disableIPV6` Spec entry. [\#271](https://github.com/arangodb/kube-arangodb/pull/271)
- Bug fix/scale up error [\#275](https://github.com/arangodb/kube-arangodb/pull/275)
- Fixed readiness route. [\#276](https://github.com/arangodb/kube-arangodb/pull/276)
- Break PKS Loop [\#277](https://github.com/arangodb/kube-arangodb/pull/277)
- When doing tests, always pull the image. [\#279](https://github.com/arangodb/kube-arangodb/pull/279)
- First stab at semiautomation. [\#280](https://github.com/arangodb/kube-arangodb/pull/280)
- Updated node modules to fix vulnerabilities [\#281](https://github.com/arangodb/kube-arangodb/pull/281)
- Revert "Skip LoadBalancer Test" [\#282](https://github.com/arangodb/kube-arangodb/pull/282)
- Bug fix/readiness upgrade fix [\#283](https://github.com/arangodb/kube-arangodb/pull/283)
- IPv6 revisited [\#285](https://github.com/arangodb/kube-arangodb/pull/285)
- Documentation/add aks tutorial [\#286](https://github.com/arangodb/kube-arangodb/pull/286)
- Bug fix/extra crd yaml [\#287](https://github.com/arangodb/kube-arangodb/pull/287)
- Revisited scale up and scale down. [\#288](https://github.com/arangodb/kube-arangodb/pull/288)
- adding EKS tutorial [\#289](https://github.com/arangodb/kube-arangodb/pull/289)
- UI Fix [\#290](https://github.com/arangodb/kube-arangodb/pull/290)
- Revisited scale up and scale down. [\#288](https://github.com/arangodb/kube-arangodb/pull/288)
- Bug fix/extra crd yaml [\#287](https://github.com/arangodb/kube-arangodb/pull/287)
- Documentation/add aks tutorial [\#286](https://github.com/arangodb/kube-arangodb/pull/286)
- IPv6 revisited [\#285](https://github.com/arangodb/kube-arangodb/pull/285)
- Bug fix/readiness upgrade fix [\#283](https://github.com/arangodb/kube-arangodb/pull/283)
- Revert "Skip LoadBalancer Test" [\#282](https://github.com/arangodb/kube-arangodb/pull/282)
- Updated node modules to fix vulnerabilities [\#281](https://github.com/arangodb/kube-arangodb/pull/281)
- First stab at semiautomation. [\#280](https://github.com/arangodb/kube-arangodb/pull/280)
- When doing tests, always pull the image. [\#279](https://github.com/arangodb/kube-arangodb/pull/279)
- Break PKS Loop [\#277](https://github.com/arangodb/kube-arangodb/pull/277)
- Fixed readiness route. [\#276](https://github.com/arangodb/kube-arangodb/pull/276)
- Bug fix/scale up error [\#275](https://github.com/arangodb/kube-arangodb/pull/275)
- minor fix in template generation [\#274](https://github.com/arangodb/kube-arangodb/pull/274)
- Added `disableIPV6` Spec entry. [\#271](https://github.com/arangodb/kube-arangodb/pull/271)
- Test Image Option [\#270](https://github.com/arangodb/kube-arangodb/pull/270)
- Skip LoadBalancer Test [\#269](https://github.com/arangodb/kube-arangodb/pull/269)
- Test/templates [\#266](https://github.com/arangodb/kube-arangodb/pull/266)
- Updated examples to use version 3.3.17. [\#265](https://github.com/arangodb/kube-arangodb/pull/265)
- Unified Readiness Test [\#264](https://github.com/arangodb/kube-arangodb/pull/264)
- Use correct templateoptions for helm charts [\#258](https://github.com/arangodb/kube-arangodb/pull/258)
- Add advanced dc2dc to acceptance test. [\#252](https://github.com/arangodb/kube-arangodb/pull/252)
- adding EKS tutorial [\#289](https://github.com/arangodb/kube-arangodb/pull/289)
## [0.3.1](https://github.com/arangodb/kube-arangodb/tree/0.3.1) (2018-09-25)
[Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.3.0...0.3.1)