From 77dcb1dd03be04f9e99fa60f7a731ff474721193 Mon Sep 17 00:00:00 2001 From: Claire Date: Mon, 6 Feb 2023 17:09:36 -0600 Subject: [PATCH 1/2] add changelog update for vendor label for linux packaging --- .changelog/_14.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/_14.txt diff --git a/.changelog/_14.txt b/.changelog/_14.txt new file mode 100644 index 00000000000..25abe85c6a2 --- /dev/null +++ b/.changelog/_14.txt @@ -0,0 +1,3 @@ +```release-note: bug +core: Linux packages now have vendor label and set the default label to HashiCorp. This fix is implemented for any future releases, but will not be updated for historical releases. +``` \ No newline at end of file From a34e56caeac6b7ae8a5552d43a926fee3a3a4272 Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 9 Feb 2023 15:27:32 -0600 Subject: [PATCH 2/2] PR feedback --- .changelog/16071.txt | 3 +++ .changelog/_14.txt | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .changelog/16071.txt delete mode 100644 .changelog/_14.txt diff --git a/.changelog/16071.txt b/.changelog/16071.txt new file mode 100644 index 00000000000..814c83bcc84 --- /dev/null +++ b/.changelog/16071.txt @@ -0,0 +1,3 @@ +```release-note:bug +build: Linux packages now have vendor label and set the default label to HashiCorp. This fix is implemented for any future releases, but will not be updated for historical releases +``` diff --git a/.changelog/_14.txt b/.changelog/_14.txt deleted file mode 100644 index 25abe85c6a2..00000000000 --- a/.changelog/_14.txt +++ /dev/null @@ -1,3 +0,0 @@ -```release-note: bug -core: Linux packages now have vendor label and set the default label to HashiCorp. This fix is implemented for any future releases, but will not be updated for historical releases. -``` \ No newline at end of file