-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.default
82 lines (56 loc) · 1.82 KB
/
config.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# =============================================================================
# Container user
CIRCLECI_USER=circleci
# Application environment
APPLICATION_DESCRIPTION="Planet 4 base image for CI/CD operations in CircleCI"
GOOGLE_PROJECT_ID=planet-4-151612
# Build image
BUILD_NAMESPACE=greenpeaceinternational
IMAGE_NAME=circleci-base
# Upstream image
BASE_IMAGE=php
BASE_NAMESPACE=cimg
BASE_TAG=7.3
NODE_VERSION=16.19.0
# =============================================================================
# Vendor application versions
# https://www.npmjs.com/package/bats
BATS_VERSION=1.2.0
# https://pypi.org/project/flake8/
FLAKE8_VERSION=3.8.4
# https://github.com/petervanderdoes/gitflow-avh/releases
GIT_FLOW_VERSION=1.12.3
# https://pypi.org/project/GitPython/
GITPYTHON_VERSION=3.1.24
# https://cloud.google.com/sdk/docs/quickstart-linux
GOOGLE_SDK_VERSION=464.0.0
# https://github.com/hadolint/hadolint/releases
HADOLINT_VERSION=1.18.0
# https://github.com/helm/helm/releases
HELM2_VERSION=2.17.0
# https://github.com/helm/helm/releases
HELM3_VERSION=3.14.2
# https://www.npmjs.com/package/junit-merge
JUNIT_MERGE_VERSION=2.0.0
# https://pypi.org/project/requests-oauthlib/
OAUTHLIB_VERSION=1.3.0
# https://pypi.org/project/pycircleci/
PYCIRCLECI_VERSION=0.4.1
# https://pypi.org/project/PyGithub/
PYGITHUB_VERSION=1.55
# https://github.com/sendgrid/sendgrid-python
SENDGRID_VERSION=6.9.7
# https://pypi.org/project/semver/
SEMVER_VERSION=2.13.0
# https://github.com/koalaman/shellcheck
SHELLCHECK_VERSION=0.7.1
# https://github.com/mvdan/sh/releases
SHFMT_VERSION=3.1.2
# https://www.npmjs.com/package/tap-xunit
TAP_XUNIT_VERSION=2.4.1
# https://github.com/aquasecurity/trivy/releases
TRIVY_VERSION=0.16.0
# https://pypi.org/project/yamllint/#history
YAMLLINT_VERSION=1.25.0
# https://pypi.org/project/yq/#history
YQ_VERSION=2.11.1