Releases: cloudposse/github-authorized-keys
Releases · cloudposse/github-authorized-keys
v1.3.2
What's Changed
- Fix release workflow permissions by Igor Rodionov (@goruha) in #53
Full Changelog: v1.3.0...v1.3.2
v1.3.1
What's Changed
- Fix settings yaml by Igor Rodionov (@goruha) in #44
- Fix settings yaml by Igor Rodionov (@goruha) in #45
- Fix tag name by Igor Rodionov (@goruha) in #52
Full Changelog: 1.2.1...v1.3.1
v1.3.0
Fix tag name Igor Rodionov (@goruha) (#52)
## what * Make tags be prefixed with `v`why
- Fix tags naming
Reference
- DEV-2352 Atmos v1.81.0 release broke packages due to missing "v" prefix in the tag name, please fix it and let me know to create the package
Fix settings yaml Igor Rodionov (@goruha) (#45)
## what * `extends` settings what wrongFix settings yaml Igor Rodionov (@goruha) (#44)
## what * `extends` settings what wrongv1.2.1
Do not build binaries for windows Igor Rodionov (@goruha) (#43)
## what * Use custom `.goreleaser.yaml`why
github-authorized-keysshould not build for windows that we do for org global config
Go auto release workflows Igor Rodionov (@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
Auto release fix Igor Rodionov (@goruha) (#41)
# What * Use auto relesase shared workflowWhy
Consolidate auto-release workflow Igor Rodionov (@goruha) (#40)
## what * Use `cloudposse/github-action-auto-release` in `auto-release.yaml` workflowwhy
- Solve old nodejs warning
- Reduce duplication of code
1.2.0
Update code. Add standard GitHub workflows. Add `goreleaser` Andriy Knysh (@aknysh) (#38)
what
- Update code
- Add standard GitHub workflows
- Add
goreleaser
why
- Keep the repo up to date
- Add error handling to
Gocode - Use Cloud Posse standard GitHub workflows
- Use
goreleaserto release thegithub-authorized-keysbinary 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