File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.0 (2023-10-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * api-fixes ([ 8fd252e] ( https://github.com/csye7125-fall2023-group05/webapp/commit/8fd252e958d90c9d5ac3e850220807f1801433dd ) )
7
+ * http error codes ([ aaaa66d] ( https://github.com/csye7125-fall2023-group05/webapp/commit/aaaa66d151ff933391c86d9f0cd87f8f9c9baec3 ) ), closes [ #8 ] ( https://github.com/csye7125-fall2023-group05/webapp/issues/8 )
8
+ * http-check-schema.json ([ 485fa69] ( https://github.com/csye7125-fall2023-group05/webapp/commit/485fa69a9797059878ca96c5bcd461cf512927d8 ) )
9
+
10
+
11
+ ### Features
12
+
13
+ * add healthcheck API validations ([ 7bc9801] ( https://github.com/csye7125-fall2023-group05/webapp/commit/7bc9801dcbd0be8bf9f27fbe5258e50ed2e38966 ) ), closes [ #3 ] ( https://github.com/csye7125-fall2023-group05/webapp/issues/3 )
14
+ * add k8s resources ([ eca0808] ( https://github.com/csye7125-fall2023-group05/webapp/commit/eca0808f0deff73d08973ffbf9f3e59e38318e07 ) ), closes [ #9 ] ( https://github.com/csye7125-fall2023-group05/webapp/issues/9 )
15
+ * add unit test CI pipeline ([ 60c6871] ( https://github.com/csye7125-fall2023-group05/webapp/commit/60c687179f7ae8bf49854f9dd418e3599c24a34f ) ), closes [ #3 ] ( https://github.com/csye7125-fall2023-group05/webapp/issues/3 )
16
+ * http-check routes ([ 9b6c3b2] ( https://github.com/csye7125-fall2023-group05/webapp/commit/9b6c3b2d48383cefa96e9349bd9636a29b274502 ) )
17
+ * initial api template ([ e7e4570] ( https://github.com/csye7125-fall2023-group05/webapp/commit/e7e4570ede492b51d52bf9ef4ed14b52a3c6e1e1 ) )
18
+ * jenkinsfile for webapp ([ c15092a] ( https://github.com/csye7125-fall2023-group05/webapp/commit/c15092a60487b9e3b52683d797ad28e673d3a444 ) )
19
+ * update jenkinsfile for semver ([ 1b7c2b5] ( https://github.com/csye7125-fall2023-group05/webapp/commit/1b7c2b50d5a49c3b561ee1386d29d6b31bdbe9ad ) ), closes [ #25 ] ( https://github.com/csye7125-fall2023-group05/webapp/issues/25 )
Original file line number Diff line number Diff line change 18
18
"prepare" : " husky install"
19
19
},
20
20
"dependencies" : {
21
+ "@semantic-release/changelog" : " ^6.0.3" ,
22
+ "@semantic-release/commit-analyzer" : " ^11.0.0" ,
23
+ "@semantic-release/git" : " ^10.0.1" ,
24
+ "@semantic-release/github" : " ^9.2.1" ,
25
+ "@semantic-release/release-notes-generator" : " ^12.0.0" ,
21
26
"app-root-path" : " ^3.1.0" ,
22
27
"dotenv" : " ^16.3.1" ,
23
28
"express" : " ^4.18.2" ,
24
29
"express-validator" : " ^7.0.1" ,
25
30
"jsonschema" : " ^1.4.1" ,
26
31
"pg" : " ^8.11.3" ,
32
+ "semantic-release-helm" : " ^2.2.0" ,
27
33
"sequelize" : " ^6.33.0" ,
28
34
"winston" : " ^3.11.0"
29
35
},
You can’t perform that action at this time.
0 commit comments