Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
caosdb
Software
CaosDB Docker
Commits
78730a8f
Commit
78730a8f
authored
2 years ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Plain Diff
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
!3
Release 0.9.1
Pipeline
#30182
failed
2 years ago
Stage: info
Stage: setup
Stage: unittest
Stage: build
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+7
-0
7 additions, 0 deletions
CHANGELOG.md
RELEASE_GUIDELINES.md
+9
-6
9 additions, 6 deletions
RELEASE_GUIDELINES.md
compose/docker-compose.yml
+1
-1
1 addition, 1 deletion
compose/docker-compose.yml
with
17 additions
and
7 deletions
CHANGELOG.md
+
7
−
0
View file @
78730a8f
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
RELEASE_GUIDELINES.md
+
9
−
6
View file @
78730a8f
...
...
@@ -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.
*
?
1
0
.
Add a gitlab release in the respective repository:
https://gitlab.indiscale.com/caosdb/src/caosdb-
serv
er/-/releases
1
1
.
Add a gitlab release in the respective repository:
https://gitlab.indiscale.com/caosdb/src/caosdb-
dock
er/-/releases
Add a description, which can be a copy&paste from the CHANGELOG, possibly prepended by:
```md
# Changelog
...
...
This diff is collapsed.
Click to expand it.
compose/docker-compose.yml
+
1
−
1
View file @
78730a8f
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment