|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [0.3.4](https://github.com/arangodb/kube-arangodb/tree/0.3.4) (2018-11-06) |
| 4 | +[Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.3.3...0.3.4) |
| 5 | + |
| 6 | +**Merged pull requests:** |
| 7 | + |
| 8 | +- Try to repair changelog generator. [\#296](https://github.com/arangodb/kube-arangodb/pull/296) |
| 9 | +- Fixing uninitialised `lastNumberOfServers`. [\#294](https://github.com/arangodb/kube-arangodb/pull/294) |
| 10 | +- Fixes for semiautomation. [\#293](https://github.com/arangodb/kube-arangodb/pull/293) |
| 11 | +- add ebs volumes to eks doc [\#295](https://github.com/arangodb/kube-arangodb/pull/295) |
| 12 | + |
3 | 13 | ## [0.3.3](https://github.com/arangodb/kube-arangodb/tree/0.3.3) (2018-11-02) |
4 | 14 | [Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.3.2...0.3.3) |
5 | 15 |
|
6 | 16 | **Closed issues:** |
7 | 17 |
|
8 | 18 | - `manifests/arango-crd.yaml` not in repository [\#292](https://github.com/arangodb/kube-arangodb/issues/292) |
9 | 19 |
|
10 | | - |
11 | 20 | **Merged pull requests:** |
12 | 21 |
|
13 | 22 | - Make semiautomation files self-contained. [\#291](https://github.com/arangodb/kube-arangodb/pull/291) |
|
17 | 26 |
|
18 | 27 | **Closed issues:** |
19 | 28 |
|
20 | | -- scaling down in production starts pending pods to terminate them immediately [\#267](https://github.com/arangodb/kube-arangodb/issues/267) |
21 | 29 | - Operator redeployed not fully functional [\#273](https://github.com/arangodb/kube-arangodb/issues/273) |
22 | 30 | - Busy Update Loop on PKS [\#272](https://github.com/arangodb/kube-arangodb/issues/272) |
| 31 | +- scaling down in production starts pending pods to terminate them immediately [\#267](https://github.com/arangodb/kube-arangodb/issues/267) |
23 | 32 | - crd inclusion in helm chart prevents subsequent deployments to alternate namespaces [\#261](https://github.com/arangodb/kube-arangodb/issues/261) |
| 33 | +- Tutorials with real world examples [\#229](https://github.com/arangodb/kube-arangodb/issues/229) |
24 | 34 |
|
25 | 35 | **Merged pull requests:** |
26 | 36 |
|
27 | | -- Unified Readiness Test [\#264](https://github.com/arangodb/kube-arangodb/pull/264) |
28 | | -- Skip LoadBalancer Test [\#269](https://github.com/arangodb/kube-arangodb/pull/269) |
29 | | -- Test Image Option [\#270](https://github.com/arangodb/kube-arangodb/pull/270) |
30 | | -- Added `disableIPV6` Spec entry. [\#271](https://github.com/arangodb/kube-arangodb/pull/271) |
31 | | -- Bug fix/scale up error [\#275](https://github.com/arangodb/kube-arangodb/pull/275) |
32 | | -- Fixed readiness route. [\#276](https://github.com/arangodb/kube-arangodb/pull/276) |
33 | | -- Break PKS Loop [\#277](https://github.com/arangodb/kube-arangodb/pull/277) |
34 | | -- When doing tests, always pull the image. [\#279](https://github.com/arangodb/kube-arangodb/pull/279) |
35 | | -- First stab at semiautomation. [\#280](https://github.com/arangodb/kube-arangodb/pull/280) |
36 | | -- Updated node modules to fix vulnerabilities [\#281](https://github.com/arangodb/kube-arangodb/pull/281) |
37 | | -- Revert "Skip LoadBalancer Test" [\#282](https://github.com/arangodb/kube-arangodb/pull/282) |
38 | | -- Bug fix/readiness upgrade fix [\#283](https://github.com/arangodb/kube-arangodb/pull/283) |
39 | | -- IPv6 revisited [\#285](https://github.com/arangodb/kube-arangodb/pull/285) |
40 | | -- Documentation/add aks tutorial [\#286](https://github.com/arangodb/kube-arangodb/pull/286) |
41 | | -- Bug fix/extra crd yaml [\#287](https://github.com/arangodb/kube-arangodb/pull/287) |
| 37 | +- UI Fix [\#290](https://github.com/arangodb/kube-arangodb/pull/290) |
42 | 38 | - Revisited scale up and scale down. [\#288](https://github.com/arangodb/kube-arangodb/pull/288) |
| 39 | +- Bug fix/extra crd yaml [\#287](https://github.com/arangodb/kube-arangodb/pull/287) |
| 40 | +- Documentation/add aks tutorial [\#286](https://github.com/arangodb/kube-arangodb/pull/286) |
| 41 | +- IPv6 revisited [\#285](https://github.com/arangodb/kube-arangodb/pull/285) |
| 42 | +- Bug fix/readiness upgrade fix [\#283](https://github.com/arangodb/kube-arangodb/pull/283) |
| 43 | +- Revert "Skip LoadBalancer Test" [\#282](https://github.com/arangodb/kube-arangodb/pull/282) |
| 44 | +- Updated node modules to fix vulnerabilities [\#281](https://github.com/arangodb/kube-arangodb/pull/281) |
| 45 | +- First stab at semiautomation. [\#280](https://github.com/arangodb/kube-arangodb/pull/280) |
| 46 | +- When doing tests, always pull the image. [\#279](https://github.com/arangodb/kube-arangodb/pull/279) |
| 47 | +- Break PKS Loop [\#277](https://github.com/arangodb/kube-arangodb/pull/277) |
| 48 | +- Fixed readiness route. [\#276](https://github.com/arangodb/kube-arangodb/pull/276) |
| 49 | +- Bug fix/scale up error [\#275](https://github.com/arangodb/kube-arangodb/pull/275) |
| 50 | +- minor fix in template generation [\#274](https://github.com/arangodb/kube-arangodb/pull/274) |
| 51 | +- Added `disableIPV6` Spec entry. [\#271](https://github.com/arangodb/kube-arangodb/pull/271) |
| 52 | +- Test Image Option [\#270](https://github.com/arangodb/kube-arangodb/pull/270) |
| 53 | +- Skip LoadBalancer Test [\#269](https://github.com/arangodb/kube-arangodb/pull/269) |
| 54 | +- Test/templates [\#266](https://github.com/arangodb/kube-arangodb/pull/266) |
| 55 | +- Updated examples to use version 3.3.17. [\#265](https://github.com/arangodb/kube-arangodb/pull/265) |
| 56 | +- Unified Readiness Test [\#264](https://github.com/arangodb/kube-arangodb/pull/264) |
| 57 | +- Use correct templateoptions for helm charts [\#258](https://github.com/arangodb/kube-arangodb/pull/258) |
| 58 | +- Add advanced dc2dc to acceptance test. [\#252](https://github.com/arangodb/kube-arangodb/pull/252) |
43 | 59 | - adding EKS tutorial [\#289](https://github.com/arangodb/kube-arangodb/pull/289) |
44 | | -- UI Fix [\#290](https://github.com/arangodb/kube-arangodb/pull/290) |
45 | 60 |
|
46 | 61 | ## [0.3.1](https://github.com/arangodb/kube-arangodb/tree/0.3.1) (2018-09-25) |
47 | 62 | [Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.3.0...0.3.1) |
|
322 | 337 |
|
323 | 338 |
|
324 | 339 |
|
325 | | -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 340 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments