This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
0.8.0.2 Fix check for GitHub team membership
Pre-release
Pre-release
Important Notes
It is recommended that all users update to version 0.9.0.2 (or later) which has the latest security fixes. There are known security issues with this and earlier versions.
This version is a fork based on runatlantis/atlantis
v0.8.0. Future release numbering will keep the runatlantis/atlantis
base version as the first 3 numbers, with a 4th number added and increasing with every CloudPosse enhancement release.
This version incorporates CloudPosse's custom gh-team-whitelist
feature.
This and future versions can be installed using the Alpine package manager apk
:
apk add cloudposse-atlantis@cloudposse==0.8.0.2-r0
It is installed as /usr/bin/atlantis
using the Debian alternatives system (update-alternatives
)
what
- Fix check for GitHub team membership
why
- If a user was not a member of a GitHub team, the GitHub API returns an HTTP 404 error (https://developer.github.com/v3/teams/members/#get-team-membership) and the Go code stopped checking for other teams. Now it continues checking all teams