Skip to content

Commit bdbaaa3

Browse files
author
Eduard Heimbuch
authored
Remove deprecated namespaces next and itz-bund from release flow (#80)
1 parent 71b69ad commit bdbaaa3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [2.45.1-1]
8-
### Added
9-
- Configuration options for store caches ([#75](https://github.com/cloudogu/scm/pull/75))
108
### Changed
119
- Use Java 17 base image ([#77](https://github.com/cloudogu/scm/pull/77))
12-
### Removed
13-
- Default Plugins ([#70](https://github.com/cloudogu/scm/pull/70))
1410

1511
## [2.44.2-3]
1612
### Fixed
@@ -21,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2117
### Added
2218
- [#72] Configuration options for resource requirements
2319
- [#72] Defaults for CPU and memory requests
20+
- Configuration options for store caches ([#75](https://github.com/cloudogu/scm/pull/75))
21+
### Removed
22+
- Default Plugins ([#70](https://github.com/cloudogu/scm/pull/70))
23+
2424

2525
## [2.44.2-1]
2626
### Changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@Library(['github.com/cloudogu/dogu-build-lib@v1.4.1', 'github.com/cloudogu/zalenium-build-lib@3092363']) _
33
import com.cloudogu.ces.dogubuildlib.*
44

5-
def NAMESPACES = ["testing", "itz-bund", "next", "official"]
5+
def NAMESPACES = ["testing", "official"]
66
def IGNORE_TAG = "ignore-tag"
77
def BUILD_TAG = "build-existing-tag"
88
def TAG_STRATEGIES = [IGNORE_TAG, BUILD_TAG]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ To release a new version of the SCM-Manager Dogu you need to:
4848
Afterwards the automatic release flow will:
4949
- Update the scm-manager package and related sha256 hash in the `Dockerfile`
5050
- Update the versions in the `dogu.json`
51-
- Deploy the new dogu to the namespaces `official` and `next` after the build and test steps are successful
51+
- Deploy the new dogu to the namespaces `official` after the build and test steps are successful
5252
- Add the new release to the [SCM-Manager website](https://scm-manager.org/download/#ces)

dogu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,4 @@
257257
"Type": "tcp",
258258
"Port": 8080
259259
}
260-
}
260+
}

0 commit comments

Comments
 (0)