Skip to content

Releases: advanced-security/github-app-auth

v1.1.2 - maintenance release

Choose a tag to compare

@aegilops aegilops released this 11 Dec 11:25
ac475ac

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

Choose a tag to compare

@aegilops aegilops released this 27 May 09:54
7f8a9d7

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

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@rvermeulen rvermeulen released this 08 Dec 10:33
  • Add support for multiple installations

    This adds the flags install-id and owner that can be used to identify
    an installation to be used for authentication.

    The install-id flag accepts an installation id that can be found with
    our REST API List installations for authenticated
    app

    The owner flag accepts an organization or user to identify an
    installation to be used for authentication.

    By default the last installation is used.

v1.0.0

Choose a tag to compare

@rvermeulen rvermeulen released this 02 Dec 14:40
Add newline to usage message

v1.0.0-beta.4

v1.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@rvermeulen rvermeulen released this 26 Nov 14:14
  • Generate the installation token with the GitHub App scopes

    This enables use cases requiring scopes other than security_events.

v1.0.0-beta.3

v1.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@rvermeulen rvermeulen released this 26 Nov 12:41
  • 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

v1.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@rvermeulen rvermeulen released this 25 Nov 19:07
  • Add error checking when importing PEM file

v1.0.0-beta

v1.0.0-beta Pre-release
Pre-release

Choose a tag to compare

@rvermeulen rvermeulen released this 25 Nov 16:34

First beta release.