Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Merge requests
!43
Delete lag exporter with python kubernetes api in run uc py
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Delete lag exporter with python kubernetes api in run uc py
stu202077/theodolite:feature/deleteLagExporter
into
master
Overview
4
Commits
1
Pipelines
0
Changes
10
All threads resolved!
Hide all comments
Merged
Björn Vonheiden
requested to merge
stu202077/theodolite:feature/deleteLagExporter
into
master
4 years ago
Overview
4
Commits
1
Pipelines
0
Changes
10
All threads resolved!
Hide all comments
Expand
Implements
#80 (closed)
Merge after
!42 (merged)
0
0
Merge request reports
Viewing commit
44e97647
Show latest version
10 files
+
11
−
43
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
44e97647
Merge branch 'feature/runUcPython' into feature/theodolitePython
· 44e97647
Björn Vonheiden
authored
4 years ago
docs/release-process.md
+
4
−
5
Options
# Release Process
We assume that we are creating the release
`v0.1.1`
. Please make sure to update
to modify the following steps according to the release, you are actually
performing.
We assume that we are creating the release
`v0.1.1`
. Please make sure to adjust
the following steps according to the release, you are actually performing.
1.
Create a new branch
`v0.1`
if not already exists. This branch will never
again be merged into master.
2.
Checkout the
`v0.1 branch.
2.
Checkout the
`v0.1
`
branch.
3. Update all references to Theodolite Docker images to tag `
v0
-1-
1
`. These are
3.
Update all references to Theodolite Docker images to tag
`v0
.1.
1`
. These are
mainly the Kubernetes resource definitions in
`execution`
as well as the Docker
Compose files in
`docker-test`
.
Loading