Skip to content
Snippets Groups Projects
Commit 78730a8f authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

Merge branch 'release-0.9.1' into 'main'

Release 0.9.1

See merge request !3
parents b2a6205b 8f962c26
No related branches found
No related tags found
1 merge request!3Release 0.9.1
Pipeline #30182 failed
......@@ -5,6 +5,13 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.9.1] - 2022-11-08
(Florian Spreckelsen)
### Fixed
* Update CaosDB components to their most recent releases
## [0.9.0] - 2022-08-30
(Henrik tom Wörden)
......
......@@ -18,7 +18,7 @@ guidelines of the CaosDB Project
3. Update the versions in:
* `CHANGELOG.md`
* ?
* `compose/docker-compose.yml` in the `caosdb-server.image` section
5. Merge the release branch into the main branch.
......@@ -26,16 +26,19 @@ guidelines of the CaosDB Project
7. Delete the release branch.
8. Merge the main branch back into the dev branch.
8. Merge the main branch back into the dev branch and set the image tag to a `-dev` version.
9. Update the versions for the next developement round:
9. Build the docker image according to the [`README_SETUP.md`](README_SETUP.md),
tag it as `caosdb/caosdb:<version>`, and push it to docker hub.
10. Update the versions for the next developement round:
* `CHANGELOG.md`: Re-add the `[Unreleased]` section.
* ?
10. Add a gitlab release in the respective repository:
https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/releases
11. Add a gitlab release in the respective repository:
https://gitlab.indiscale.com/caosdb/src/caosdb-docker/-/releases
Add a description, which can be a copy&paste from the CHANGELOG, possibly prepended by:
```md
# Changelog
......
......@@ -12,7 +12,7 @@ services:
networks:
- caosnet
caosdb-server:
image: "caosdb/caosdb:0.9.0"
image: "caosdb/caosdb:0.9.1"
depends_on:
- sqldb
networks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment