Releases: shairozan/pam-exec-oauth2
Releases · shairozan/pam-exec-oauth2
v0.0.1-rc1
Changelog
- 3e06985
- da53c09 Add .travis.yml
- 781e4ac Add vgo support
- 190f4e2 Bump cloud.google.com/go from 0.46.3 to 0.110.0
- 185abe6 Bump golang.org/x/net from 0.0.0-20210610132358-84b48f89b13b to 0.8.0
- ada262f Bump golang.org/x/net from 0.8.0 to 0.9.0
- 45629b7 Change CI
- cc3a4e4 Cleanup codes
- 3eb0d13 Create LICENSE
- 452a1ec Create README.md
- 3834c77 Create codeql.yml
- 45a8031 Create dependabot.yml
- 15ef0a0 Edit README.md
- 023ac35 Fix build error on Go 1.9/1.10/1.11
- 951811f Fix indent in README.md
- be8bbf1 Import golang.org/x/oauth2 to internal/oauth2
- 8a7eef5 Merge commit '4253bbf596d3dc4d7f952e624f9cbda9c8359372'
- 142f819 Merge commit '456e3e9dd8567a10ac64aa78b9dcea2f63531a95' as 'vendor/golang.org/x/oauth2'
- 882bb4f Merge commit '5af3b4d7683494bac69ee18166d2c9f035c1e541'
- e0ac484 Merge commit '72f5e2529dca1195a973c77b4ba14f4b13663185'
- 21308ad Merge commit 'a7fd5d7dfd768405361fb8e2fb5b5e106b7ef737' into next
- a1b5e10 Merge commit 'ad2c3d7c3a7e3207bdbb31a5c4afc009d54bfd54' as 'internal/oauth2'
- d1c8b35 Merge pull request shimt#3 from sneakpeak4/dependabot/go_modules/cloud.google.com/go-0.110.0
- dc4d7d1 Merge pull request shimt#4 from sneakpeak4/dependabot/go_modules/golang.org/x/net-0.8.0
- 0d494d3 Merge pull request shimt#5 from sneakpeak4/dependabot/go_modules/golang.org/x/net-0.9.0
- 190b5a3 Remove vendor directory
- dcefd90 Squashed 'internal/oauth2/' changes from bf48bf1..f6687ab
- ad2c3d7 Squashed 'internal/oauth2/' content from commit bf48bf1
- a7fd5d7 Squashed 'vendor/golang.org/x/oauth2/' changes from 0f29369..bf48bf1
- 5af3b4d Squashed 'vendor/golang.org/x/oauth2/' changes from 30fcca6..bb50c06
- 4253bbf Squashed 'vendor/golang.org/x/oauth2/' changes from 810daf0..30fcca6
- 72f5e25 Squashed 'vendor/golang.org/x/oauth2/' changes from bb50c06..0f29369
- 456e3e9 Squashed 'vendor/golang.org/x/oauth2/' content from commit 810daf0
- 286dc43 Up to date Go 1.11
- 9fbbb08 Update .gitignore
- 0b3aa12 Update Go 1.13
- f7de27e Update Go 1.14
- 067d892 Update Go 1.16
- 5b1cb56 Update README
- 3cef07c Update internal/oauth2 from golang.org/x/oauth2
- d090719 Update module dependencies
- fe25759 added Azure Active Directory support
- f3011e0 ci: adding actions for goreleaser
- 8f4c02b ci: making sure action only runs on tag operations
- 6255ee2 ci: updating with goreleaser config
- 33fe119 feature: adding mage file
- 49732e2 initial commit.
- 2a968b2 refactor: renaming space, bump to 1.20, fixing deps
- 5bb1b9b refactor: updating mage to operate on constants
v0.0.1
Automation
On top of existing workflows, there's the addition of a goreleaser workflow to populate releases based on the three known architectures from previous forks.
Magefile
A magefile was added to facilitate build operations with mage. Mage can be installed with brew install mage
on Mac systems. You can then run:
mage linux
mage arm64
mage arm
to build the binaries respectively