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)