This is an automated email from the ASF dual-hosted git repository. skperez pushed a commit to branch release/1.2.0 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit 9b775b57105a11a131a0caf9d218d495161c554d Author: skorper <[email protected]> AuthorDate: Thu Sep 14 13:17:24 2023 -0700 bump version to 1.2.0 --- CHANGELOG.md | 2 +- README | 2 +- VERSION.txt | 2 +- analysis/webservice/apidocs/openapi.yml | 2 +- docs/build.rst | 4 ++-- docs/quickstart.rst | 10 +++++----- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2701e0..503f535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.2.0] - 2023-09-14 ### Added - SDAP-467: Added pagination to cdmsresults endpoint - SDAP-461: Added 4 remaining Saildrone insitu datasets. diff --git a/README b/README index b0c1cb4..3334134 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Apache SDAP release 1.1.0 +Apache SDAP release 1.2.0 This is a source distribution of Apache SDAP - NEXUS. diff --git a/VERSION.txt b/VERSION.txt index 1cc5f65..867e524 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.2.0 \ No newline at end of file diff --git a/analysis/webservice/apidocs/openapi.yml b/analysis/webservice/apidocs/openapi.yml index ea9b16b..6ea173a 100644 --- a/analysis/webservice/apidocs/openapi.yml +++ b/analysis/webservice/apidocs/openapi.yml @@ -16,7 +16,7 @@ openapi: 3.0.3 info: description: The next generation cloud-based science data service platform. - version: 1.1.0 + version: 1.2.0 title: Science Data Analytics Platform (SDAP) license: name: Apache 2.0 diff --git a/docs/build.rst b/docs/build.rst index bc1be2e..aaeb36e 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -25,8 +25,8 @@ We should also set variables for a consistent tag across all images. These shoul .. code-block:: bash - export NEXUS_VERSION=1.1.0 - export INGESTER_VERSION=1.1.0 + export NEXUS_VERSION=1.2.0 + export INGESTER_VERSION=1.2.0 To build the necessary images, we will need to first download the latest releases for SDAP NEXUS and SDAP Ingester ((URL)). We will not need to download the SDAP Nexusproto release directly. diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 29ed8e3..01200a0 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -49,11 +49,11 @@ Pull the necessary Docker images from the `Apache SDAP repository <https://hub.d export CASSANDRA_VERSION=3.11.6-debian-10-r138 export RMQ_VERSION=3.8.9-debian-10-r37 - export COLLECTION_MANAGER_VERSION=1.1.0 - export GRANULE_INGESTER_VERSION=1.1.0 - export WEBAPP_VERSION=1.1.0 - export SOLR_VERSION=1.1.0 - export SOLR_CLOUD_INIT_VERSION=1.1.0 + export COLLECTION_MANAGER_VERSION=1.2.0 + export GRANULE_INGESTER_VERSION=1.2.0 + export WEBAPP_VERSION=1.2.0 + export SOLR_VERSION=1.2.0 + export SOLR_CLOUD_INIT_VERSION=1.2.0 export ZK_VERSION=3.5.5 export JUPYTER_VERSION=1.0.0-rc2
