Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 329e234

Browse files
committed
Merge branch 'release-candidate'
2 parents f056fc8 + c782797 commit 329e234

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

binary-releases/RELEASE_NOTES.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## [1.1296.2](https://github.com/snyk/snyk/compare/v1.1296.1...1.1296.2) (2025-04-16)
2+
3+
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)
4+
5+
### News
6+
7+
* **mcp:** Add experimental Model Context Protocol server for agentic workflow support ([3b5f494](https://github.com/snyk/snyk/commit/3b5f49441ff2b176ef7c2ecfbc608721664366b7))
8+
9+
### Bug Fixes
10+
11+
* **general:** Fix OAuth authentication issues ([b2684db](https://github.com/snyk/snyk/commit/b2684dbe7fd6bd8747435cad6d061271056949d2))
12+
* **code:** Write JSON/SARIF files when nested directories do not exist ([faca897](https://github.com/snyk/snyk/commit/faca8973f1fad33b5f3d39ee6aeeac584c0bf048))
13+
* **test:** Clearer error messages when testing multiple projects with `fail-fast` ([a396bd6](https://github.com/snyk/snyk/commit/a396bd6ea4abd443a0ffce2a29b3f7e6154859ac))

release-scripts/next-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33
# Checks the latest version of Snyk CLI on npm and decides the next version.
44
# Only output the next version to stdout. All other output should go to stderr.
55

6-
NEXT_VERSION="$(convco version --bump)"
6+
NEXT_VERSION="$(convco version --patch)"
77
CURRENT_TAG="$(git describe --tags `git rev-list --tags --max-count=1`)"
88
RELEASE_CHANNEL="$($(dirname "$0")/determine-release-channel.sh)"
99

0 commit comments

Comments
 (0)