Skip to content

Tags: couchbaselabs/cbdinocluster

Tags

v0.0.114

Toggle v0.0.114's commit message

Verified

This tag was signed with the committer’s verified signature.
avsej Sergey Avseyev
Release v0.0.114

Changes since v0.0.113:

* Certificates: add --json output flag to all `certificates get-*`
  commands. Emits structured JSON with separated cert (and key, where
  applicable) fields, replacing the awk-parsed PEM bundle. (#183)

* Azure: default the Azure cluster to minimal compute. (#181)

* Analytics proxy: proxy invalid Analytics URLs verbatim instead of
  rewriting them — disable nginx `merge_slashes` and drop the trailing
  slash from `proxy_pass` so empty path components are preserved.

v0.0.113

Toggle v0.0.113's commit message
Adjusted OpenShift istio gateway usage to be per-cluster.

v0.0.112

Toggle v0.0.112's commit message
Apply resources requests for OpenShift cluster node resources.

v0.0.111

Toggle v0.0.111's commit message
Refactor defaults for OpenShift clusters.

We now automatically created ingresses for OpenShift clusters
and the connect info automatically switches to using ingress
data for calculating connect info.  This is required as
OpenShift clusters are always in private subnets that arent
accessible anyways.

v0.0.110

Toggle v0.0.110's commit message
Adjust maximum kubernetes scaling time to 20 minutes.

In some cases, where the cluster itself needs to scale out and
add additional workers, this portion of the work can take 10
minutes on its own, separate from finally being able to
schedule and deploy the cluster on those new workers.

v0.0.109

Toggle v0.0.109's commit message
Fixed client traffic blocking to not hose clusters.

v0.0.108

Toggle v0.0.108's commit message
Switch back to using CAO 2.8.0 due to apparent bug.

v0.0.107

Toggle v0.0.107's commit message
Improve CAO deployment reliability by waiting for more potential cond…

…itions.

v0.0.106

Toggle v0.0.106's commit message
Update CAO default install to 2.9.0 during init.

v0.0.105

Toggle v0.0.105's commit message
Fixed agent creation for CAO clusters which use external network.