From 96f44657ad91ad012327bb30a240bbf7ccd6a4ac Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Tue, 16 Jul 2024 13:40:54 +0800 Subject: [PATCH] Push data-generator image to ghcr.io (#12452) --- .github/workflows/publish-docker.yaml | 3 +++ docs/en/changes/changes.md | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml index 1410f39555..9fd138902e 100644 --- a/.github/workflows/publish-docker.yaml +++ b/.github/workflows/publish-docker.yaml @@ -86,3 +86,6 @@ jobs: run: make build.all docker.push - name: Build and push docker images run: make build.all docker.push + - name: Build and push data-generator image + if: github.event_name != "release" + run: make push.docker.data-generator diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index a251d66a28..7cc4771952 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -1,7 +1,9 @@ ## 10.1.0 #### Project + * E2E: bump up the version of the opentelemetry-collector to 0.102.1. +* Push snapshot data-generator docker image to ghcr.io. #### OAP Server @@ -36,6 +38,7 @@ * Support BanyanDB internal stream query execution tracing. #### UI + * Highlight search log keywords. * Add Error URL in the browser log. * Add a SolonMVC icon. @@ -44,7 +47,7 @@ #### Documentation * Update the version description supported by zabbix receiver. -* Move the Official Dashboard docs to marketplace docs. +* Move the Official Dashboard docs to marketplace docs. * Add marketplace introduction docs under `quick start` menu to reduce the confusion of finding feature docs. * Update Windows Metrics(Swap -> Virtual Memory)