From ccff476cd24c55dd82889cb1f6c9617c626b9aa4 Mon Sep 17 00:00:00 2001 From: Shirley Leu <4163034+fridgepoet@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:30:56 +0100 Subject: [PATCH 1/3] Change package.json version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e317aa4..a8129b3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-iot-sitewise-datasource", - "version": "1.12.1", + "version": "1.13.0", "description": "View IoT Sitewise data in grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", From 85ec9e69292a199d8f7637ec626c789f36024d6d Mon Sep 17 00:00:00 2001 From: Shirley Leu <4163034+fridgepoet@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:39:13 +0100 Subject: [PATCH 2/3] Add changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb6f94b..fc0e79b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. +## 1.13.0 + +- Update dependencies and create-plugin configuration by @idastambuk + in https://github.com/grafana/iot-sitewise-datasource/pull/243 +- Property aggregate processing: Move out ErrorEntries processing from SuccessEntries block by @idastambuk + in https://github.com/grafana/iot-sitewise-datasource/pull/240 +- Bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.37.0 to 0.44.0 by @dependabot + in https://github.com/grafana/iot-sitewise-datasource/pull/241 +- Bump @babel/traverse from 7.17.10 to 7.23.2 by @dependabot + in https://github.com/grafana/iot-sitewise-datasource/pull/245 +- Bump loader-utils from 2.0.2 to 2.0.4 by @dependabot in https://github.com/grafana/iot-sitewise-datasource/pull/248 +- Bump semver from 5.7.1 to 5.7.2 by @dependabot in https://github.com/grafana/iot-sitewise-datasource/pull/247 +- Bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot + in https://github.com/grafana/iot-sitewise-datasource/pull/246 +- Upgrade yaml package by @fridgepoet in https://github.com/grafana/iot-sitewise-datasource/pull/249 +- Upgrade underscore, debug dependencies by @fridgepoet in https://github.com/grafana/iot-sitewise-datasource/pull/252 +- Bump yaml from 2.2.1 to 2.3.4 by @dependabot in https://github.com/grafana/iot-sitewise-datasource/pull/253 +- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in https://github.com/grafana/iot-sitewise-datasource/pull/254 + +**Full Changelog**: https://github.com/grafana/iot-sitewise-datasource/compare/v1.12.1...v1.13.0 + ## v1.12.1 - Disassociated streams: Hash entryId to fix bug with property aliases longer than 64 characters in [#239](https://github.com/grafana/iot-sitewise-datasource/pull/239) From df79c27512a78c4082deddefb692aa95f58f66b3 Mon Sep 17 00:00:00 2001 From: Shirley Leu <4163034+fridgepoet@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:42:42 +0100 Subject: [PATCH 3/3] Add to spellcheck --- cspell.config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cspell.config.json b/cspell.config.json index e186e933..12627ebb 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -54,6 +54,11 @@ "dontHide", "renton", "assetids", - "ahom" + "ahom", + "opentelemetry", + "httptrace", + "otelhttptrace", + "idastambuk", + "fridgepoet" ] }