From c03cc64b79395aa921619d084f019c2fee8daf7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Scha=CC=88fer?= <101886095+PeterSchafer@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:05:46 +0200 Subject: [PATCH 1/4] docs: update release notes --- binary-releases/RELEASE_NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 binary-releases/RELEASE_NOTES.md diff --git a/binary-releases/RELEASE_NOTES.md b/binary-releases/RELEASE_NOTES.md new file mode 100644 index 00000000000..408a51235aa --- /dev/null +++ b/binary-releases/RELEASE_NOTES.md @@ -0,0 +1,9 @@ +# [1.1291.0](https://github.com/snyk/snyk/compare/v1.1290.0...v1.1291.0) (2024-04-19) + +### Bug Fixes + +- **ci:** Adapt script to work on different environments ([#5182](https://github.com/snyk/snyk/issues/5182)) ([e54b227](https://github.com/snyk/snyk/commit/e54b227a4a05de78d3a210f099da93693f77fdc4)) + +### Features + +- **ci:** First release on stable channel ([#5183](https://github.com/snyk/snyk/issues/5183)) ([f18cbce](https://github.com/snyk/snyk/commit/f18cbcec7466b4ea1de9632fa2cef1aa68ff5f4b)) From ab00867669300fbf0e4dfe25e5e407033cf67d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Scha=CC=88fer?= <101886095+PeterSchafer@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:12:17 +0200 Subject: [PATCH 2/4] fix(ci): add deployment steps to release branches --- .circleci/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d6c9f8507b4..082cd784f91 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -616,6 +616,7 @@ workflows: branches: only: - main + - '/release.*/' - '/.*e2e.*/' - sign: @@ -631,6 +632,7 @@ workflows: branches: only: - main + - '/release.*/' - '/.*e2e.*/' - sign: @@ -646,6 +648,7 @@ workflows: branches: only: - main + - '/release.*/' - '/.*e2e.*/' - create_deployment_artifacts: @@ -663,6 +666,7 @@ workflows: branches: only: - main + - '/release.*/' - '/.*e2e.*/' - should-release: @@ -674,6 +678,7 @@ workflows: branches: only: - main + - '/release.*/' - '/.*e2e.*/' - pre-release: @@ -685,6 +690,7 @@ workflows: branches: only: - main + - '/release.*/' - '/.*e2e.*/' - npm-validation: @@ -702,6 +708,7 @@ workflows: branches: only: - main + - '/release.*/' - '/.*e2e.*/' - test-release: @@ -730,6 +737,7 @@ workflows: branches: only: - main + - '/release.*/' - '/.*e2e.*/' - test-release: @@ -745,6 +753,7 @@ workflows: branches: only: - main + - '/release.*/' - '/.*e2e.*/' - test-release: From 2e9b1393e661bfc30ab95b851d1c6b2b91342a93 Mon Sep 17 00:00:00 2001 From: MarcusArdelean Date: Thu, 25 Apr 2024 11:06:49 +0300 Subject: [PATCH 3/4] fix: support cyclic dependencies in maven with dverbose --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ceddfbc8bb1..92785578d8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "snyk-go-plugin": "1.23.0", "snyk-gradle-plugin": "4.1.0", "snyk-module": "3.1.0", - "snyk-mvn-plugin": "3.3.1", + "snyk-mvn-plugin": "3.4.2", "snyk-nodejs-lockfile-parser": "1.52.11", "snyk-nuget-plugin": "2.4.1", "snyk-php-plugin": "1.9.2", @@ -21082,9 +21082,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/snyk-mvn-plugin": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/snyk-mvn-plugin/-/snyk-mvn-plugin-3.3.1.tgz", - "integrity": "sha512-Sq45+qzZmLXRuz4RSRjKBp6DN3tQpMdRwaTB7tWTI/J5HQBDiBVDmQ3NTXAb7rCuWGwxvHKL8WE3ZmBMx0Plrw==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/snyk-mvn-plugin/-/snyk-mvn-plugin-3.4.2.tgz", + "integrity": "sha512-yAoQMaSQET68bVwk7ur78KMSz+GdfF6JL9sqv7P12nL+ydZBxYMSLLNpVvfHx1bLEPJv+keQamePqQOAMvGCcw==", "dependencies": { "@snyk/cli-interface": "2.11.3", "@snyk/dep-graph": "^1.23.1", @@ -40426,9 +40426,9 @@ } }, "snyk-mvn-plugin": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/snyk-mvn-plugin/-/snyk-mvn-plugin-3.3.1.tgz", - "integrity": "sha512-Sq45+qzZmLXRuz4RSRjKBp6DN3tQpMdRwaTB7tWTI/J5HQBDiBVDmQ3NTXAb7rCuWGwxvHKL8WE3ZmBMx0Plrw==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/snyk-mvn-plugin/-/snyk-mvn-plugin-3.4.2.tgz", + "integrity": "sha512-yAoQMaSQET68bVwk7ur78KMSz+GdfF6JL9sqv7P12nL+ydZBxYMSLLNpVvfHx1bLEPJv+keQamePqQOAMvGCcw==", "requires": { "@snyk/cli-interface": "2.11.3", "@snyk/dep-graph": "^1.23.1", diff --git a/package.json b/package.json index cbfb6e7153c..2fae9be15f8 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "snyk-go-plugin": "1.23.0", "snyk-gradle-plugin": "4.1.0", "snyk-module": "3.1.0", - "snyk-mvn-plugin": "3.3.1", + "snyk-mvn-plugin": "3.4.2", "snyk-nodejs-lockfile-parser": "1.52.11", "snyk-nuget-plugin": "2.4.1", "snyk-php-plugin": "1.9.2", From 101201f93f6ad0678ddd96f864603909fc1f8559 Mon Sep 17 00:00:00 2001 From: PeterSchafer <101886095+PeterSchafer@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:08:17 +0200 Subject: [PATCH 4/4] chore: curate RELEASE_NOTES (#5209) --- binary-releases/RELEASE_NOTES.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/binary-releases/RELEASE_NOTES.md b/binary-releases/RELEASE_NOTES.md index 408a51235aa..c72e03fd180 100644 --- a/binary-releases/RELEASE_NOTES.md +++ b/binary-releases/RELEASE_NOTES.md @@ -1,9 +1,12 @@ -# [1.1291.0](https://github.com/snyk/snyk/compare/v1.1290.0...v1.1291.0) (2024-04-19) +# [1.1291.0](https://github.com/snyk/snyk/compare/v1.1290.0...v1.1291.0) (2024-04-30) -### Bug Fixes +The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see [this documentation](https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli) + +### News -- **ci:** Adapt script to work on different environments ([#5182](https://github.com/snyk/snyk/issues/5182)) ([e54b227](https://github.com/snyk/snyk/commit/e54b227a4a05de78d3a210f099da93693f77fdc4)) +- This is the first **stable release** of the CLI +- It makes use of semantic versioning and is the successor of [1.1290.0](https://github.com/snyk/cli/releases/tag/v1.1290.0) -### Features +### Bug Fixes -- **ci:** First release on stable channel ([#5183](https://github.com/snyk/snyk/issues/5183)) ([f18cbce](https://github.com/snyk/snyk/commit/f18cbcec7466b4ea1de9632fa2cef1aa68ff5f4b)) +- **test:** Fix support of cyclic dependencies in maven with dverbose [#5208](https://github.com/snyk/cli/pull/5208)