You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2020/06/03 09:59:19 UTC

[couchdb-helm] branch natcohen-patch-1 created (now 89ca413)

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

willholley pushed a change to branch natcohen-patch-1
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git.


      at 89ca413  Fix tests

This branch includes the following new commits:

     new 832994c  Publish 3.3.1 chart
     new 89ca413  Fix tests

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-helm] 02/02: Fix tests

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch natcohen-patch-1
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git

commit 89ca413ab4e4dbc1984e754f47bca4b8be0cfd8b
Author: Will Holley <wi...@uk.ibm.com>
AuthorDate: Wed Jun 3 10:57:41 2020 +0100

    Fix tests
    
    Kind 0.8 has compatibility problems when using older node images.
    This forces Kind to use the v1.18.2 image built using Kind 0.8,
    fixing the tests.
    
    Without this, you may find that CoreDNS crashes continuously,
    resulting in CouchDB nodes not being able to discover each other.
---
 test/e2e-kind.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/e2e-kind.sh b/test/e2e-kind.sh
index 6fe31c2..5a4156c 100755
--- a/test/e2e-kind.sh
+++ b/test/e2e-kind.sh
@@ -5,9 +5,9 @@ set -o nounset
 set -o pipefail
 
 readonly CT_VERSION=v3.0.0-rc.1
-readonly KIND_VERSION=v0.7.0
+readonly KIND_VERSION=v0.8.0
 readonly CLUSTER_NAME=chart-testing
-readonly K8S_VERSION=v1.17.0
+readonly K8S_VERSION=v1.18.2@sha256:7b27a6d0f2517ff88ba444025beae41491b016bc6af573ba467b70c5e8e0d85f
 
 run_ct_container() {
     echo 'Running ct container...'


[couchdb-helm] 01/02: Publish 3.3.1 chart

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch natcohen-patch-1
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git

commit 832994c3ade4ed3fe65def120be5a8969176889f
Author: Will Holley <wi...@uk.ibm.com>
AuthorDate: Wed Jun 3 10:57:15 2020 +0100

    Publish 3.3.1 chart
---
 docs/couchdb-3.3.1.tgz | Bin 0 -> 9532 bytes
 docs/index.yaml        |  25 ++++++++++++++++++++++++-
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/docs/couchdb-3.3.1.tgz b/docs/couchdb-3.3.1.tgz
new file mode 100644
index 0000000..818d101
Binary files /dev/null and b/docs/couchdb-3.3.1.tgz differ
diff --git a/docs/index.yaml b/docs/index.yaml
index 94d1bec..ffcc353 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -3,6 +3,29 @@ entries:
   couchdb:
   - apiVersion: v1
     appVersion: 2.3.1
+    created: "2020-06-03T09:03:46.521289+01:00"
+    description: A database featuring seamless multi-master sync, that scales from
+      big data to mobile, with an intuitive HTTP/JSON API and designed for reliability.
+    digest: 6c6f9e646f4eda3bcca8556f2ff8f8d456e411136012c67e359c21c12c10785e
+    home: https://couchdb.apache.org/
+    icon: http://couchdb.apache.org/CouchDB-visual-identity/logo/CouchDB-couch-symbol.svg
+    keywords:
+    - couchdb
+    - database
+    - nosql
+    maintainers:
+    - email: kocolosk@apache.org
+      name: kocolosk
+    - email: willholley@apache.org
+      name: willholley
+    name: couchdb
+    sources:
+    - https://github.com/apache/couchdb-docker
+    urls:
+    - https://apache.github.io/couchdb-helm/couchdb-3.3.1.tgz
+    version: 3.3.1
+  - apiVersion: v1
+    appVersion: 2.3.1
     created: "2020-05-22T13:16:19.793936+01:00"
     description: A database featuring seamless multi-master sync, that scales from
       big data to mobile, with an intuitive HTTP/JSON API and designed for reliability.
@@ -185,4 +208,4 @@ entries:
     urls:
     - https://apache.github.io/couchdb-helm/couchdb-2.2.0.tgz
     version: 2.2.0
-generated: "2020-05-22T13:16:19.792815+01:00"
+generated: "2020-06-03T09:03:46.518779+01:00"