Skip to content

Commit

Permalink
glab: use newest not breaking version
Browse files Browse the repository at this point in the history
using newer version causes below error after pull-gitlab-variables.sh

{"level":"error","ts":"2024-04-29T09:34:57.278Z","caller":"events/instrumented_project_command_runner.go:78","msg":"Error running plan operation: Invalid environment variable definition: failed checking for glab updates: GET https://gitlab.com/api/v4/projects/gitlab-org/cli/releases: 401 {message: 401 Unauthorized}\nPGPASSWORD=xxx,GOOGLE_APPLICATION_CREDENTIALS=/atlantis-data/repos/getindata/infra/infrastructure/212/default/environments/dev/infra/GOOGLE_APPLICATION_CREDENTIALS_27049,APPROVAL_CONFIG_PATH=,ARM_USE_MSI=false\n (invalid key syntax)\ncheckov 3.2.74 is already installed\nconftest 0.50.0 is already installed\nglab 1.31.0 is already installed\ngojq 0.12.14 is already installed\nhelm 3.14.4 is already installed\ninfracost 0.10.35 is already installed\nkubectl 1.30.0 is already installed\nterraform-docs 0.16.0 is already installed\nterraform 1.3.6 is already installed\nterragrunt 0.42.5 is already installed\ntflint 0.43.0 is already installed\nyq 4.42.1 is already installed\n","json":{"repo":"getindata/infra/infrastructure","pull":"212"},"stacktrace":"github.com/runatlantis/atlantis/server/events.RunAndEmitStats\n\tgithub.com/runatlantis/atlantis/server/events/instrumented_project_command_runner.go:78\ngithub.com/runatlantis/atlantis/server/events.(*InstrumentedProjectCommandRunner).Plan\n\tgithub.com/runatlantis/atlantis/server/events/instrumented_project_command_runner.go:38\ngithub.com/runatlantis/atlantis/server/events.runProjectCmds\n\tgithub.com/runatlantis/atlantis/server/events/project_command_pool_executor.go:48\ngithub.com/runatlantis/atlantis/server/events.(*PlanCommandRunner).run\n\tgithub.com/runatlantis/atlantis/server/events/plan_command_runner.go:262\ngithub.com/runatlantis/atlantis/server/events.(*PlanCommandRunner).Run\n\tgithub.com/runatlantis/atlantis/server/events/plan_command_runner.go:306\ngithub.com/runatlantis/atlantis/server/events.(*DefaultCommandRunner).RunCommentCommand\n\tgithub.com/runatlantis/atlantis/server/events/command_runner.go:365"}
  • Loading branch information
moss2k13 committed Apr 29, 2024
1 parent fb1d9cb commit 66e2f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG TF_VERSION=1.5.7
ARG TG_VERSION=0.55.13
ARG TG_ATLANTIS_VERSION=1.17.4
ARG CONFTEST_VERSION=0.50.0
ARG GLAB_VERSION=1.37.0
ARG GLAB_VERSION=1.30.0
ARG GOJQ_VERSION=0.12.14
ARG YQ_VERSION=4.42.1
ARG AZURE_CLI_VERSION=2.58.0
Expand Down

0 comments on commit 66e2f21

Please sign in to comment.