Skip to content

Comments

CouchDB new release v3.2.0#11072

Merged
tianon merged 1 commit intodocker-library:masterfrom
wohali:couchdb-3.2.0
Oct 8, 2021
Merged

CouchDB new release v3.2.0#11072
tianon merged 1 commit intodocker-library:masterfrom
wohali:couchdb-3.2.0

Conversation

@wohali
Copy link
Contributor

@wohali wohali commented Oct 8, 2021

New CouchDB release. We're keeping 3.1.x alive for this transition for a while.

@github-actions
Copy link

github-actions bot commented Oct 8, 2021

Diff for 95a44a2:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8aafc14..d0ade8d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,11 +1,15 @@
 Maintainers: Joan Touzet <wohali@apache.org> (@wohali)
 GitRepo: https://github.com/apache/couchdb-docker
-GitCommit: ee358e62d72bdd72fd69d67ba7fbc80580502270
+GitCommit: c2dc5a84add2d673bce151e0aa8174d09d227d22
 
 Tags: 2.3.1, 2.3, 2
 Architectures: amd64, arm64v8
 Directory: 2.3.1
 
-Tags: latest, 3.1.2, 3.1, 3
+Tags: 3.1.2, 3.1
 Architectures: amd64, arm64v8
 Directory: 3.1.2
+
+Tags: latest, 3.2.0, 3.2, 3
+Architectures: amd64, arm64v8
+Directory: 3.2.0
diff --git a/_bashbrew-list b/_bashbrew-list
index 0dff492..8019c87 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,4 +4,6 @@ couchdb:2.3.1
 couchdb:3
 couchdb:3.1
 couchdb:3.1.2
+couchdb:3.2
+couchdb:3.2.0
 couchdb:latest
diff --git a/couchdb_3/10-docker-default.ini b/couchdb_3.1/10-docker-default.ini
similarity index 100%
copy from couchdb_3/10-docker-default.ini
copy to couchdb_3.1/10-docker-default.ini
diff --git a/couchdb_3/Dockerfile b/couchdb_3.1/Dockerfile
similarity index 100%
copy from couchdb_3/Dockerfile
copy to couchdb_3.1/Dockerfile
diff --git a/couchdb_3/docker-entrypoint.sh b/couchdb_3.1/docker-entrypoint.sh
similarity index 100%
copy from couchdb_3/docker-entrypoint.sh
copy to couchdb_3.1/docker-entrypoint.sh
diff --git a/couchdb_2/vm.args b/couchdb_3.1/vm.args
similarity index 100%
copy from couchdb_2/vm.args
copy to couchdb_3.1/vm.args
diff --git a/couchdb_3/Dockerfile b/couchdb_3/Dockerfile
index 0260c6e..159be0f 100644
--- a/couchdb_3/Dockerfile
+++ b/couchdb_3/Dockerfile
@@ -54,7 +54,7 @@ RUN set -eux; \
     apt purge -y --autoremove curl; \
     rm -rf /var/lib/apt/lists/*
 
-ENV COUCHDB_VERSION 3.1.2
+ENV COUCHDB_VERSION 3.2.0
 
 RUN . /etc/os-release; \
     echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME} main" | \

@tianon tianon merged commit b20d3c5 into docker-library:master Oct 8, 2021
Maintainers: Joan Touzet <wohali@apache.org> (@wohali)
GitRepo: https://github.com/apache/couchdb-docker
GitCommit: ee358e62d72bdd72fd69d67ba7fbc80580502270
GitCommit: c2dc5a84add2d673bce151e0aa8174d09d227d22
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to get ahead of #11071, you probably want to add GitFetch: here for your next PR: 👀

Suggested change
GitCommit: c2dc5a84add2d673bce151e0aa8174d09d227d22
GitFetch: refs/heads/main
GitCommit: c2dc5a84add2d673bce151e0aa8174d09d227d22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants