Skip to content

Releases: cloudposse/github-authorized-keys

v1.3.2

13 Aug 13:55
bba1f2a

Choose a tag to compare

v1.3.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3.0...v1.3.2

v1.3.1

13 Aug 11:10
7e06d2c

Choose a tag to compare

v1.3.1 Pre-release
Pre-release

What's Changed

Full Changelog: 1.2.1...v1.3.1

v1.3.0

19 Jun 21:59
7e06d2c

Choose a tag to compare

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 wrong
Fix settings yaml Igor Rodionov (@goruha) (#44) ## what * `extends` settings what wrong

v1.2.1

22 Apr 22:47
7429d1b

Choose a tag to compare

Do not build binaries for windows Igor Rodionov (@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 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.yml

Why

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

Why

Consolidate auto-release workflow Igor Rodionov (@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

Choose a tag to compare

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 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

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

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

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

Choose a tag to compare

* check linux user exists using lowercase name

* fmt code

* move gid check

1.0.0

22 Mar 20:06

Choose a tag to compare

Build Releases (#15)