Skip to content

Commit b579458

Browse files
committed
prepare release
1 parent 6109b8c commit b579458

File tree

5 files changed

+67
-10
lines changed

5 files changed

+67
-10
lines changed

.changelog/changelog.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
| tag | date | title |
2+
|---|---|---|
3+
| v2.7.0rc1 | 2021-10-07 | User Sync Tool v2.7.0rc1 |
4+
5+
# New Features
6+
7+
**Revamped Sign Sync**
8+
9+
Sign Sync has been overhauled. It is now implemented as a separate workflow with an alternate entrypoint command (`sign-sync`).
10+
11+
Feature summary
12+
13+
- Primary config for Sign Sync is `sign-sync-config.yml`
14+
- Sign connector config - `connector-sign.yml`
15+
- All identity sources are supported
16+
- Sync supports multiple Sign targets
17+
- Full user lifecycle management for standalone Sign environments
18+
- Mapping structure to manage Sign group assignments and admin privileges
19+
- Same logging options as UMAPI sync
20+
21+
Architecture changes
22+
23+
- New `engine` module
24+
- `rules.py` refactored to `engine.umapi`
25+
- `config.py` refctored to multi-file module
26+
- Sign API client is top-level (parallel to `user_sync` module)
27+
- `post_sync` has been removed
28+
29+
Notes:
30+
31+
- User multi-group (UMG) is not supported at this time
32+
- The Sign client uses Sign API v5
33+
34+
Documentation is forthcoming.
35+
36+
---
37+
138
| tag | date | title |
239
|---|---|---|
340
| v2.6.5 | 2021-09-16 | User Sync Tool v2.6.5 |

.changelog/latest.md

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
1-
# Bug Fixes
1+
# New Features
22

3-
\#728 - Fix keyring misidentification issue
4-
\#731 - None-type issue with user commands
5-
\#732 - Executable fails on Ubuntu 18.04 (bionic)
3+
**Revamped Sign Sync**
64

7-
# Build Information
5+
Sign Sync has been overhauled. It is now implemented as a separate workflow with an alternate entrypoint command (`sign-sync`).
86

9-
* Builds are now made with Python 3.9 on all platforms
10-
* Separate build for Ubuntu Bionic (18.04)
7+
Feature summary
8+
9+
- Primary config for Sign Sync is `sign-sync-config.yml`
10+
- Sign connector config - `connector-sign.yml`
11+
- All identity sources are supported
12+
- Sync supports multiple Sign targets
13+
- Full user lifecycle management for standalone Sign environments
14+
- Mapping structure to manage Sign group assignments and admin privileges
15+
- Same logging options as UMAPI sync
16+
17+
Architecture changes
18+
19+
- New `engine` module
20+
- `rules.py` refactored to `engine.umapi`
21+
- `config.py` refctored to multi-file module
22+
- Sign API client is top-level (parallel to `user_sync` module)
23+
- `post_sync` has been removed
24+
25+
Notes:
26+
27+
- User multi-group (UMG) is not supported at this time
28+
- The Sign client uses Sign API v5
29+
30+
Documentation is forthcoming.

docs/en/success-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav_level: 1
88
nav_order: 100
99
---
1010

11-
Version 2.6.5, released 2021-09-16
11+
Version 2.7.0rc1, released 2021-10-07
1212

1313
This document walks you through the steps needed to understand
1414
and setup the User Sync Tool.

docs/en/success-guide/test_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These commands ought to produce an output similar to the following:
2727

2828
```
2929
> .\user-sync.exe -v
30-
user-sync.exe 2.6.5
30+
user-sync.exe 2.7.0rc1
3131
```
3232

3333
```

docs/en/user-manual/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav_level: 1
88
nav_order: 10
99
---
1010

11-
Version 2.6.5, released 2021-09-16
11+
Version 2.7.0rc1, released 2021-10-07
1212

1313
This document has all the information you need to get up and
1414
running with User Sync. It presumes familiarity with the use of

0 commit comments

Comments
 (0)