You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2022/01/07 15:00:45 UTC

[couchdb-helm] branch annotations_fix updated (2ac1f58 -> 6e46579)

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

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


 discard 2ac1f58  Fix chart rendering when annotations specified
     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

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   (2ac1f58)
            \
             N -- N -- N   refs/heads/annotations_fix (6e46579)

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:
 .asf.yaml                            |  11 ++++++-
 couchdb/Chart.yaml                   |   4 +--
 couchdb/README.md                    |   6 ++--
 couchdb/templates/configmap.yaml     |   8 ++++++
 couchdb/templates/headless.yaml      |   4 +++
 couchdb/templates/networkpolicy.yaml |   4 +++
 couchdb/templates/statefulset.yaml   |  17 ++++++++++-
 couchdb/values.yaml                  |  13 ++++++++-
 docs/couchdb-3.3.4.tgz               | Bin 9551 -> 9604 bytes
 docs/couchdb-3.4.0.tgz               | Bin 0 -> 9864 bytes
 docs/couchdb-3.4.1.tgz               | Bin 0 -> 9870 bytes
 docs/index.yaml                      |  54 ++++++++++++++++++++++++++++++++---
 test/kind-config.yaml                |   2 +-
 13 files changed, 111 insertions(+), 12 deletions(-)
 create mode 100644 docs/couchdb-3.4.0.tgz
 create mode 100644 docs/couchdb-3.4.1.tgz