Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Releases: aerogear/unifiedpush-operator

v0.5.2

25 Aug 13:41
4ee0e61
Compare
Choose a tag to compare

Grafana operator dependency has been updated to bring in up to date data structs.

v0.5.1

15 Aug 19:51
b962a9a
Compare
Choose a tag to compare

See Changelog

v0.4.4

31 Jul 15:17
c60f427
Compare
Choose a tag to compare

Updated

Backup container image.

v0.4.3

13 Mar 19:03
Compare
Choose a tag to compare

Removed

Default watches on enmasse resources.

v0.5.0

14 Jan 16:41
v0.5.0
5613587
Compare
Choose a tag to compare

Added

  • New field databaseSecret to UnifiedPushServer CRD spec.

Removed

  • Logic that cleans up DeploymentConfigs & ImageStreams after migration

Changed

  • Reduced permissions given to operator SA, since it no longer uses DC/IS

0.4.2

12 Dec 16:56
0.4.2
3ea5e7a
Compare
Choose a tag to compare

Fixed

  • Re-add POSTGRES_VERSION to secret to allow backup jobs to succeed again

0.4.1

11 Dec 16:23
0.4.1
76010c2
Compare
Choose a tag to compare

Fixed

  • UnifiedPushDatabaseDown alert always fired if using external database

0.4.0

03 Dec 17:02
0.4.0
f8b3254
Compare
Choose a tag to compare

Added

  • UnifiedpushServer CRs can contain coordinates for an external PostgreSQL database
  • UnifiedpushServer CR status block has more useful information

Changed

  • Operator SA permissions are limited to the namespace now, no cluster permissions are given
  • Operator creates the Monitoring Resources (GrafanaDashboard, PrometheusRule and ServiceMonitor) on creation of the UnifiedPushServer CR.
  • Operator creates its own Monitoring Resources (GrafanaDashboard, PrometheusRule) on installation.

Removed

  • This version of the operator no longer deals with the PushApplication or *Variant CRDs

Version 0.3.0

15 Oct 12:20
Compare
Choose a tag to compare

Changed

  • Use Deployments instead of DeploymentConfigs
  • Use static image references instead of ImageStreams

Removed

  • Delete old resources that were created by the previous versions of the operator
    (DeploymentConfig and ImageStreams)