Skip to content

Commit b0f984e

Browse files
author
Maurice Faber
committed
chore(release): 0.12.8
1 parent 54263db commit b0f984e

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.12.8](https://github.com/redkubes/otomi-core/compare/v0.12.7...v0.12.8) (2021-03-25)
6+
7+
8+
### Features
9+
10+
* exposed maxBodySize for nginx ([db6d186](https://github.com/redkubes/otomi-core/commit/db6d18671ff62276841aa5e7b1f6723cb5d5e175))
11+
* otomi regcred ([29d06c7](https://github.com/redkubes/otomi-core/commit/29d06c72d46e59bdadc27da2f129319c24dffcfe))
12+
* support sub claim mapper ([#377](https://github.com/redkubes/otomi-core/issues/377)) ([a1fd9c5](https://github.com/redkubes/otomi-core/commit/a1fd9c5888ecdba3d84130dc154bfe3389ba92bf))
13+
14+
15+
### Bug Fixes
16+
17+
* added conf for drone branch ([b43cdb8](https://github.com/redkubes/otomi-core/commit/b43cdb87881da4c7603bdcf98629bd41fd32a913))
18+
* missing schema [ci skip] ([54263db](https://github.com/redkubes/otomi-core/commit/54263dbde6ff36df72a446474e5c2d1eb795615c))
19+
* removed interfering CI flag from run-if-changed [ci skip] ([bfd16ae](https://github.com/redkubes/otomi-core/commit/bfd16aebb5aac1e82b79a398d993ef49286d48e6))
20+
* service paths may have underscores...doh! ([e9a8e31](https://github.com/redkubes/otomi-core/commit/e9a8e312451dae0aa1d85479c64da666dccce7b3))
21+
22+
23+
### Others
24+
25+
* **deps:** upgraded harbor to 2.2.0 ([96f0bb3](https://github.com/redkubes/otomi-core/commit/96f0bb35af5f5231b7027ff06b8fd025767ced5d))
26+
527
### [0.12.7](https://github.com/redkubes/otomi-core/compare/v0.12.6...v0.12.7) (2021-03-19)
628

729
### Bug Fixes

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@
6969
"tag": true
7070
}
7171
},
72-
"version": "0.12.7"
72+
"version": "0.12.8"
7373
}

0 commit comments

Comments
 (0)