Skip to content
Snippets Groups Projects
Verified Commit 26474f06 authored by Martin Weise's avatar Martin Weise
Browse files

Bumped version

parent 2eb41bc8
Branches
Tags
1 merge request!433Updated changelog
APP_VERSION=1.10.0
APP_VERSION=1.10.1
FLUENTBIT_VERSION=4.0.0
GRAFANA_VERSION=11.4.0
MARIADB_VERSION=11.3.2
......
......@@ -11,9 +11,9 @@ variables:
REGCLIENT_VERSION: "0.8.2"
BUN_VERSION: "1.1.40"
DOC_VERSION: "1.10"
APP_VERSION: "1.10.0"
CHART_VERSION: "1.10.0"
SUPPORTED_VERSIONS: "1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.10.0"
APP_VERSION: "1.10.1"
CHART_VERSION: "1.10.1"
SUPPORTED_VERSIONS: "1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.10.0, 10.10.1"
SUPPORTED_ARCH: "linux/amd64"
MAINTAINED_SERVICES: "auth-service-init, dashboard-service, dashboard-service-init, data-service, metadata-service, search-service, search-service-init, storage-service-init, ui"
CACHE_FALLBACK_KEY: "${CI_DEFAULT_BRANCH}"
......
.PHONY: all
APP_VERSION ?= 1.10.0
CHART_VERSION ?= 1.10.0
APP_VERSION ?= 1.10.1
CHART_VERSION ?= 1.10.1
REPOSITORY_URL ?= registry.datalab.tuwien.ac.at/dbrepo
.PHONY: all
......
......@@ -6,7 +6,7 @@ author: Martin Weise
!!! debug "Debug Information"
Image: [`registry.datalab.tuwien.ac.at/dbrepo/data-service:1.10.0`](https://hub.docker.com/r/dbrepo/data-service)
Image: [`registry.datalab.tuwien.ac.at/dbrepo/data-service:1.10.1`](https://hub.docker.com/r/dbrepo/data-service)
* Info: `http://<container_ip>:8080/actuator/info`
* Health: `http://<container_ip>:8080/actuator/health`
......
......@@ -6,7 +6,7 @@ author: Martin Weise
!!! debug "Debug Information"
Image: [`registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.10.0`](https://hub.docker.com/r/dbrepo/metadata-service)
Image: [`registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.10.1`](https://hub.docker.com/r/dbrepo/metadata-service)
* Info: `http://<container_ip>:8080/actuator/info`
* Health: `http://<container_ip>:8080/actuator/health`
......@@ -58,7 +58,7 @@ To activate DOI minting, pass your DataCite Fabrica credentials in the environme
```yaml title="docker-compose.yml"
services:
dbrepo-metadata-service:
image: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.10.0
image: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.10.1
environment:
spring_profiles_active: doi
DATACITE_URL: https://api.datacite.org
......
......@@ -6,7 +6,7 @@ author: Martin Weise
!!! debug "Debug Information"
Image: [`registry.datalab.tuwien.ac.at/dbrepo/search-service:1.10.0`](https://hub.docker.com/r/dbrepo/search-service)
Image: [`registry.datalab.tuwien.ac.at/dbrepo/search-service:1.10.1`](https://hub.docker.com/r/dbrepo/search-service)
* Health: `http://<container_ip>:8080/api/search/health`
* Prometheus: `http://<container_ip>:8080/metrics`
......
......@@ -6,7 +6,7 @@ author: Martin Weise
!!! debug "Debug Information"
Image: [`registry.datalab.tuwien.ac.at/dbrepo/ui:1.10.0`](https://hub.docker.com/r/dbrepo/ui)
Image: [`registry.datalab.tuwien.ac.at/dbrepo/ui:1.10.1`](https://hub.docker.com/r/dbrepo/ui)
* Ports: 3000/tcp
......
......@@ -12,7 +12,7 @@ author: Martin Weise
[![Helm Chart version](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/dbrepo)](https://artifacthub.io/packages/helm/dbrepo/dbrepo){ tabindex=-1 }
[![GitLab License](https://img.shields.io/gitlab/license/fair-data-austria-db-repository%2Ffda-services?gitlab_url=https%3A%2F%2Fgitlab.phaidra.org%2F&style=flat&cacheSeconds=3600)](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services){ tabindex=-1 }
Documentation for version: [v1.10.0](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/releases).
Documentation for version: [v1.10.1](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/releases).
DBRepo is an open-source database repository that cover the data life cycle supporting data evolution,
-citation and -versioning. It implements the query store of the [RDA WGDC](https://doi.org/10.1162/99608f92.be565013) on
......
......@@ -14,7 +14,7 @@ helm upgrade --install dbrepo \
-n dbrepo \
"oci://registry.datalab.tuwien.ac.at/dbrepo/helm/dbrepo" \
--values ./values.yaml \
--version "1.10.0" \
--version "1.10.1" \
--create-namespace \
--cleanup-on-fail
```
......
......@@ -14,7 +14,7 @@ helm upgrade --install dbrepo \
-n dbrepo \
"oci://registry.datalab.tuwien.ac.at/dbrepo/helm/dbrepo" \
--values ./values.yaml \
--version "1.10.0" \
--version "1.10.1" \
--create-namespace \
--cleanup-on-fail
```
......
......@@ -18,7 +18,7 @@ visibility, this can be [changed later](/infrastructures/dbrepo/1.10/update-visi
!!! info "Python Compatibility"
Ensure that you use the same Python library version as the target instance. For example: if you see `1.10.0` in the
Ensure that you use the same Python library version as the target instance. For example: if you see `1.10.1` in the
bottom left, you need to use the `1.10.0` Python library.
List all available containers with their database engine descriptions and obtain a container id.
......
......@@ -10,5 +10,5 @@ Jump right into and use our pre-configured starter resources:
- Download the [Jupyter Notebook](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.10/.jupyter/starter-notebook.ipynb?ref_type=heads&inline=false)
for local development, or
- Use the Jupyter image `registry.datalab.tuwien.ac.at/dbrepo/starter-notebook:1.10.0` for your Jupyterhub infrastructure
- Use the Jupyter image `registry.datalab.tuwien.ac.at/dbrepo/starter-notebook:1.10.1` for your Jupyterhub infrastructure
......@@ -7,7 +7,7 @@ description: Helm Chart for installing DBRepo
sources:
- https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services
type: application
version: "1.10.0"
version: "1.10.1"
appVersion: "1.10.0"
keywords:
- dbrepo
......
......@@ -141,7 +141,7 @@ authservice:
setupJob:
image:
## @skip authservice.setupJob.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/auth-service-init:1.10.0
name: registry.datalab.tuwien.ac.at/dbrepo/auth-service-init:1.10.1
## @param authservice.setupJob.resourcesPreset The container resource preset
resourcesPreset: "nano"
## @param authservice.setupJob.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
......
#!/bin/bash
# preset
APP_VERSION="1.10.0"
APP_VERSION="1.10.1"
MIN_CPU=8
MIN_RAM=10
SKIP_CHECKS=${SKIP_CHECKS:-0}
......
[project]
name = "dbrepo"
version = "1.10.0"
version = "1.10.1"
description = "DBRepo Python Library"
keywords = [
"DBRepo",
......
......@@ -2,7 +2,7 @@
import os
from distutils.core import setup
app_version = os.environ.get("APP_VERSION", "1.10.0")
app_version = os.environ.get("APP_VERSION", "1.10.1")
doc_version = os.environ.get("DOC_VERSION", "1.10")
setup(name="dbrepo",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment