Push data-generator image to ghcr.io (#12452)
This commit is contained in:
parent
0949e5a425
commit
96f44657ad
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue