Release notes for v1.6.0
Changelog since v1.5.0
Changes by Kind
Feature
- Change
size
to be a write-only field that will take precedence over replicas and resource limits/requests. If you are manually setting replicas and resource limits/requests, do not setsize
(#167, @Szymongib) - Add external database init check (#156, @gabrieljackson)
- Add option to use digest id instead of tag (#164, @cpanato)
- Probes: add startup probe to take care for the starting up process (#160, @cpanato)
- Use database secret values with MySQL operator connections (#161, @gabrieljackson)
Other (Cleanup or Flake)
- Add check modules to check outdated dependencies (#166, @cpanato)
- Cleanup Mattermost app resource constructors (#158, @gabrieljackson)
- Handle negative replica count on final check (#152, @gabrieljackson)
- Job: remove probes from the job image checker (#154, @cpanato)
- Rearrange Mattermost app constructor logic (#157, @gabrieljackson)
- Update
github.com/banzaicloud/k8s-objectmatcher
dependency tov1.3.3
- Update
github.com/go-openapi/spec
dependency tov0.19.8
- Update
github.com/operator-framework/operator-sdk
dependency tov0.18.2
- Update
github.com/presslabs/mysql-operator
dependency tov0.4.0
- Update
github.com/stretchr/testify
dependency tov1.6.1
(#155, @cpanato) - bump go image to 1.14.4
- bump alpine image to 3.12
- set the test k8s cluster to be 1.17 (#153, @cpanato)
The image for this release is docker.io/mattermost/mattermost-operator:v1.6.0
Thanks to all our contributors!