3scale-ops / marin3r

Lightweight, CRD based envoy control plane for kubernetes
Apache License 2.0
56 stars 12 forks source link

Update catalog image for v0.12.2 #203

Closed roivaz closed 1 year ago

roivaz commented 1 year ago

/kind release /priority important-soon /assign

Tests to check the update paths are correct:

❯ bin/opm serve catalog/marin3r --debug
WARN[0000] unable to set termination log path            error="open /dev/termination-log: permission denied"
INFO[0000] serving registry                              configs=catalog/marin3r port=50051
❯ grpcurl -plaintext -d '{"csvName":"marin3r.v0.11.1","pkgName":"marin3r","channelName":"stable"}' localhost:50051 api.Registry/GetBundleThatReplaces | jq .version
"0.12.2"
❯ grpcurl -plaintext -d '{"csvName":"marin3r.v0.12.0","pkgName":"marin3r","channelName":"stable"}' localhost:50051 api.Registry/GetBundleThatReplaces | jq .version
"0.12.2"
❯ grpcurl -plaintext -d '{"csvName":"marin3r.v0.12.1","pkgName":"marin3r","channelName":"stable"}' localhost:50051 api.Registry/GetBundleThatReplaces | jq .version
"0.12.2"
slopezz commented 1 year ago

/lgtm

3scale-robot commented 1 year ago

LGTM label has been added.

Git tree hash: c33af65e99854b551073a9ea595d7d344aaa7206

raelga commented 1 year ago

/lgtm

roivaz commented 1 year ago

/approve

3scale-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: roivaz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/3scale-ops/marin3r/blob/main/OWNERS)~~ [roivaz] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment