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
7b355d18
Commit
7b355d18
authored
2 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
REL: new release cycle
parent
e0cf6f2e
No related branches found
No related tags found
No related merge requests found
Pipeline
#34197
failed
2 years ago
Stage: info
Stage: setup
Stage: unittest
Stage: build
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+13
-0
13 additions, 0 deletions
CHANGELOG.md
RELEASE_GUIDELINES.md
+4
-4
4 additions, 4 deletions
RELEASE_GUIDELINES.md
compose/docker-compose.yml
+1
-1
1 addition, 1 deletion
compose/docker-compose.yml
with
18 additions
and
5 deletions
CHANGELOG.md
+
13
−
0
View file @
7b355d18
...
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
...
@@ -5,6 +5,19 @@ 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/
)
,
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
)
.
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.9.2] - 2023-02-28
## [0.9.2] - 2023-02-28
(Henrik tom Wörden)
(Henrik tom Wörden)
...
...
This diff is collapsed.
Click to expand it.
RELEASE_GUIDELINES.md
+
4
−
4
View file @
7b355d18
...
@@ -24,12 +24,12 @@ guidelines of the CaosDB Project
...
@@ -24,12 +24,12 @@ guidelines of the CaosDB Project
6.
Tag the latest commit of the main branch with
`v<VERSION>`
.
6.
Tag the latest commit of the main branch with
`v<VERSION>`
.
7.
Delete the release branch.
7.
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.
8.
Merge the main branch back into the dev branch and set the image tag to a
`-dev`
version
.
8.
Delete the release branch
.
9.
Build the docker image according to the
[
`README_SETUP.md`
](
README_SETUP.md
)
,
9.
Merge the main branch back into the dev branch and set the image tag to a
`-dev`
version.
tag it as
`caosdb/caosdb:<version>`
, and push it to docker hub.
10.
Update the versions for the next developement round:
10.
Update the versions for the next developement round:
*
`CHANGELOG.md`
: Re-add the
`[Unreleased]`
section.
*
`CHANGELOG.md`
: Re-add the
`[Unreleased]`
section.
...
...
This diff is collapsed.
Click to expand it.
compose/docker-compose.yml
+
1
−
1
View file @
7b355d18
...
@@ -12,7 +12,7 @@ services:
...
@@ -12,7 +12,7 @@ services:
networks
:
networks
:
-
caosnet
-
caosnet
caosdb-server
:
caosdb-server
:
image
:
"
caosdb/caosdb:0.9.2"
image
:
"
caosdb/caosdb:0.9.2
-dev
"
depends_on
:
depends_on
:
-
sqldb
-
sqldb
networks
:
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