|
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) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Use go-upgrade-rules [\#234](https://github.com/arangodb/kube-arangodb/issues/234) |
| 10 | +- Spot the difference [\#225](https://github.com/arangodb/kube-arangodb/issues/225) |
| 11 | +- How to Delete ArangoDeployment [\#224](https://github.com/arangodb/kube-arangodb/issues/224) |
| 12 | +- Unable to delete pods, stuck in terminating state [\#220](https://github.com/arangodb/kube-arangodb/issues/220) |
| 13 | + |
| 14 | +**Merged pull requests:** |
| 15 | + |
| 16 | +- Include license in upgrade check [\#237](https://github.com/arangodb/kube-arangodb/pull/237) |
| 17 | +- Use new CurrentImage field to prevent unintended upgrades. [\#236](https://github.com/arangodb/kube-arangodb/pull/236) |
| 18 | +- Use go-upgrade-rules to make "is upgrade allowed" decision fixes \#234 [\#235](https://github.com/arangodb/kube-arangodb/pull/235) |
| 19 | +- Updated versions to known "proper" versions [\#233](https://github.com/arangodb/kube-arangodb/pull/233) |
| 20 | +- Applying defaults after immutable fields have been reset [\#232](https://github.com/arangodb/kube-arangodb/pull/232) |
| 21 | +- Updated go-driver to latest version [\#231](https://github.com/arangodb/kube-arangodb/pull/231) |
| 22 | +- EE note for Kubernetes DC2DC [\#222](https://github.com/arangodb/kube-arangodb/pull/222) |
| 23 | +- Load balancing tests [\#218](https://github.com/arangodb/kube-arangodb/pull/218) |
| 24 | +- Add links to other operators in dashboard menu [\#217](https://github.com/arangodb/kube-arangodb/pull/217) |
| 25 | +- Grouping style elements in 1 place [\#216](https://github.com/arangodb/kube-arangodb/pull/216) |
| 26 | +- Adding ArangoDeploymentReplication dashboard. [\#215](https://github.com/arangodb/kube-arangodb/pull/215) |
| 27 | +- Do not build initcontainer for imageid pod [\#214](https://github.com/arangodb/kube-arangodb/pull/214) |
| 28 | +- Dashboard for ArangoLocalStorage operator [\#213](https://github.com/arangodb/kube-arangodb/pull/213) |
| 29 | +- Adjust documentation based on new load balancer support. [\#212](https://github.com/arangodb/kube-arangodb/pull/212) |
| 30 | +- Feature/dashboard [\#211](https://github.com/arangodb/kube-arangodb/pull/211) |
| 31 | +- Use gin as HTTP server framework [\#210](https://github.com/arangodb/kube-arangodb/pull/210) |
| 32 | +- Dashboard design concept [\#209](https://github.com/arangodb/kube-arangodb/pull/209) |
| 33 | + |
3 | 34 | ## [0.2.2](https://github.com/arangodb/kube-arangodb/tree/0.2.2) (2018-06-29) |
4 | 35 | [Full Changelog](https://github.com/arangodb/kube-arangodb/compare/0.2.1...0.2.2) |
5 | 36 |
|
|
0 commit comments