Releases: cloudposse/github-authorized-keys
Releases · cloudposse/github-authorized-keys
v1.3.0
v1.2.1
Do not build binaries for windows @goruha (#43)
## what * Use custom `.goreleaser.yaml`why
github-authorized-keys
should not build for windows that we do for org global config
Go auto release workflows @goruha (#42)
# What * Use go auto-release workflow `cloudposse/.github/.github/workflows/shared-go-auto-release.yml@main` * Remove `.goreleaser.yml`. Now will use https://github.com/cloudposse/.github/blob/main/.github/goreleaser.yml * Drop `auto-release.yaml`. Now will use https://github.com/cloudposse/.github/blob/main/.github/auto-release.yml and https://github.com/cloudposse/.github/blob/main/.github/auto-release-hotfix.ymlWhy
- Consolidate go releases workflow pattern
1.2.0
Update code. Add standard GitHub workflows. Add `goreleaser` @aknysh (#38)
what
- Update code
- Add standard GitHub workflows
- Add
goreleaser
why
- Keep the repo up to date
- Add error handling to
Go
code - Use Cloud Posse standard GitHub workflows
- Use
goreleaser
to release thegithub-authorized-keys
binary for all OSs and architectures
1.1.0 Add support for Github Enterprise. Update deps
what && why
- Add support for Github Enterprise
- Update deps
- Remove Glide and add uses Go Modules
1.0.3: Release Tiny Alpine 3.5 Docker Image (#24)
* Add new Dockerfile * Test custom build-harness * Test 2-stage build process * undo test * fix path * fix order of operations * Rewrite to use docker for building * remove language declaration * escape $ * Fix vars * Disable test * fix test * golang:1.8 test fixes * golang:1.8 test fixes * add group tpl * Debug logging * missing brace * define log * use gid for test * fix test * fix lint * remove unused dockerfile * add libc6-compat * Export DOCKER_IMAGE_NAME * add ca-certificates
1.0.2: Use Pager for GitHub API calls (#22)
* Use pager for api call * Fix bug with teams * Did right refactoring * Did right refactoring * Fix some tests * Added right support of paginators * Address comments in PR * Fix etcd tests * Made tests to check pagination api calls * Added check for team members > 1
1.0.1: Check if Linux User Exists Using Lowercase Name (#20)
* check linux user exists using lowercase name * fmt code * move gid check