Skip to content

Commit 2dc349a

Browse files
committed
update libs
1 parent ab63191 commit 2dc349a

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Go environment
2626
uses: actions/setup-go@v6
2727
with:
28-
go-version: '1.26.5'
28+
go-version: '1.26.6'
2929

3030
- name: Install dependencies
3131
run: yarn install --immutable --prefer-offline

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
## 1.7.2 (2026-08-17)
33
* Update dependencies to address security vulnerabilities flagged by the Grafana plugin review: js-yaml (CVE-2026-59869) and nanoid (CVE-2026-67213) in the frontend build toolchain
44
* Upgrade the Grafana Go plugin SDK from v0.290.0 to v0.296.2
5+
* Build with Go 1.26.6 to pick up standard-library security fixes flagged by govulncheck
56

67
## 1.7.1 (2026-08-17)
78
* Add **Get trace project from the query** option to the Logs to traces settings (`logsToTraces.projectIdFromQuery`). When enabled, "View trace" links use the project of the query that produced the log entry (falling back to the default project) instead of the project embedded in the entry's `trace` path — for setups where logs are routed through a central logging project that stamps its own ID into the trace path. The setting is preserved when the trace data source is changed or cleared

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleCloudPlatform/cloud-logging-data-source-plugin
22

3-
go 1.26.5
3+
go 1.26.6
44

55
require (
66
cloud.google.com/go/logging v1.13.0

0 commit comments

Comments
 (0)