Releases: GoogleCloudPlatform/cloud-logging-data-source-plugin
Releases · GoogleCloudPlatform/cloud-logging-data-source-plugin
v1.5.0
- Update plugin to support access token auth
- Add datasource syncer
- Fix message from jsonPayload doesn't show up in Grafana
- Update a few dependencies
What's Changed
- Configure Renovate by @renovate-bot in #73
- Bump golang.org/x/net from 0.17.0 to 0.38.0 by @dependabot in #99
- Update google.golang.org/genproto digest to 7b38467 by @renovate-bot in #101
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #78
- Bump ws from 7.5.8 to 7.5.10 by @dependabot in #79
- Bump webpack from 5.88.2 to 5.94.0 by @dependabot in #82
- Bump @babel/helpers from 7.20.13 to 7.27.0 by @dependabot in #104
- Bump @babel/runtime from 7.20.13 to 7.27.0 by @dependabot in #103
- Bump serialize-javascript from 6.0.0 to 6.0.2 by @dependabot in #94
- Bump nanoid from 3.3.6 to 3.3.8 by @dependabot in #90
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #87
- Bump path-to-regexp from 1.8.0 to 1.9.0 by @dependabot in #84
- Output in Marshaled JSON when LogEntry has JSON payload by @wjf3121 in #95
- tidy the modules by @xiangshen-dk in #105
- Update google.golang.org/genproto/googleapis/api digest to 7b38467 by @renovate-bot in #106
- Update dependency go to v1.24.2 by @renovate-bot in #107
- Bump github.com/elazarl/goproxy from 0.0.0-20220115173737-adb46da277ac to 1.2.1 by @dependabot in #108
- Update module github.com/grafana/grafana-plugin-sdk-go to v0.250.0 [SECURITY] by @renovate-bot in #109
- fix dep error by @xiangshen-dk in #110
- Update plugin to support access token auth by @kuiperda in #97
- fix issue #81 by @xiangshen-dk in #122
- Add datasource syncer by @xiangshen-dk in #123
- Rel1.5 by @xiangshen-dk in #125
New Contributors
- @renovate-bot made their first contribution in #73
- @wjf3121 made their first contribution in #95
- @kuiperda made their first contribution in #97
Full Changelog: v1.4.1...v1.5.0
Release 1.4.1
- Fix an encoding issue for parentheses
- Fix cloud logging link scope issue
- Add annotation support
- Update a few dependencies
What's Changed
- Bump follow-redirects from 1.15.1 to 1.15.6 by @dependabot in #65
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #64
- Bump @babel/traverse from 7.20.13 to 7.23.2 by @dependabot in #57
- Bump postcss from 8.4.14 to 8.4.31 by @dependabot in #55
- 1.4.1 rel by @xiangshen-dk in #66
- 1.4.1 by @xiangshen-dk in #67
- Bump google.golang.org/grpc from 1.56.2 to 1.56.3 by @dependabot in #70
- Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #69
- 1.4.1 by @xiangshen-dk in #71
Full Changelog: v1.4.0...v1.4.1
Release 1.4.0
- Support for server account impersonation
- Update README for alerting
- Update dependencies
Release 1.3.0
Release 1.2.1
- Support httpRequest - #24
- Add scope support - #16 (need permissions as the role roles/logging.viewAccessor)
Release 1.2.0
- Support GCE service account
- Support field-based filters in Explore page
- Interpolate variables in queries
- Correctly extract label/value pairs from structs
Release 1.1.1
- Move hide logic to datasource.ts filter and reuse client for test connection
- Update dependencies in package.json
Release 1.1.0
- Adds Cloud Logging Service Endpoint to configuration
- Fixes hide not working for Cloud Logging query
- Fixes inability to retrieve projects displaying an error
Initial release
Update release file (#2) * update release file