From 19079a4217366edb50950e7f9187ff1c8ea4370e Mon Sep 17 00:00:00 2001 From: msivasubramaniaan Date: Tue, 5 Mar 2024 16:56:38 +0530 Subject: [PATCH 1/3] updated changelog.md Signed-off-by: msivasubramaniaan --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3dc3f..17964fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to the "vscode-knative" extension will be documented in this The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.4.0 (2024/03/05) + +- [#335](https://github.com/redhat-developer/vscode-knative/issues/335) Fix serverless function build +- [#341](https://github.com/redhat-developer/vscode-knative/pull/341) Update func cli to 1.13.0 + + ## 1.3.1 (2022/01/13) - [#316](https://github.com/redhat-developer/vscode-knative/pull/322) Update kn cli to 1.8.1 and func cli to 1.8.2 From fcf6906a6379caf63ff699995425a15123017389 Mon Sep 17 00:00:00 2001 From: msivasubramaniaan Date: Tue, 5 Mar 2024 17:12:07 +0530 Subject: [PATCH 2/3] upstream version to 1.5.0 Signed-off-by: msivasubramaniaan --- CHANGELOG.md | 2 +- package-lock.json | 17 ++--------------- package.json | 2 +- 3 files changed, 4 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17964fe..2c1a639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to the "vscode-knative" extension will be documented in this The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.4.0 (2024/03/05) +## 1.5.0 (2024/03/05) - [#335](https://github.com/redhat-developer/vscode-knative/issues/335) Fix serverless function build - [#341](https://github.com/redhat-developer/vscode-knative/pull/341) Update func cli to 1.13.0 diff --git a/package-lock.json b/package-lock.json index 084613e..7df020d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-knative", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-knative", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "dependencies": { "@kubernetes/client-node": "^0.16.1", @@ -4104,19 +4104,6 @@ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/fstream": { "version": "1.0.12", "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", diff --git a/package.json b/package.json index 14da4dc..80e7e67 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-knative", "displayName": "Knative", "description": "Knative & Serverless Functions extension for VSCode", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "publisher": "redhat", "preview": false, From ad305deac3ed87c5157e63f793f8a25c55c42144 Mon Sep 17 00:00:00 2001 From: msivasubramaniaan Date: Wed, 6 Mar 2024 16:54:29 +0530 Subject: [PATCH 3/3] added 1.4.0 update Signed-off-by: msivasubramaniaan --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c1a639..d83d993 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#335](https://github.com/redhat-developer/vscode-knative/issues/335) Fix serverless function build - [#341](https://github.com/redhat-developer/vscode-knative/pull/341) Update func cli to 1.13.0 +## 1.4.0 (2023/10/13) + +- [#326](https://github.com/redhat-developer/vscode-knative/pull/326) Pin 3rd-party actions to SHA1 +- [#329](https://github.com/redhat-developer/vscode-knative/pull/329) Publish to OpenVSX +- [#331](https://github.com/redhat-developer/vscode-knative/pull/331) Update func cli to 1.9.3 and kn to 1.9.2 +- [#334](https://github.com/redhat-developer/vscode-knative/pull/334) React to vsce renaming to @vscode/vsce + ## 1.3.1 (2022/01/13)