File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased] ( https://github.com/eduNEXT/drydock/compare/v15.1 .0...HEAD )
8
+ ## [ Unreleased] ( https://github.com/eduNEXT/drydock/compare/v15.2 .0...HEAD )
9
9
10
10
Please do not update the unreleased notes.
11
11
@@ -19,6 +19,14 @@ Please do not update the unreleased notes.
19
19
- add plugins extra, extracted from namespace template ([ #48 ] ( https://github.com/eduNEXT/drydock/pull/48 ) ) ([ 36c033f] ( https://github.com/eduNEXT/drydock/commit/36c033faecf7c3ebc701a085cb33e55629910d88 ) )
20
20
21
21
<!-- Content should be placed here -->
22
+ ## [ v15.2.0] ( https://github.com/eduNEXT/drydock/compare/v15.1.0...v15.2.0 ) - 2023-11-07
23
+
24
+ ### [ 15.2.0] ( https://github.com/eduNEXT/drydock/compare/v15.1.0...v15.2.0 ) (2023-11-07)
25
+
26
+ #### Features
27
+
28
+ - split ingress per host, add patch to add lms extra hosts ([ #50 ] ( https://github.com/eduNEXT/drydock/issues/50 ) ) ([ 0401123] ( https://github.com/eduNEXT/drydock/commit/0401123b2ebf95e766312c3465bb2a9956d477bf ) )
29
+
22
30
## [ v15.1.0] ( https://github.com/eduNEXT/drydock/compare/v0.7.3...v15.1.0 ) - 2023-11-01
23
31
24
32
### [ 15.1.0] ( https://github.com/eduNEXT/drydock/compare/v15.0.0...v15.1.0 ) (2023-11-01)
Original file line number Diff line number Diff line change 1
- __version__ = "15.1 .0"
1
+ __version__ = "15.2 .0"
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 15.1 .0
2
+ current_version = 15.2 .0
3
3
commit = False
4
4
tag = False
5
5
You can’t perform that action at this time.
0 commit comments