Skip to content

Commit bb748a5

Browse files
committed
Updated changelog for 0.3.4
1 parent 2825584 commit bb748a5

File tree

1 file changed

+34
-19
lines changed

1 file changed

+34
-19
lines changed

CHANGELOG.md

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# Change Log
22

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+
313
## [0.3.3](https://github.com/arangodb/kube-arangodb/tree/0.3.3) (2018-11-02)
414
[Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.3.2...0.3.3)
515

616
**Closed issues:**
717

818
- `manifests/arango-crd.yaml` not in repository [\#292](https://github.com/arangodb/kube-arangodb/issues/292)
919

10-
1120
**Merged pull requests:**
1221

1322
- Make semiautomation files self-contained. [\#291](https://github.com/arangodb/kube-arangodb/pull/291)
@@ -17,31 +26,37 @@
1726

1827
**Closed issues:**
1928

20-
- scaling down in production starts pending pods to terminate them immediately [\#267](https://github.com/arangodb/kube-arangodb/issues/267)
2129
- Operator redeployed not fully functional [\#273](https://github.com/arangodb/kube-arangodb/issues/273)
2230
- 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)
2332
- 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)
2434

2535
**Merged pull requests:**
2636

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)
4238
- 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)
4359
- adding EKS tutorial [\#289](https://github.com/arangodb/kube-arangodb/pull/289)
44-
- UI Fix [\#290](https://github.com/arangodb/kube-arangodb/pull/290)
4560

4661
## [0.3.1](https://github.com/arangodb/kube-arangodb/tree/0.3.1) (2018-09-25)
4762
[Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.3.0...0.3.1)
@@ -322,4 +337,4 @@
322337

323338

324339

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

Comments
 (0)