From 250aef775f375263d30e25c6df58b4a366dfd5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 12:12:33 +0000 Subject: [PATCH 1/2] build(deps): bump github.com/urfave/negroni from 0.3.0 to 1.0.0 Bumps [github.com/urfave/negroni](https://github.com/urfave/negroni) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/urfave/negroni/releases) - [Changelog](https://github.com/urfave/negroni/blob/master/CHANGELOG.md) - [Commits](https://github.com/urfave/negroni/compare/v0.3.0...v1.0.0) --- updated-dependencies: - dependency-name: github.com/urfave/negroni dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 16f473b4b9..456042ba7c 100644 --- a/go.mod +++ b/go.mod @@ -92,7 +92,7 @@ require ( github.com/subosito/gotenv v1.2.0 // indirect github.com/ulikunitz/xz v0.5.8 // indirect github.com/urfave/cli v1.22.5 - github.com/urfave/negroni v0.3.0 + github.com/urfave/negroni v1.0.0 github.com/xanzy/go-gitlab v0.51.1 github.com/zclconf/go-cty v1.5.1 // indirect go.etcd.io/bbolt v1.3.6 diff --git a/go.sum b/go.sum index df9a10661f..94d6cebd1e 100644 --- a/go.sum +++ b/go.sum @@ -420,8 +420,8 @@ github.com/ulikunitz/xz v0.5.8 h1:ERv8V6GKqVi23rgu5cj9pVfVzJbOqAY2Ntl88O6c2nQ= github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14= github.com/urfave/cli v1.22.5 h1:lNq9sAHXK2qfdI8W+GRItjCEkI+2oR4d+MEHy1CKXoU= github.com/urfave/cli v1.22.5/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= -github.com/urfave/negroni v0.3.0 h1:PaXOb61mWeZJxc1Ji2xJjpVg9QfPo0rrB+lHyBxGNSU= -github.com/urfave/negroni v0.3.0/go.mod h1:Meg73S6kFm/4PpbYdq35yYWoCZ9mS/YSx+lKnmiohz4= +github.com/urfave/negroni v1.0.0 h1:kIimOitoypq34K7TG7DUaJ9kq/N4Ofuwi1sjz0KipXc= +github.com/urfave/negroni v1.0.0/go.mod h1:Meg73S6kFm/4PpbYdq35yYWoCZ9mS/YSx+lKnmiohz4= github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk= github.com/xanzy/go-gitlab v0.51.1 h1:wWKLalwx4omxFoHh3PLs9zDgAD4GXDP/uoxwMRCSiWM= github.com/xanzy/go-gitlab v0.51.1/go.mod h1:Q+hQhV508bDPoBijv7YjK/Lvlb4PhVhJdKqXVQrUoAE= From dec3e71c1e44ecfeb7fa7f36ebc4ce8615431404 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 3 Dec 2021 22:10:59 -0500 Subject: [PATCH 2/2] fix broken link ``` $ curl -I https://tf-registry.herokuapp.com/modules/terraform-aws-modules/atlantis/aws/latest HTTP/1.1 503 Service Unavailable ``` ref, https://app.circleci.com/pipelines/github/runatlantis/atlantis/1694/workflows/35fa6a93-77e2-4b48-8d0c-e4e9425908cc/jobs/8747 --- runatlantis.io/docs/deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runatlantis.io/docs/deployment.md b/runatlantis.io/docs/deployment.md index 45685cb075..542afad983 100644 --- a/runatlantis.io/docs/deployment.md +++ b/runatlantis.io/docs/deployment.md @@ -73,7 +73,7 @@ To install: ```sh helm install atlantis runatlantis/atlantis -f values.yaml ``` - + If you are using helm v2, run: ```sh helm install -f values.yaml runatlantis/atlantis @@ -524,7 +524,7 @@ OpenShift runs Docker images with random user id's that use `/` as their home di ### AWS Fargate If you'd like to run Atlantis on [AWS Fargate](https://aws.amazon.com/fargate/) - check out the Atlantis module on the [Terraform Module Registry](https://tf-registry.herokuapp.com/modules/terraform-aws-modules/atlantis/aws/latest) + check out the Atlantis module on the [Terraform Module Registry](https://registry.terraform.io/modules/terraform-aws-modules/atlantis/aws/latest) and then check out the [Next Steps](#next-steps). ### Google Kubernetes Engine (GKE)