Skip to content

Releases: cloudposse/github-authorized-keys

v1.3.0

19 Jun 21:59
7e06d2c
Compare
Choose a tag to compare
Fix tag name @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 @goruha (#45) ## what * `extends` settings what wrong
Fix settings yaml @goruha (#44) ## what * `extends` settings what wrong

v1.2.1

22 Apr 22:47
7429d1b
Compare
Choose a tag to compare
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.yml

Why

  • Consolidate go releases workflow pattern
Auto release fix @goruha (#41) # What * Use auto relesase shared workflow

Why

Consolidate auto-release workflow @goruha (#40) ## what * Use `cloudposse/github-action-auto-release` in `auto-release.yaml` workflow

why

  • Solve old nodejs warning
  • Reduce duplication of code

1.2.0

12 Apr 19:27
2a6e558
Compare
Choose a tag to compare
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 the github-authorized-keys binary for all OSs and architectures

1.1.0 Add support for Github Enterprise. Update deps

12 Apr 01:58
cc321e3
Compare
Choose a tag to compare

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)

23 May 15:07
Compare
Choose a tag to compare
* 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)

20 Apr 18:25
Compare
Choose a tag to compare
* 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)

28 Mar 18:22
Compare
Choose a tag to compare
* check linux user exists using lowercase name

* fmt code

* move gid check

1.0.0

22 Mar 20:06
Compare
Choose a tag to compare
Build Releases (#15)