Skip to content

Releases: infrawatch/smart-gateway-operator

v5.1.2

14 Feb 18:22
5a972e2
Compare
Choose a tag to compare

Smart Gateway Operator v5.1.2

Smart Gateway Operator v5.1.2 for Service Telemetry Framework 1.5.

Full Changelog: v5.1.1...v5.1.2

v5.1.1

16 Nov 18:50
2c1924c
Compare
Choose a tag to compare

Smart Gateway Operator v5.1.1

Smart Gateway Operator v5.1.1 for Service Telemetry Framework 1.5.3.

This release is to address a missing dependency issue when deploying STF 1.5.3 on OCP v4.11. STF 1.5.3 minimum OpenShift release will be v4.12.

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

27 Oct 17:52
519e2eb
Compare
Choose a tag to compare

Smart Gateway Operator v5.1.0

Smart Gateway Operator v5.1.0 for Service Telemetry Framework 1.5.3.

Changes since v5.0.1

17b478c Update base image to pass security scans (#148)
a7da1f7 Next release of STF will start at OCP 4.11 (#147)
9780020 Add requires infrastructure annotations (#146)
f2bb74c Bump origin-ansible-operator base image (#145)
0f44c51 Add logs to generate bundle (#143)
9a44ff8 Bump compatibility from 4.10-4.12 to 4.10-4.14 (#144)
b028753 Honor tlsSecretName from ES application config (#142)
cd7c2f4 Change generate_bundle.sh to output JSON (#141)
f89c33f Move to newest oauth-proxy container (#140)
51a3724 maxOpenShiftVersion 4.12 in OLM properties (#138)
1d76c82 Implement changes for operator-sdk-1.26.0 testing (#137)
df23d63 GHA checkout action v2 is deprecated (#135)
db1fdcb Changes for 4.12 (#134)
07a2c71 Expand support for OCP 4.11 (#130)
e05bd8f Fix the valid-subscription annotation (#127)
29417a4 Lock the bundle to OCP v4.10 (#125)

v5.0.1

07 Mar 18:52
68808c3
Compare
Choose a tag to compare

51a3724 maxOpenShiftVersion 4.12 in OLM properties (#138)
1d76c82 Implement changes for operator-sdk-1.26.0 testing (#137)
df23d63 GHA checkout action v2 is deprecated (#135)
db1fdcb Changes for 4.12 (#134)
07a2c71 Expand support for OCP 4.11 (#130)
e05bd8f Fix the valid-subscription annotation (#127)
29417a4 Lock the bundle to OCP v4.10 (#125)

v5.0.0

14 Nov 20:57
664f3f0
Compare
Choose a tag to compare

Smart Gateway Operator v5.0.0

Smart Gateway Operator v5.0.0 for Service Telemetry Operator 1.5.

Changes since v4.0.3

664f3f0 Lock the bundle to OCP v4.10 (#125) (#126)
db5ae97 (tag: v5.0.0-beta1) Update base image for Operator to v4.10 (#124)
b1aa07c Base changes to allow deployment on OCP v4.10 (#123)
fde553c Set placeholder namespace in role_binding.yaml (#121)
daad953 Create separate ServiceAccount for Smart Gateways (#119)
8817ec1 Resolve issues with auth delegation RBAC (#117)
349e082 Adjust cluster roles for oauth-proxy (#110) (#114)
737a30e Fix linting by locking versions (#113)
e8b5d5e Revert "Migrate to operator-sdk 1.16.0 (#108)" (#111)
8328ed8 Migrate to operator-sdk 1.16.0 (#108)
11f30de Use correct type for blockEventBus (#106)

v5.0.0-beta2

28 Oct 20:44
664f3f0
Compare
Choose a tag to compare
v5.0.0-beta2 Pre-release
Pre-release

Smart Gateway Operator v5.0.0-beta2

Minor change related to distribution.

Changes since v5.0.0-beta1

664f3f0 Lock the bundle to OCP v4.10 (#125) (#126)

v5.0.0-beta1

12 Oct 19:12
db5ae97
Compare
Choose a tag to compare
v5.0.0-beta1 Pre-release
Pre-release

Smart Gateway Operator v5.0.0-beta1

Beta release of Smart Gateway Operator v5.0.0-beta1 in preparation of STF 1.5 release.

Changes since v4.0.3

db5ae97 Update base image for Operator to v4.10 (#124)
b1aa07c Base changes to allow deployment on OCP v4.10 (#123)
fde553c Set placeholder namespace in role_binding.yaml (#121)
daad953 Create separate ServiceAccount for Smart Gateways (#119)
8817ec1 Resolve issues with auth delegation RBAC (#117)
349e082 Adjust cluster roles for oauth-proxy (#110) (#114)
737a30e Fix linting by locking versions (#113)
e8b5d5e Revert "Migrate to operator-sdk 1.16.0 (#108)" (#111)
8328ed8 Migrate to operator-sdk 1.16.0 (#108)
11f30de Use correct type for blockEventBus (#106)

v4.0.3

11 May 15:06
e13398a
Compare
Choose a tag to compare

Smart Gateway Operator v4.0.3

Modify the Smart Gateway Operator so that it has permissions to create ServiceAccounts, ClusterRoles, and ClusterRoleBindings. Update the smart-gateway-operator Ansible role so that it creates a new smart-gateway ServiceAccount for the Smart Gateway pods to use. Create a ClusterRole so that the oauth-proxy container has appropriate permissions to run, and then create a ClusterRoleBinding to bind the ClusterRole to the smart-gateway ServiceAccount.

This should resolve issues with the Smart Gateway Operator creating Smart Gateway workloads that are unable to be scraped by Prometheus due to missing RBAC permissions by the oauth-proxy.

Changes since v4.0.2

e13398a Create separate ServiceAccount for Smart Gateways (#119) (#120)

v4.0.2

05 May 23:11
da8845c
Compare
Choose a tag to compare

Smart Gateway Operator v4.0.2

Resolve issues with oauth-proxy not having proper RBAC permissions when not using Loki Operator installation via stf-run-ci.

Changes since v4.0.1

da8845c Resolve issues with auth delegation RBAC (#117) (#118)

v4.0.1

14 Apr 14:36
f1f04fe
Compare
Choose a tag to compare

Smart Gateway Operator v4.0.1

Maintenance release for Smart Gateway Operator in STF 1.4.

Changes since v4.0.0

f1f04fe Fix linting by locking versions (#113) (#115)
0d86e03 Adjust cluster roles for oauth-proxy (#110)
b3fdaba Use correct type for blockEventBus (#107)