Releases: cloudpups/github-teams-user-sync
Releases · cloudpups/github-teams-user-sync
v0.8.0
What's Changed
- 🧹 Address code smells by @JoshuaTheMiller in #55
- 🧹 Address code smells by @JoshuaTheMiller in #56
- 💡 Allow Orgs to add Security Manager Teams by @JoshuaTheMiller in #60
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- ⬆️ Bump octokit from 3.1.1 to 3.1.2 by @dependabot in #45
- ⬆️ Bump @types/ldapjs from 3.0.2 to 3.0.5 by @dependabot in #46
- ⬆️ Bump nodemon from 2.0.22 to 3.0.2 by @dependabot in #48
- ⬆️ Bump axios-retry from 3.9.1 to 4.0.0 by @dependabot in #47
- ⬆️ Bump @octokit/types from 11.1.0 to 12.4.0 by @dependabot in #49
- 🐛 fix team name dash issue by @JoshuaTheMiller in #51
- Teams to ignore by @JoshuaTheMiller in #52
Full Changelog: v0.6.1...v0.7.0
v0.6.1
v0.6.0
What's Changed
- ⬆️ Bump octokit from 3.1.0 to 3.1.1 by @dependabot in #36
- ⬆️ Bump @types/ldapjs from 3.0.1 to 3.0.2 by @dependabot in #34
- Support Display Names by @JoshuaTheMiller in #38
Full Changelog: v0.5.9...v0.6.0
v0.5.9
:bulb: enhance org sync result * To clearly show when sync does not occur due to configuration
v0.5.8
Feature: check in-flight invitations (#32) Shifting gears since the Cancel Invites API either doesn't work or I just haven't figured it out... This feature makes the output of sync jobs better by displaying whether a user has an existing Invite or not. This will allow interested parties to more accurately check on the status of their team(s). ---- Context: https://github.com/cloudpups/github-teams-user-sync/issues/3 ...more detail to be added to PR. The list invites endpoint seems to only be returning 404s during testing of this. As such, development of this particular feature will be put on hold until I/we can figure out what is happening with that call 😀
v0.5.7
:bulb: append org owners via config * Closes https://github.com/cloudpups/github-teams-user-sync/issues/30 * Adds instead of syncs/deletes so as to not cause any conflicts. May add ability for sync bot to rectify owners group with real owners at some point in the future via a config flag
v0.5.6
Use standard logger at least for startup * This will help make startup logs more consistent
v0.5.5
:bug: use proper property for AI events
v0.5.4
:bug: fix event reporting * Clean up logger implementation using composite