diff --git a/.github/workflows/kindling-publish.yaml b/.github/workflows/kindling-release.yaml similarity index 96% rename from .github/workflows/kindling-publish.yaml rename to .github/workflows/kindling-release.yaml index d260a7892..113b9bd72 100644 --- a/.github/workflows/kindling-publish.yaml +++ b/.github/workflows/kindling-release.yaml @@ -1,4 +1,4 @@ -name: KINDLING-PUBLISH +name: KINDLING-RELEASE on: push: @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 569510658..67013251a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/deploy/agent/kindling-clusterrolebinding.yml b/deploy/agent/kindling-clusterrolebinding.yml index 7a575ca78..f043140fd 100644 --- a/deploy/agent/kindling-clusterrolebinding.yml +++ b/deploy/agent/kindling-clusterrolebinding.yml @@ -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