diff --git a/.drone.yml b/.drone.yml index bb3b01a59d9..ad4cc78a2b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - ./bin/build verify-drone @@ -81,21 +81,21 @@ steps: - yarn install --immutable depends_on: - grabpl - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - yarn betterer ci depends_on: - yarn-install failure: ignore - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: betterer-frontend - commands: - yarn run ci:test-frontend @@ -103,7 +103,7 @@ steps: - yarn-install environment: TEST_MAX_WORKERS: 50% - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-frontend trigger: event: @@ -144,7 +144,7 @@ steps: - commands: - yarn install --immutable depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - yarn run prettier:check @@ -155,7 +155,7 @@ steps: - yarn-install environment: TEST_MAX_WORKERS: 50% - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: lint-frontend trigger: event: @@ -198,7 +198,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - '# It is required that code generated from Thema/CUE be committed and in sync @@ -207,25 +207,25 @@ steps: in output.' - CODEGEN_VERIFY=1 make gen-cue depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - go test -short -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend - commands: - go test -run Integration -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend-integration trigger: event: @@ -272,12 +272,12 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - make gen-go depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - apt-get update && apt-get install make @@ -286,7 +286,7 @@ steps: - wire-install environment: CGO_ENABLED: "1" - image: golang:1.19.1 + image: golang:1.19.2 name: lint-backend trigger: event: @@ -338,7 +338,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - '# It is required that code generated from Thema/CUE be committed and in sync @@ -347,19 +347,19 @@ steps: in output.' - CODEGEN_VERIFY=1 make gen-cue depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - yarn install --immutable depends_on: - grabpl - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - failure: ignore image: grafana/drone-downstream @@ -379,7 +379,7 @@ steps: depends_on: - wire-install - compile-build-cmd - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-backend - commands: - ./bin/build build-frontend --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER} @@ -388,7 +388,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend - commands: - ./bin/build build-frontend-packages --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER} @@ -396,14 +396,14 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend-packages - commands: - ./bin/build build-plugins --jobs 8 --edition oss depends_on: - yarn-install environment: null - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-plugins - commands: - . scripts/build/gpg-test-vars.sh && ./bin/build package --jobs 8 --edition oss @@ -414,7 +414,7 @@ steps: - build-frontend - build-frontend-packages environment: null - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: package - commands: - ./scripts/grafana-server/start-server @@ -427,7 +427,7 @@ steps: environment: ARCH: linux-amd64 PORT: 3001 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: grafana-server - commands: - apt-get install -y netcat @@ -505,7 +505,7 @@ steps: - build-frontend-packages environment: NODE_OPTIONS: --max_old_space_size=4096 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-storybook when: paths: @@ -516,7 +516,7 @@ steps: - cp dist/*.tar.gz* packaging/docker/ depends_on: - package - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: copy-packages-for-docker - commands: - yarn wait-on http://$HOST:$PORT @@ -603,7 +603,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - echo $DRONE_RUNNER_NAME @@ -616,13 +616,13 @@ steps: in output.' - CODEGEN_VERIFY=1 make gen-cue depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - apt-get update @@ -638,7 +638,7 @@ steps: GRAFANA_TEST_DB: postgres PGPASSWORD: grafanatest POSTGRES_HOST: postgres - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: postgres-integration-tests - commands: - apt-get update @@ -654,7 +654,7 @@ steps: environment: GRAFANA_TEST_DB: mysql MYSQL_HOST: mysql - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: mysql-integration-tests trigger: event: @@ -711,7 +711,7 @@ steps: - yarn install --immutable depends_on: - grabpl - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - |- @@ -723,7 +723,7 @@ steps: wan" > words_to_ignore.txt - codespell -I words_to_ignore.txt docs/ - rm words_to_ignore.txt - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: codespell - commands: - yarn run prettier:checkDocs @@ -731,7 +731,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: lint-docs - commands: - ./bin/build build-frontend-packages --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER} @@ -739,7 +739,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend-packages - commands: - mkdir -p /hugo/content/docs/grafana @@ -752,7 +752,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd trigger: event: @@ -788,13 +788,13 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - ./bin/build shellcheck depends_on: - compile-build-cmd - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: shellcheck trigger: event: @@ -840,7 +840,7 @@ steps: - yarn install --immutable depends_on: - grabpl - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - |- @@ -852,7 +852,7 @@ steps: wan" > words_to_ignore.txt - codespell -I words_to_ignore.txt docs/ - rm words_to_ignore.txt - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: codespell - commands: - yarn run prettier:checkDocs @@ -860,7 +860,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: lint-docs - commands: - ./bin/build build-frontend-packages --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER} @@ -868,7 +868,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend-packages - commands: - mkdir -p /hugo/content/docs/grafana @@ -881,7 +881,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd trigger: branch: main @@ -927,21 +927,21 @@ steps: - yarn install --immutable depends_on: - grabpl - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - yarn betterer ci depends_on: - yarn-install failure: ignore - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: betterer-frontend - commands: - yarn run ci:test-frontend @@ -949,7 +949,7 @@ steps: - yarn-install environment: TEST_MAX_WORKERS: 50% - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-frontend trigger: branch: main @@ -987,7 +987,7 @@ steps: - commands: - yarn install --immutable depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - yarn run prettier:check @@ -998,7 +998,7 @@ steps: - yarn-install environment: TEST_MAX_WORKERS: 50% - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: lint-frontend trigger: branch: main @@ -1038,7 +1038,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - '# It is required that code generated from Thema/CUE be committed and in sync @@ -1047,25 +1047,25 @@ steps: in output.' - CODEGEN_VERIFY=1 make gen-cue depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - go test -short -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend - commands: - go test -run Integration -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend-integration trigger: branch: main @@ -1105,12 +1105,12 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - make gen-go depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - apt-get update && apt-get install make @@ -1119,7 +1119,7 @@ steps: - wire-install environment: CGO_ENABLED: "1" - image: golang:1.19.1 + image: golang:1.19.2 name: lint-backend - commands: - ./bin/build verify-drone @@ -1171,7 +1171,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - '# It is required that code generated from Thema/CUE be committed and in sync @@ -1180,19 +1180,19 @@ steps: in output.' - CODEGEN_VERIFY=1 make gen-cue depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - yarn install --immutable depends_on: - grabpl - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git" @@ -1213,7 +1213,7 @@ steps: from_secret: github_token TEST_TAG: v0.0.0-test failure: ignore - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: trigger-test-release when: paths: @@ -1227,7 +1227,7 @@ steps: depends_on: - wire-install - compile-build-cmd - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-backend - commands: - ./bin/build build-frontend --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER} @@ -1236,7 +1236,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend - commands: - ./bin/build build-frontend-packages --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER} @@ -1244,7 +1244,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend-packages - commands: - ./bin/build build-plugins --jobs 8 --edition oss @@ -1253,7 +1253,7 @@ steps: environment: GRAFANA_API_KEY: from_secret: grafana_api_key - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-plugins - commands: - ./bin/build package --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER} --sign @@ -1271,7 +1271,7 @@ steps: from_secret: gpg_pub_key GRAFANA_API_KEY: from_secret: grafana_api_key - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: package - commands: - ./scripts/grafana-server/start-server @@ -1284,7 +1284,7 @@ steps: environment: ARCH: linux-amd64 PORT: 3001 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: grafana-server - commands: - apt-get install -y netcat @@ -1362,7 +1362,7 @@ steps: - build-frontend-packages environment: NODE_OPTIONS: --max_old_space_size=4096 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-storybook when: paths: @@ -1373,7 +1373,7 @@ steps: - cp dist/*.tar.gz* packaging/docker/ depends_on: - package - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: copy-packages-for-docker - commands: - yarn wait-on http://$HOST:$PORT @@ -1417,7 +1417,7 @@ steps: GRAFANA_MISC_STATS_API_KEY: from_secret: grafana_misc_stats_api_key failure: ignore - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: publish-frontend-metrics when: repo: @@ -1500,7 +1500,7 @@ steps: environment: NPM_TOKEN: from_secret: npm_token - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: release-canary-npm-packages when: repo: @@ -1596,7 +1596,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - echo $DRONE_RUNNER_NAME @@ -1609,13 +1609,13 @@ steps: in output.' - CODEGEN_VERIFY=1 make gen-cue depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - apt-get update @@ -1631,7 +1631,7 @@ steps: GRAFANA_TEST_DB: postgres PGPASSWORD: grafanatest POSTGRES_HOST: postgres - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: postgres-integration-tests - commands: - apt-get update @@ -1647,7 +1647,7 @@ steps: environment: GRAFANA_TEST_DB: mysql MYSQL_HOST: mysql - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: mysql-integration-tests trigger: branch: main @@ -1799,7 +1799,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - echo $DRONE_RUNNER_NAME @@ -1952,33 +1952,33 @@ steps: in output.' - CODEGEN_VERIFY=1 make gen-cue depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - yarn install --immutable depends_on: - grabpl - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - ./bin/build build-backend --jobs 8 --edition oss ${DRONE_TAG} depends_on: - wire-install - compile-build-cmd - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-backend - commands: - ./bin/build build-frontend --jobs 8 --edition oss ${DRONE_TAG} @@ -1987,7 +1987,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend - commands: - ./bin/build build-frontend-packages --jobs 8 --edition oss ${DRONE_TAG} @@ -1995,7 +1995,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend-packages - commands: - ./bin/build build-plugins --jobs 8 --edition oss @@ -2004,7 +2004,7 @@ steps: environment: GRAFANA_API_KEY: from_secret: grafana_api_key - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-plugins - commands: - ./bin/build package --jobs 8 --edition oss --sign ${DRONE_TAG} @@ -2022,14 +2022,14 @@ steps: from_secret: gpg_pub_key GRAFANA_API_KEY: from_secret: grafana_api_key - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: package - commands: - ls dist/*.tar.gz* - cp dist/*.tar.gz* packaging/docker/ depends_on: - package - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: copy-packages-for-docker - commands: - ./bin/build build-docker --edition oss --shouldSave @@ -2068,7 +2068,7 @@ steps: environment: ARCH: linux-amd64 PORT: 3001 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: grafana-server - commands: - apt-get install -y netcat @@ -2146,7 +2146,7 @@ steps: - build-frontend-packages environment: NODE_OPTIONS: --max_old_space_size=4096 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-storybook when: paths: @@ -2206,7 +2206,7 @@ steps: from_secret: gcp_key PRERELEASE_BUCKET: from_secret: prerelease_bucket - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: store-npm-packages trigger: event: @@ -2262,26 +2262,26 @@ steps: in output.' - CODEGEN_VERIFY=1 make gen-cue depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - yarn install --immutable depends_on: - grabpl - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - apt-get update && apt-get install make @@ -2290,7 +2290,7 @@ steps: - wire-install environment: CGO_ENABLED: "1" - image: golang:1.19.1 + image: golang:1.19.2 name: lint-backend - commands: - yarn run prettier:check @@ -2301,19 +2301,19 @@ steps: - yarn-install environment: TEST_MAX_WORKERS: 50% - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: lint-frontend - commands: - go test -short -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend - commands: - go test -run Integration -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend-integration - commands: - yarn run ci:test-frontend @@ -2321,7 +2321,7 @@ steps: - yarn-install environment: TEST_MAX_WORKERS: 50% - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-frontend trigger: event: @@ -2391,13 +2391,13 @@ steps: in output.' - CODEGEN_VERIFY=1 make gen-cue depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - apt-get update @@ -2413,7 +2413,7 @@ steps: GRAFANA_TEST_DB: postgres PGPASSWORD: grafanatest POSTGRES_HOST: postgres - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: postgres-integration-tests - commands: - apt-get update @@ -2429,7 +2429,7 @@ steps: environment: GRAFANA_TEST_DB: mysql MYSQL_HOST: mysql - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: mysql-integration-tests trigger: event: @@ -2551,7 +2551,7 @@ steps: environment: GITHUB_TOKEN: from_secret: github_token - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: clone-enterprise - commands: - mv bin/grabpl /tmp/ @@ -2567,7 +2567,7 @@ steps: environment: GITHUB_TOKEN: from_secret: github_token - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: init-enterprise - commands: - go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd @@ -2575,19 +2575,19 @@ steps: - init-enterprise environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - make gen-go depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - yarn install --immutable depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - '# It is required that code generated from Thema/CUE be committed and in sync @@ -2597,14 +2597,14 @@ steps: - CODEGEN_VERIFY=1 make gen-cue depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - ./bin/build build-backend --jobs 8 --edition enterprise ${DRONE_TAG} depends_on: - wire-install - compile-build-cmd - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-backend - commands: - ./bin/build build-frontend --jobs 8 --edition enterprise ${DRONE_TAG} @@ -2613,7 +2613,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend - commands: - ./bin/build build-frontend-packages --jobs 8 --edition enterprise ${DRONE_TAG} @@ -2621,7 +2621,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend-packages - commands: - ./bin/build build-plugins --jobs 8 --edition enterprise @@ -2630,14 +2630,14 @@ steps: environment: GRAFANA_API_KEY: from_secret: grafana_api_key - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-plugins - commands: - ./bin/build build-backend --jobs 8 --edition enterprise2 ${DRONE_TAG} depends_on: - wire-install - compile-build-cmd - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-backend-enterprise2 - commands: - ./bin/build package --jobs 8 --edition enterprise --sign ${DRONE_TAG} @@ -2656,14 +2656,14 @@ steps: from_secret: gpg_pub_key GRAFANA_API_KEY: from_secret: grafana_api_key - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: package - commands: - ls dist/*.tar.gz* - cp dist/*.tar.gz* packaging/docker/ depends_on: - package - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: copy-packages-for-docker - commands: - ./bin/build build-docker --edition enterprise --shouldSave @@ -2703,7 +2703,7 @@ steps: ARCH: linux-amd64 PORT: 3001 RUNDIR: scripts/grafana-server/tmp-grafana-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: grafana-server - commands: - apt-get install -y netcat @@ -2812,7 +2812,7 @@ steps: from_secret: gpg_pub_key GRAFANA_API_KEY: from_secret: grafana_api_key - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: package-enterprise2 - commands: - ./bin/grabpl upload-cdn --edition enterprise2 @@ -2834,7 +2834,7 @@ steps: from_secret: gcp_key PRERELEASE_BUCKET: from_secret: prerelease_bucket - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: store-npm-packages - commands: - ./bin/grabpl upload-packages --edition enterprise2 @@ -2901,7 +2901,7 @@ steps: environment: GITHUB_TOKEN: from_secret: github_token - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: clone-enterprise - commands: - mv bin/grabpl /tmp/ @@ -2917,7 +2917,7 @@ steps: environment: GITHUB_TOKEN: from_secret: github_token - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: init-enterprise - commands: - go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd @@ -2925,19 +2925,19 @@ steps: - init-enterprise environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - make gen-go depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - yarn install --immutable depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - '# It is required that code generated from Thema/CUE be committed and in sync @@ -2947,7 +2947,7 @@ steps: - CODEGEN_VERIFY=1 make gen-cue depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - apt-get update && apt-get install make @@ -2956,7 +2956,7 @@ steps: - wire-install environment: CGO_ENABLED: "1" - image: golang:1.19.1 + image: golang:1.19.2 name: lint-backend - commands: - yarn run prettier:check @@ -2967,19 +2967,19 @@ steps: - yarn-install environment: TEST_MAX_WORKERS: 50% - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: lint-frontend - commands: - go test -short -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend - commands: - go test -run Integration -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend-integration - commands: - yarn run ci:test-frontend @@ -2987,7 +2987,7 @@ steps: - yarn-install environment: TEST_MAX_WORKERS: 50% - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-frontend - commands: - apt-get update && apt-get install make @@ -2996,13 +2996,13 @@ steps: - wire-install environment: CGO_ENABLED: "1" - image: golang:1.19.1 + image: golang:1.19.2 name: lint-backend-enterprise2 - commands: - go test -tags=pro -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend-enterprise2 trigger: event: @@ -3078,7 +3078,7 @@ steps: environment: GITHUB_TOKEN: from_secret: github_token - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: clone-enterprise - commands: - mv bin/grabpl /tmp/ @@ -3094,7 +3094,7 @@ steps: environment: GITHUB_TOKEN: from_secret: github_token - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: init-enterprise - commands: - '# It is required that code generated from Thema/CUE be committed and in sync @@ -3104,13 +3104,13 @@ steps: - CODEGEN_VERIFY=1 make gen-cue depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - apt-get update @@ -3126,7 +3126,7 @@ steps: GRAFANA_TEST_DB: postgres PGPASSWORD: grafanatest POSTGRES_HOST: postgres - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: postgres-integration-tests - commands: - apt-get update @@ -3142,7 +3142,7 @@ steps: environment: GRAFANA_TEST_DB: mysql MYSQL_HOST: mysql - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: mysql-integration-tests - commands: - dockerize -wait tcp://redis:6379/0 -timeout 120s @@ -3151,7 +3151,7 @@ steps: - wire-install environment: REDIS_URL: redis://redis:6379/0 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: redis-integration-tests - commands: - dockerize -wait tcp://memcached:11211 -timeout 120s @@ -3160,7 +3160,7 @@ steps: - wire-install environment: MEMCACHED_HOSTS: memcached:11211 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: memcached-integration-tests trigger: event: @@ -3294,7 +3294,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - ./bin/build artifacts docker fetch --edition oss @@ -3382,7 +3382,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - ./bin/build artifacts docker fetch --edition enterprise @@ -3453,7 +3453,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - ./bin/build artifacts docker fetch --edition enterprise @@ -3608,7 +3608,7 @@ steps: - yarn install --immutable depends_on: - grabpl - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - ./bin/grabpl artifacts npm retrieve --tag v${TAG} @@ -3630,7 +3630,7 @@ steps: NPM_TOKEN: from_secret: npm_token failure: ignore - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: release-npm-packages trigger: event: @@ -3671,7 +3671,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - ./bin/grabpl publish packages --edition oss --gcp-key /tmp/gcpkey.json ${DRONE_TAG} @@ -3760,7 +3760,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - ./bin/grabpl publish packages --edition enterprise --gcp-key /tmp/gcpkey.json @@ -3849,7 +3849,7 @@ steps: environment: GCP_KEY: from_secret: gcp_key - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: artifacts-page trigger: event: @@ -3894,33 +3894,33 @@ steps: in output.' - CODEGEN_VERIFY=1 make gen-cue depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - yarn install --immutable depends_on: - grabpl - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - ./bin/build build-backend --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER} depends_on: - wire-install - compile-build-cmd - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-backend - commands: - ./bin/build build-frontend --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER} @@ -3929,7 +3929,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend - commands: - ./bin/build build-frontend-packages --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER} @@ -3937,7 +3937,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend-packages - commands: - ./bin/build build-plugins --jobs 8 --edition oss @@ -3946,7 +3946,7 @@ steps: environment: GRAFANA_API_KEY: from_secret: grafana_api_key - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-plugins - commands: - ./bin/build package --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER} --sign @@ -3964,14 +3964,14 @@ steps: from_secret: gpg_pub_key GRAFANA_API_KEY: from_secret: grafana_api_key - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: package - commands: - ls dist/*.tar.gz* - cp dist/*.tar.gz* packaging/docker/ depends_on: - package - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: copy-packages-for-docker - commands: - ./bin/build build-docker --edition oss --shouldSave @@ -4010,7 +4010,7 @@ steps: environment: ARCH: linux-amd64 PORT: 3001 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: grafana-server - commands: - apt-get install -y netcat @@ -4088,7 +4088,7 @@ steps: - build-frontend-packages environment: NODE_OPTIONS: --max_old_space_size=4096 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-storybook when: paths: @@ -4173,26 +4173,26 @@ steps: in output.' - CODEGEN_VERIFY=1 make gen-cue depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - yarn install --immutable depends_on: - grabpl - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - apt-get update && apt-get install make @@ -4201,7 +4201,7 @@ steps: - wire-install environment: CGO_ENABLED: "1" - image: golang:1.19.1 + image: golang:1.19.2 name: lint-backend - commands: - yarn run prettier:check @@ -4212,19 +4212,19 @@ steps: - yarn-install environment: TEST_MAX_WORKERS: 50% - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: lint-frontend - commands: - go test -short -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend - commands: - go test -run Integration -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend-integration - commands: - yarn run ci:test-frontend @@ -4232,7 +4232,7 @@ steps: - yarn-install environment: TEST_MAX_WORKERS: 50% - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-frontend trigger: ref: @@ -4296,13 +4296,13 @@ steps: in output.' - CODEGEN_VERIFY=1 make gen-cue depends_on: [] - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - apt-get update @@ -4318,7 +4318,7 @@ steps: GRAFANA_TEST_DB: postgres PGPASSWORD: grafanatest POSTGRES_HOST: postgres - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: postgres-integration-tests - commands: - apt-get update @@ -4334,7 +4334,7 @@ steps: environment: GRAFANA_TEST_DB: mysql MYSQL_HOST: mysql - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: mysql-integration-tests trigger: ref: @@ -4440,7 +4440,7 @@ steps: environment: GITHUB_TOKEN: from_secret: github_token - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: clone-enterprise - commands: - mv bin/grabpl /tmp/ @@ -4453,7 +4453,7 @@ steps: depends_on: - clone-enterprise environment: {} - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: init-enterprise - commands: - go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd @@ -4461,19 +4461,19 @@ steps: - init-enterprise environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - make gen-go depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - yarn install --immutable depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - '# It is required that code generated from Thema/CUE be committed and in sync @@ -4483,14 +4483,14 @@ steps: - CODEGEN_VERIFY=1 make gen-cue depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - ./bin/build build-backend --jobs 8 --edition enterprise --build-id ${DRONE_BUILD_NUMBER} depends_on: - wire-install - compile-build-cmd - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-backend - commands: - ./bin/build build-frontend --jobs 8 --edition enterprise --build-id ${DRONE_BUILD_NUMBER} @@ -4499,7 +4499,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend - commands: - ./bin/build build-frontend-packages --jobs 8 --edition enterprise --build-id ${DRONE_BUILD_NUMBER} @@ -4507,7 +4507,7 @@ steps: - yarn-install environment: NODE_OPTIONS: --max_old_space_size=8192 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-frontend-packages - commands: - ./bin/build build-plugins --jobs 8 --edition enterprise @@ -4516,7 +4516,7 @@ steps: environment: GRAFANA_API_KEY: from_secret: grafana_api_key - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-plugins - commands: - ./bin/build build-backend --jobs 8 --edition enterprise2 --build-id ${DRONE_BUILD_NUMBER} @@ -4524,7 +4524,7 @@ steps: depends_on: - wire-install - compile-build-cmd - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: build-backend-enterprise2 - commands: - ./bin/build package --jobs 8 --edition enterprise --build-id ${DRONE_BUILD_NUMBER} @@ -4544,14 +4544,14 @@ steps: from_secret: gpg_pub_key GRAFANA_API_KEY: from_secret: grafana_api_key - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: package - commands: - ls dist/*.tar.gz* - cp dist/*.tar.gz* packaging/docker/ depends_on: - package - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: copy-packages-for-docker - commands: - ./bin/build build-docker --edition enterprise --shouldSave @@ -4591,7 +4591,7 @@ steps: ARCH: linux-amd64 PORT: 3001 RUNDIR: scripts/grafana-server/tmp-grafana-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: grafana-server - commands: - apt-get install -y netcat @@ -4707,7 +4707,7 @@ steps: from_secret: gpg_pub_key GRAFANA_API_KEY: from_secret: grafana_api_key - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: package-enterprise2 - commands: - ./bin/grabpl upload-cdn --edition enterprise2 @@ -4779,7 +4779,7 @@ steps: environment: GITHUB_TOKEN: from_secret: github_token - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: clone-enterprise - commands: - mv bin/grabpl /tmp/ @@ -4792,7 +4792,7 @@ steps: depends_on: - clone-enterprise environment: {} - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: init-enterprise - commands: - go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd @@ -4800,19 +4800,19 @@ steps: - init-enterprise environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - make gen-go depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - yarn install --immutable depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: yarn-install - commands: - '# It is required that code generated from Thema/CUE be committed and in sync @@ -4822,7 +4822,7 @@ steps: - CODEGEN_VERIFY=1 make gen-cue depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - apt-get update && apt-get install make @@ -4831,7 +4831,7 @@ steps: - wire-install environment: CGO_ENABLED: "1" - image: golang:1.19.1 + image: golang:1.19.2 name: lint-backend - commands: - yarn run prettier:check @@ -4842,19 +4842,19 @@ steps: - yarn-install environment: TEST_MAX_WORKERS: 50% - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: lint-frontend - commands: - go test -short -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend - commands: - go test -run Integration -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend-integration - commands: - yarn run ci:test-frontend @@ -4862,7 +4862,7 @@ steps: - yarn-install environment: TEST_MAX_WORKERS: 50% - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-frontend - commands: - apt-get update && apt-get install make @@ -4871,13 +4871,13 @@ steps: - wire-install environment: CGO_ENABLED: "1" - image: golang:1.19.1 + image: golang:1.19.2 name: lint-backend-enterprise2 - commands: - go test -tags=pro -covermode=atomic -timeout=30m ./pkg/... depends_on: - wire-install - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: test-backend-enterprise2 trigger: ref: @@ -4947,7 +4947,7 @@ steps: environment: GITHUB_TOKEN: from_secret: github_token - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: clone-enterprise - commands: - mv bin/grabpl /tmp/ @@ -4960,7 +4960,7 @@ steps: depends_on: - clone-enterprise environment: {} - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: init-enterprise - commands: - '# It is required that code generated from Thema/CUE be committed and in sync @@ -4970,13 +4970,13 @@ steps: - CODEGEN_VERIFY=1 make gen-cue depends_on: - init-enterprise - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: verify-gen-cue - commands: - make gen-go depends_on: - verify-gen-cue - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: wire-install - commands: - apt-get update @@ -4992,7 +4992,7 @@ steps: GRAFANA_TEST_DB: postgres PGPASSWORD: grafanatest POSTGRES_HOST: postgres - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: postgres-integration-tests - commands: - apt-get update @@ -5008,7 +5008,7 @@ steps: environment: GRAFANA_TEST_DB: mysql MYSQL_HOST: mysql - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: mysql-integration-tests - commands: - dockerize -wait tcp://redis:6379/0 -timeout 120s @@ -5017,7 +5017,7 @@ steps: - wire-install environment: REDIS_URL: redis://redis:6379/0 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: redis-integration-tests - commands: - dockerize -wait tcp://memcached:11211 -timeout 120s @@ -5026,7 +5026,7 @@ steps: - wire-install environment: MEMCACHED_HOSTS: memcached:11211 - image: grafana/build-container:1.6.2 + image: grafana/build-container:1.6.3 name: memcached-integration-tests trigger: ref: @@ -5254,7 +5254,7 @@ steps: depends_on: [] environment: CGO_ENABLED: 0 - image: golang:1.19.1 + image: golang:1.19.2 name: compile-build-cmd - commands: - ./bin/build publish grafana-com --edition oss @@ -5339,6 +5339,6 @@ kind: secret name: packages_secret_access_key --- kind: signature -hmac: 5ff426194c616a934af92cb113aebbb6cebf06d6317e62a693f4f8d7faa3b4cd +hmac: cbcc3bfd12e065c989418a384df74322d4a2f9836032cb9b256c6d1274389ba3 ... diff --git a/Dockerfile b/Dockerfile index 1d280a07932..7a137dfd441 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY emails emails ENV NODE_ENV production RUN yarn build -FROM golang:1.19.1-alpine3.15 as go-builder +FROM golang:1.19.2-alpine3.15 as go-builder RUN apk add --no-cache gcc g++ make diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 3364ef29aad..c66e4913296 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -21,7 +21,7 @@ COPY emails emails ENV NODE_ENV production RUN yarn build -FROM golang:1.19.1 AS go-builder +FROM golang:1.19.2 AS go-builder WORKDIR /src/grafana diff --git a/scripts/build/ci-build/Dockerfile b/scripts/build/ci-build/Dockerfile index 69628a2ca2e..3c389d94360 100644 --- a/scripts/build/ci-build/Dockerfile +++ b/scripts/build/ci-build/Dockerfile @@ -102,7 +102,7 @@ RUN rm dockerize-linux-amd64-v${DOCKERIZE_VERSION}.tar.gz # Use old Debian (LTS into 2024) in order to ensure binary compatibility with older glibc's. FROM debian:buster-20220822 -ENV GOVERSION=1.19.1 \ +ENV GOVERSION=1.19.2 \ PATH=/usr/local/go/bin:$PATH \ GOPATH=/go \ NODEVERSION=16.14.0-1nodesource1 \ diff --git a/scripts/drone/steps/lib.star b/scripts/drone/steps/lib.star index bbadd939b2b..d70ee9e0b6b 100644 --- a/scripts/drone/steps/lib.star +++ b/scripts/drone/steps/lib.star @@ -1,14 +1,14 @@ load('scripts/drone/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token', 'prerelease_bucket') grabpl_version = 'v3.0.11' -build_image = 'grafana/build-container:1.6.2' +build_image = 'grafana/build-container:1.6.3' publish_image = 'grafana/grafana-ci-deploy:1.3.3' deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image' alpine_image = 'alpine:3.15.6' curl_image = 'byrnedo/alpine-curl:0.1.8' windows_image = 'mcr.microsoft.com/windows:1809' wix_image = 'grafana/ci-wix:0.1.1' -go_image = 'golang:1.19.1' +go_image = 'golang:1.19.2' disable_tests = False trigger_oss = {