Skip to content

Commit 8a8a9d0

Browse files
committed
prepare release notes and version bump
1 parent 9ed0ae8 commit 8a8a9d0

File tree

3 files changed

+37
-8
lines changed

3 files changed

+37
-8
lines changed

.changelog/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
| tag | date | title |
2+
|---|---|---|
3+
| v2.7.0-multi-cred-rc1 | 2021-10-18 | User Sync Tool v2.7.0-multi-cred-rc1 |
4+
5+
# New Features
6+
7+
## Credential Management
8+
9+
* Save plantext secrets automatically to OS keychain
10+
* Convert from plaintext config keys to secure config keys
11+
* Supports UMAPI private key encryption
12+
* More info - https://github.com/adobe-apiplatform/user-sync.py/blob/v2-multi-dir-cred/docs/en/user-manual/additional_tools.md
13+
14+
## Support for Multiple Identity Sources
15+
16+
* UST can now sync from more than one identity source at a time
17+
* All types supported - `ldap`, `csv`, `adobe_console` and `okta`
18+
* Mutiple sources of a given type can be used
19+
* Group mappings can apply to all sources or refer to specific sources
20+
* More info - https://github.com/adobe-apiplatform/user-sync.py/blob/v2-multi-dir-cred/docs/en/user-manual/advanced_configuration.md#working-with-multiple-identity-source
21+
22+
---
23+
124
| tag | date | title |
225
|---|---|---|
326
| v2.6.5 | 2021-09-16 | User Sync Tool v2.6.5 |

.changelog/latest.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
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+
## Credential Management
64

7-
# Build Information
5+
* Save plantext secrets automatically to OS keychain
6+
* Convert from plaintext config keys to secure config keys
7+
* Supports UMAPI private key encryption
8+
* More info - https://github.com/adobe-apiplatform/user-sync.py/blob/v2-multi-dir-cred/docs/en/user-manual/additional_tools.md
89

9-
* Builds are now made with Python 3.9 on all platforms
10-
* Separate build for Ubuntu Bionic (18.04)
10+
## Support for Multiple Identity Sources
11+
12+
* UST can now sync from more than one identity source at a time
13+
* All types supported - `ldap`, `csv`, `adobe_console` and `okta`
14+
* Mutiple sources of a given type can be used
15+
* Group mappings can apply to all sources or refer to specific sources
16+
* More info - https://github.com/adobe-apiplatform/user-sync.py/blob/v2-multi-dir-cred/docs/en/user-manual/advanced_configuration.md#working-with-multiple-identity-source

user_sync/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = '2.6.5'
21+
__version__ = '2.7.0-multi-cred-rc1'

0 commit comments

Comments
 (0)