Skip to content

Commit

Permalink
Merge pull request #156 from spotahome/v1
Browse files Browse the repository at this point in the history
Create v1.0.0-rc.1
  • Loading branch information
jchanam authored May 10, 2019
2 parents 31c83af + 3efe1c1 commit ca1c33f
Show file tree
Hide file tree
Showing 1,236 changed files with 36,502 additions and 15,974 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ services:

language: go
go:
- "1.10.x"
- "1.12.x"
go_import_path: github.com/spotahome/redis-operator

before_install:
- curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.25.2/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
- curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.10.5/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
- curl -Lo helm.tgz https://storage.googleapis.com/kubernetes-helm/helm-v2.13.1-linux-amd64.tar.gz && tar -zxvf helm.tgz && sudo mv linux-amd64/helm /usr/local/bin/helm
- helm init -c

env:
- IN_TRAVIS=true
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v1.0.0-rc.1] - 2019-05-10

### Changed

- Minimum Kubernetes version needed is 1.9.
- Custom Resource Definition moved to `databases.spotahome.com`.
- API version moved to v1.
- Standardize labels with the Kubernetes recommended ones.
- Update Kubernetes libraries to 1.11.9.
- Update Kooper to v0.5.1.
- Update Golang used to 1.12.
- Use new versioning standard.

### Fixed

- Chart unused values removed.
- Remove double loops for checking Sentinels data in memory.

## [0.5.8] - 2019-03-26

### Fixed
Expand Down Expand Up @@ -211,6 +229,7 @@

- Initial open-sourced release

[v1.0.0-rc.1]: https://github.com/spotahome/redis-operator/compare/0.5.8...v1.0.0-rc.1
[0.5.8]: https://github.com/spotahome/redis-operator/compare/0.5.7...0.5.8
[0.5.7]: https://github.com/spotahome/redis-operator/compare/0.5.6...0.5.7
[0.5.6]: https://github.com/spotahome/redis-operator/compare/0.5.5...0.5.6
Expand Down
Loading

0 comments on commit ca1c33f

Please sign in to comment.