Skip to content

Commit cfaa24f

Browse files
author
github-actions
committed
docs(changelog): update changelog
1 parent 0bf99c5 commit cfaa24f

File tree

1 file changed

+72
-4
lines changed

1 file changed

+72
-4
lines changed

CHANGELOG.md

Lines changed: 72 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,74 @@
22
## [Unreleased]
33

44

5-
<a name="2.0.0"></a>
6-
## [2.0.0] - 2021-09-16
5+
<a name="2.1.0"></a>
6+
## [2.1.0] - 2021-11-08
7+
### Build
8+
- **deps:** Bump cypress from 8.6.0 to 8.7.0 (#5703114)
9+
- **deps:** Bump xterm from 4.13.0 to 4.14.1 (#5722034)
10+
- **deps:** Bump cypress from 8.3.1 to 8.4.1 (#ab15f87)
11+
- **deps:** Bump cypress from 8.4.1 to 8.5.0 (#aa30e6b)
12+
- **deps:** Bump cypress from 8.5.0 to 8.6.0 (#ad15dae)
13+
- **deps-dev:** Bump [@types](https://github.com/types)/jasmine from 3.9.0 to 3.9.1 (#8c6d08f)
14+
- **deps-dev:** Bump [@angular](https://github.com/angular)-eslint/eslint-plugin from 4.3.0 to 12.6.1 (#6e99751)
15+
- **deps-dev:** Bump [@angular](https://github.com/angular)-eslint/template-parser (#21304b4)
16+
- **deps-dev:** Bump eslint-plugin-jsdoc from 36.1.1 to 37.0.3 (#4a856fb)
17+
- **deps-dev:** Bump karma from 6.3.5 to 6.3.6 (#86f05ad)
18+
- **deps-dev:** Bump [@angular](https://github.com/angular)-eslint/builder from 4.3.0 to 12.6.1 (#c159dc0)
19+
- **deps-dev:** Bump [@types](https://github.com/types)/jasmine from 3.10.0 to 3.10.1 (#203161c)
20+
- **deps-dev:** Bump jasmine-core from 3.10.0 to 3.10.1 (#eced0dd)
21+
- **deps-dev:** Bump ts-node from 10.3.0 to 10.4.0 (#5e5fdcb)
22+
- **deps-dev:** Bump eslint-plugin-promise from 5.1.0 to 5.1.1 (#f5bbc78)
23+
- **deps-dev:** Bump karma from 6.3.4 to 6.3.5 (#db9d940)
24+
- **deps-dev:** Bump eslint-plugin-import from 2.24.2 to 2.25.2 (#64d7225)
25+
- **deps-dev:** Bump [@types](https://github.com/types)/jasmine from 3.9.1 to 3.10.0 (#02f4811)
26+
- **deps-dev:** Bump [@angular](https://github.com/angular)-eslint/eslint-plugin-template (#a17d616)
27+
- **deps-dev:** Bump ts-node from 10.2.1 to 10.3.0 (#e96b375)
28+
- **deps-dev:** Bump jasmine-core from 3.9.0 to 3.10.0 (#1cff965)
29+
- **deps-dev:** Bump eslint-plugin-jsdoc from 36.1.0 to 36.1.1 (#bec50ab)
30+
- **deps-dev:** Bump [@typescript](https://github.com/typescript)-eslint/eslint-plugin (#7493dff)
31+
- **deps-dev:** Bump [@typescript](https://github.com/typescript)-eslint/parser from 4.32.0 to 4.33.0 (#53e531c)
32+
- **deps-dev:** Bump [@typescript](https://github.com/typescript)-eslint/parser from 4.31.2 to 4.32.0 (#e5bd9e4)
33+
- **deps-dev:** Bump karma from 6.3.6 to 6.3.7 (#1570296)
34+
- **deps-dev:** Bump [@typescript](https://github.com/typescript)-eslint/eslint-plugin (#9ce34ab)
35+
- **deps-dev:** Bump [@types](https://github.com/types)/jasmine from 3.10.1 to 3.10.2 (#7e84c11)
36+
- **deps-dev:** Bump [@angular](https://github.com/angular)-eslint/schematics from 4.3.0 to 12.6.1 (#bbc349a)
37+
- **deps-dev:** Bump [@typescript](https://github.com/typescript)-eslint/eslint-plugin (#87a8e73)
38+
- **deps-dev:** Bump [@typescript](https://github.com/typescript)-eslint/parser from 4.31.0 to 4.31.2 (#4a13d0d)
39+
- **version:** bumpt to v2.1.0 (#0bf99c5)
40+
41+
### Ci
42+
- rename master to main for jobs (#dbd5ad0)
43+
- **nodejs:** replace node v15 with node v16 (#6fc4091)
44+
45+
### Docs
46+
- adds issue template (#73c7b3c)
47+
- add contributing guidlines (#f374893)
48+
- **github:** add pull request template (#8d9c19c)
49+
50+
### Feat
51+
- **devices:** update user consent field to a dropdown (#4fee063)
52+
- **eventlog:** add event log UI ([#428](https://github.com/open-amt-cloud-toolkit/rps/issues/428)) (#dd634ac)
53+
- **profile:** alert impact of random passwords (#1498067)
54+
- **telemetry:** event channel logs (#3eb6ca9)
55+
- **tls:** added tls option to AMT Profile ([#429](https://github.com/open-amt-cloud-toolkit/rps/issues/429)) (#92c63a1)
56+
57+
### Fix
58+
- handle NOT_READY power action (#b398668)
59+
- KVM/SOL no longer tries to connect if device is offline (#0d0d4c3)
60+
- **e2e:** update e2e tests to coding standards (#1691c9c)
61+
- **mqtt:** protocol now defaults to wss for MQTT ([#459](https://github.com/open-amt-cloud-toolkit/rps/issues/459)) (#993b201)
62+
- **userconsent:** disable user consent selection in CCM activated devices (#dbdd22a)
63+
64+
### Refactor
65+
- **eventlog:** show recent event logs in device details page (#90cba3f)
66+
67+
### Test
68+
- fix schema errors across all tested components (#a06d1c7)
69+
70+
71+
<a name="v2.0.0"></a>
72+
## [v2.0.0] - 2021-09-16
773
### Build
874
- update version to v2.0.0 (#b373809)
975
- **dep:** set ui-toolkit to dist branch for testing ([#417](https://github.com/open-amt-cloud-toolkit/rps/issues/417)) (#e20b457)
@@ -31,6 +97,7 @@
3197
- **deps-dev:** Bump eslint from 7.31.0 to 7.32.0 (#29bd8a2)
3298

3399
### Docs
100+
- **changelog:** update changelog (#8fde5cc)
34101
- **changelog:** update changelog (#c320134)
35102

36103
### Feat
@@ -420,8 +487,9 @@
420487
- **docker:** optimize how server is set (#b022ca2)
421488

422489

423-
[Unreleased]: https://github.com/open-amt-cloud-toolkit/rps/compare/2.0.0...HEAD
424-
[2.0.0]: https://github.com/open-amt-cloud-toolkit/rps/compare/v1.5.0...2.0.0
490+
[Unreleased]: https://github.com/open-amt-cloud-toolkit/rps/compare/2.1.0...HEAD
491+
[2.1.0]: https://github.com/open-amt-cloud-toolkit/rps/compare/v2.0.0...2.1.0
492+
[v2.0.0]: https://github.com/open-amt-cloud-toolkit/rps/compare/v1.5.0...v2.0.0
425493
[v1.5.0]: https://github.com/open-amt-cloud-toolkit/rps/compare/v1.4.0...v1.5.0
426494
[v1.4.0]: https://github.com/open-amt-cloud-toolkit/rps/compare/v1.3.1...v1.4.0
427495
[v1.3.1]: https://github.com/open-amt-cloud-toolkit/rps/compare/v1.3.0...v1.3.1

0 commit comments

Comments
 (0)