From fcf7d2962260a04530880e275101bedb9a7a6c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 22:16:39 -0500 Subject: [PATCH] build(deps): bump github.com/urfave/negroni from 0.3.0 to 1.0.0 (#1922) * 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] * 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 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rui Chen --- go.mod | 2 +- go.sum | 4 ++-- runatlantis.io/docs/deployment.md | 4 ++-- 3 files changed, 5 insertions(+), 5 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= 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)