Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clarin-dspace
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
commul
docker
clarin-dspace
Commits
43ebb5ff
Commit
43ebb5ff
authored
6 years ago
by
Alexander König
Browse files
Options
Downloads
Patches
Plain Diff
- adapted CHANGELOG for v1.3.1
- fixed some issues with Deployment Guide
parent
0d63c681
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+14
-4
14 additions, 4 deletions
CHANGELOG.md
DEPLOYMENT.md
+11
-4
11 additions, 4 deletions
DEPLOYMENT.md
with
25 additions
and
8 deletions
CHANGELOG.md
+
14
−
4
View file @
43ebb5ff
...
...
@@ -12,6 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Fixed
## [1.3.1] - 2019-02-25
### Fixed
-
oai sample identifier is now pointing to an existing record
-
fixed typo to make content negotiation work for application/x-cmdi+xml
-
fixed get URL for xerces
-
IdP metadata from CLARIN are now downloaded during Docker build and not only once the container is running
## [1.3] - 2018-09-05
### Added
...
...
@@ -79,8 +88,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This is the first release. It all starts here.
[
Unreleased
]:
https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.1...HEAD
[
1.1
]:
https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.
0
...v1.1
[
1.
2
]:
https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.
1
...v1.
2
[
Unreleased
]:
https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.
3.
1...HEAD
[
1.
3.
1
]:
https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.
3
...v1.
3.
1
[
1.
3
]:
https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.
2.2
...v1.
3
[
1.2.2
]:
https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.2...v1.2.2
[
1.3
]:
https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/29d6badea797498736aef4322acf3d566be7461f...4c32c4fad44cc99ef0db6544f29a8562afd97950
[
1.2
]:
https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.1...v1.2
[
1.1
]:
https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.0...v1.1
This diff is collapsed.
Click to expand it.
DEPLOYMENT.md
+
11
−
4
View file @
43ebb5ff
# Step by Step deployment guide
-
[ ] Make sure that the master branch is clean and all commits are pushed to origin
-
[ ] Edit CHANGELOG.md and add a new section for the upcoming release
-
[ ] Commit to master to make sure that the master branch is clean and all commits are pushed to origin
-
[ ]
`git checkout stable`
-
[ ]
`git merge --no-ff master`
-
[ ] (Optional) You can now deploy stable to kommul-dev (
`./release.sh $VERSION_NUMBER-RC-$RCNUMBER`
)
-
[ ] Make sure that the stable branch is clean and all commits are pushed to origin
-
[ ]
`git checkout production`
-
[ ]
`git checkout $HASHID -- .`
The $HASHID being the commit were the last merge from stable happened (before clarindev2clarin.sh changes were committed)
-
[ ]
`git checkout -b v1.3-$VERSION_NUMBER`
-
[ ]
`git merge --no-ff stable`
-
[ ] resolve conflicts and commit
-
[ ] Change the version number and the registry branch of the images in all deployment yaml files
-
[ ]
`git add kubernetes/*deploy*yaml`
-
[ ]
`git commit`
-
[ ] Run the clarindev2clarin.sh script
-
[ ]
`git commit -a `
-
[ ]
`git checkout production`
-
[ ]
`git merge v1.3-$VERSION_NUMBER`
-
[ ] resolve conflicts and commit
-
[ ]
`git tag -a $VERSION_NUMBER -s -u $GPG_ID_HASH`
-
[ ]
`git push --all
- [ ] `
git push --tags
`
- [ ] `
cd dockerfiles
`
- [ ] `
./release $VERSION_NUMBER production
`
- [ ] `
./release
.sh
$VERSION_NUMBER production
`
- [ ] `
cd ../kubernetes
`
- [ ] `
./stop_kube.sh
`
- [ ] `
./start_kube.sh
`
...
...
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