|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/arangodb/kube-arangodb/tree/HEAD) |
4 | | - |
5 | | -[Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.2.2...HEAD) |
| 3 | +## [0.3.0](https://github.com/arangodb/kube-arangodb/tree/0.3.0) (2018-09-07) |
| 4 | +[Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.2.2...0.3.0) |
6 | 5 |
|
7 | 6 | **Closed issues:** |
8 | 7 |
|
| 8 | +- Provide an option to add SubjectAltName or option to disable SSL [\#239](https://github.com/arangodb/kube-arangodb/issues/239) |
9 | 9 | - Use go-upgrade-rules [\#234](https://github.com/arangodb/kube-arangodb/issues/234) |
10 | 10 | - Spot the difference [\#225](https://github.com/arangodb/kube-arangodb/issues/225) |
11 | 11 | - How to Delete ArangoDeployment [\#224](https://github.com/arangodb/kube-arangodb/issues/224) |
12 | 12 | - Unable to delete pods, stuck in terminating state [\#220](https://github.com/arangodb/kube-arangodb/issues/220) |
| 13 | +- Do not allow "critical" cmdline arguments to be overwritten [\#207](https://github.com/arangodb/kube-arangodb/issues/207) |
13 | 14 |
|
14 | 15 | **Merged pull requests:** |
15 | 16 |
|
| 17 | +- Avoid use of arangosync packages [\#250](https://github.com/arangodb/kube-arangodb/pull/250) |
| 18 | +- Fixed PV creation on kubernetes 1.11 [\#247](https://github.com/arangodb/kube-arangodb/pull/247) |
| 19 | +- Resilience improvements [\#246](https://github.com/arangodb/kube-arangodb/pull/246) |
| 20 | +- Adding GKE tutorial [\#245](https://github.com/arangodb/kube-arangodb/pull/245) |
| 21 | +- Reject critical options during validation fixes \#207 [\#243](https://github.com/arangodb/kube-arangodb/pull/243) |
| 22 | +- Trying to stabalize resilience tests [\#242](https://github.com/arangodb/kube-arangodb/pull/242) |
| 23 | +- Adding helm charts for deploying the operators [\#238](https://github.com/arangodb/kube-arangodb/pull/238) |
16 | 24 | - Include license in upgrade check [\#237](https://github.com/arangodb/kube-arangodb/pull/237) |
17 | 25 | - Use new CurrentImage field to prevent unintended upgrades. [\#236](https://github.com/arangodb/kube-arangodb/pull/236) |
18 | 26 | - Use go-upgrade-rules to make "is upgrade allowed" decision fixes \#234 [\#235](https://github.com/arangodb/kube-arangodb/pull/235) |
19 | 27 | - Updated versions to known "proper" versions [\#233](https://github.com/arangodb/kube-arangodb/pull/233) |
20 | 28 | - Applying defaults after immutable fields have been reset [\#232](https://github.com/arangodb/kube-arangodb/pull/232) |
21 | 29 | - Updated go-driver to latest version [\#231](https://github.com/arangodb/kube-arangodb/pull/231) |
22 | 30 | - EE note for Kubernetes DC2DC [\#222](https://github.com/arangodb/kube-arangodb/pull/222) |
| 31 | +- Documented dashboard usage [\#219](https://github.com/arangodb/kube-arangodb/pull/219) |
23 | 32 | - Load balancing tests [\#218](https://github.com/arangodb/kube-arangodb/pull/218) |
24 | 33 | - Add links to other operators in dashboard menu [\#217](https://github.com/arangodb/kube-arangodb/pull/217) |
25 | 34 | - Grouping style elements in 1 place [\#216](https://github.com/arangodb/kube-arangodb/pull/216) |
|
0 commit comments