This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git.


 discard e92fe33  Try using master to redirect ghp_branch
 discard 7c83df5  Merge pull request #36 from apache/update-couchdb-310
    omit 85e57c5  Bump chart version and publish
    omit 470a8f2  Default to CouchDB 3.1.0
     add 34e1788  Add doc to use Authenticate Basic with require_valid_user
     add 95baeab  Merge pull request #31 from robsonvn/patch-1
     add ffbf510  Update the apiVersion since the previous one appears to be no 
longer supported and this one is what the kind documentation identifies.
     add 669b9f9  Fix broken test due to a linting failure of values.yaml
     add c63f1c3  Merge pull request #51 from KognitionAI/main
     add a75233c  Bump default CouchDB version to 3.1.1
     add 633c8ff  Merge pull request #54 from apache/update-couchdb-311
     add 252e73b  Bump chart to 3.4.0  CouchDB to 3.2.0
     add 8b56d97  Merge pull request #57 from sag/expose-prometheus
     add 12a27e0  Deploy GH Pages from main, add branch protection
     add b995942  Merge pull request #60 from apache/update-pages-deploy-branch
     add ffd44b6  Fix chart rendering when annotations specified
     add 6e46579  Publish updated chart
     add 024f2cd  Merge pull request #38 from apache/annotations_fix
     add 9f10dad  Add topologySpreadConstraints parameter to be used in 
StatefulSet (#59)
     add c9e0b5f  Roll deployment if auth secrets change
     add 23426a8  Update to CouchDB 3.2.1
     add e727842  Bump chart version and publish
     add e3daa03  Use v1 instead of v1beta for Ingress
     add a79a7ab  Update tests to use current versions
     add b9997c4  Fix Ingress definition
     add dc2899b  Bump chart version and publish
     add 22761f9  Add helm post-install hook to automate placement tagging in 
CouchDB nodes  (#66)
     add 625d143  Generate a unique Erlang cookie by default (#68)
     add bd9bce1  Bump chart version and publish

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e92fe33)
            \
             N -- N -- N   refs/heads/master (bd9bce1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 couchdb/Chart.yaml                      |   5 +-
 couchdb/README.md                       |  11 +-
 couchdb/ci/required-values.yaml         |   2 +
 couchdb/templates/configmap.yaml        |   8 ++
 couchdb/templates/headless.yaml         |   4 +
 couchdb/templates/ingress.yaml          |   9 +-
 couchdb/templates/networkpolicy.yaml    |   4 +
 couchdb/templates/placementmanager.yaml |  44 ++++++++
 couchdb/templates/secrets.yaml          |   1 +
 couchdb/templates/statefulset.yaml      |  31 +++++-
 couchdb/values.yaml                     |  43 +++++++-
 docs/couchdb-3.3.4.tgz                  | Bin 9668 -> 9604 bytes
 docs/couchdb-3.4.0.tgz                  | Bin 0 -> 9864 bytes
 docs/couchdb-3.4.1.tgz                  | Bin 0 -> 9870 bytes
 docs/couchdb-3.5.0.tgz                  | Bin 0 -> 13310 bytes
 docs/couchdb-3.5.1.tgz                  | Bin 0 -> 10161 bytes
 docs/couchdb-3.5.2.tgz                  | Bin 0 -> 10233 bytes
 docs/couchdb-3.6.0.tgz                  | Bin 0 -> 11347 bytes
 docs/couchdb-3.6.1.tgz                  | Bin 0 -> 10961 bytes
 docs/index.yaml                         | 178 ++++++++++++++++++++++++++++++--
 test/e2e-kind.sh                        |   6 +-
 test/kind-config.yaml                   |   2 +-
 22 files changed, 323 insertions(+), 25 deletions(-)
 create mode 100644 couchdb/templates/placementmanager.yaml
 create mode 100644 docs/couchdb-3.4.0.tgz
 create mode 100644 docs/couchdb-3.4.1.tgz
 create mode 100644 docs/couchdb-3.5.0.tgz
 create mode 100644 docs/couchdb-3.5.1.tgz
 create mode 100644 docs/couchdb-3.5.2.tgz
 create mode 100644 docs/couchdb-3.6.0.tgz
 create mode 100644 docs/couchdb-3.6.1.tgz

Reply via email to