From 025ea972feec1e996338c946d750de656816e248 Mon Sep 17 00:00:00 2001 From: Djamila Baroudi Date: Wed, 18 Dec 2024 10:06:55 +0100 Subject: [PATCH 1/2] update changelog and readme for release 0.31.5 --- CHANGELOG.md | 3 +++ README.md | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76435e5..3ead9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to the Bruin extension will be documented in this file. +## [0.31.5] - [2024-12-18] +- Prevented form resets when uploading a GCP json file in the ConnectionsForm component. + ## [0.31.4] - [2024-12-18] - Fixed an issue where updating an asset's name would reset its description, owner, and type fields. diff --git a/README.md b/README.md index 9a38743..b74691b 100644 --- a/README.md +++ b/README.md @@ -107,10 +107,11 @@ Access the Bruin CLI management tab `Settings` in the side panel for easy instal ## Release Notes -### Latest Release: 0.31.4 -- Fixed an issue where updating an asset's name would reset its description, owner, and type fields. +### Latest Release: 0.31.5 +- Prevented form resets when uploading a GCP json file in the ConnectionsForm component. ### Previous Highlights +- **0.31.4** Fixed an issue where updating an asset's name would reset its description, owner, and type fields. - **0.31.3**: Fix Asset Name Falling to Default Value After Editing Description. - **0.31.2**: Correct Path Handling for Bruin Executable in Configuration. - **0.31.1**: Improved error handling, logging, and CLI path resolution for better command execution. From f3bf11c71a66095894a0e5e48db154614eb69ced Mon Sep 17 00:00:00 2001 From: Djamila Baroudi Date: Wed, 18 Dec 2024 10:07:03 +0100 Subject: [PATCH 2/2] 0.31.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f42e71..5c7ee06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bruin", - "version": "0.31.4", + "version": "0.31.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bruin", - "version": "0.31.4", + "version": "0.31.5", "dependencies": { "@rudderstack/analytics-js": "^3.11.15", "@rudderstack/rudder-sdk-node": "^2.1.1", diff --git a/package.json b/package.json index 6a32bcc..e7cf886 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bruin", "displayName": "Bruin", "description": "Manage your Bruin data assets from within VS Code.", - "version": "0.31.4", + "version": "0.31.5", "engines": { "vscode": "^1.87.0" },