Skip to content

Commit

Permalink
fix the release action error (#542)
Browse files Browse the repository at this point in the history
Signed-off-by: Daxin Wang <idxwang@outlook.com>
  • Loading branch information
dxsup committed Jun 30, 2023
1 parent ff90b7a commit d89184b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: KINDLING-PUBLISH
name: KINDLING-RELEASE

on:
push:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
docker tag kindlingproject/kindling-grafana:latesttest kindlingproject/kindling-grafana:latest
docker push kindlingproject/kindling-grafana:latest
docker tag kindlingproject/kindling-grafana:latesttest kindlingproject/kindling-grafana:${{ env.RELEASE }}
docker push kindlingproject/kindling-kindling-grafana:${{ env.RELEASE }}
docker push kindlingproject/kindling-grafana:${{ env.RELEASE }}
- name: Prepare Deploy
run: |
sed -i 's#kindlingproject/kindling-agent:latest#kindlingproject/kindling-agent:${{ env.RELEASE }}#g' deploy/agent/kindling-deploy.yml
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Fix the bug that the event detail panel doesn't hide when switching profiles.([#513](https://github.com/KindlingProject/kindling/pull/513)
- Fix span data deduplication issue.([#511](https://github.com/KindlingProject/kindling/pull/511)

In this release, we have a new contributor @hwz779866221. Thanks and welcome! 🥳

## v0.7.2 - 2023-04-24
### Enhancements
- Add an option `WithMemory` to OpenTelemetry's Prometheus exporter. It allows users to control whether metrics that haven't been updated in the most recent interval are reported. ([#501](https://github.com/KindlingProject/kindling/pull/501))
Expand Down
2 changes: 0 additions & 2 deletions deploy/agent/kindling-clusterrolebinding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ metadata:
- apiVersion: rbac.authorization.k8s.io/v1
fieldsType: FieldsV1
name: kindling-agent
resourceVersion: "15122093"
selfLink: /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/kindling-agent
uid: 8761e9af-aab2-49d2-be7e-ca4aae974508
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down

0 comments on commit d89184b

Please sign in to comment.