Releases: advanced-security/github-app-auth
Release list
v1.1.2 - maintenance release
What's Changed
- Bump golang.org/x/crypto from 0.38.0 to 0.45.0 in the go_modules group across 1 directory by @dependabot[bot] in #9
Full Changelog: v1.1.1...v1.1.2
v1.1.1 - maintenance release
What's Changed
- Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 by @dependabot in #2
- Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.7.0 by @dependabot in #1
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #3
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #4
- Bump the go_modules group across 1 directory with 2 updates by @dependabot in #6
- Bump golang.org/x/net from 0.21.0 to 0.38.0 in the go_modules group across 1 directory by @dependabot in #7
- Update golang-jwt to patched version by @aegilops in #8
New Contributors
- @dependabot made their first contribution in #2
- @aegilops made their first contribution in #8
Full Changelog: v1.1.0...v1.1.1
v1.1.0
-
Add support for multiple installations
This adds the flags
install-idandownerthat can be used to identify
an installation to be used for authentication.The
install-idflag accepts an installation id that can be found with
our REST API List installations for authenticated
appThe
ownerflag accepts an organization or user to identify an
installation to be used for authentication.By default the last installation is used.
v1.0.0
v1.0.0-beta.4
-
Generate the installation token with the GitHub App scopes
This enables use cases requiring scopes other than
security_events.
v1.0.0-beta.3
-
Abstract the actions into a GitHubApp type
The new GitHubApp type exposes an interface to create an installation
token or to create a GitHub client configured with an installation token
to interact with the GitHub API. -
Update the README
- Make the description more generic.
- Add example use case of listing repositories using the GitHub CLI.
v1.0.0-beta.2
- Add error checking when importing PEM file
v1.0.0-beta
First beta release.