Push data-generator image to ghcr.io (#12452)

This commit is contained in:
kezhenxu94 2024-07-16 13:40:54 +08:00 committed by GitHub
parent 0949e5a425
commit 96f44657ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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)