-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update release notes and versions for Release 2201.10.1 #9485
Merged
sm1990
merged 2 commits into
ballerina-platform:release-2201.10.1
from
HindujaB:release-2201.10.1
Sep 28, 2024
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"version":"2201.10.0", | ||
"short-version":"2201.10.0", | ||
"display-version":"2201.10.0 (Swan Lake Update 10)", | ||
"release-date":"2024-08-22", | ||
"windows-installer":"ballerina-2201.10.0-swan-lake-windows-x64.msi", | ||
"windows-installer-size":"180mb", | ||
"linux-installer":"ballerina-2201.10.0-swan-lake-linux-x64.deb", | ||
"version":"2201.10.1", | ||
"short-version":"2201.10.1", | ||
"display-version":"2201.10.1 (Swan Lake Update 10)", | ||
"release-date":"2024-09-28", | ||
"windows-installer":"ballerina-2201.10.1-swan-lake-windows-x64.msi", | ||
"windows-installer-size":"183mb", | ||
"linux-installer":"ballerina-2201.10.1-swan-lake-linux-x64.deb", | ||
"linux-installer-size":"210mb", | ||
"macos-installer":"ballerina-2201.10.0-swan-lake-macos-x64.pkg", | ||
"macos-installer-size":"241mb", | ||
"macos-arm-installer":"ballerina-2201.10.0-swan-lake-macos-arm-x64.pkg", | ||
"macos-arm-installer-size":"240mb", | ||
"rpm-installer":"ballerina-2201.10.0-swan-lake-linux-x64.rpm", | ||
"rpm-installer-size":"243mb", | ||
"other-artefacts":[ | ||
"ballerina-2201.10.0-swan-lake.zip" | ||
], | ||
"api-docs":"ballerina-api-docs-2201.10.0.zip", | ||
"release-notes":"ballerina-release-notes-2201.10.0.md" | ||
} | ||
"macos-installer":"ballerina-2201.10.1-swan-lake-macos-x64.pkg", | ||
"macos-installer-size":"242mb", | ||
"macos-arm-installer":"ballerina-2201.10.1-swan-lake-macos-arm-x64.pkg", | ||
"macos-arm-installer-size":"241mb", | ||
"rpm-installer":"ballerina-2201.10.1-swan-lake-linux-x64.rpm", | ||
"rpm-installer-size":"244mb", | ||
"other-artefacts":[ | ||
"ballerina-2201.10.1-swan-lake.zip" | ||
], | ||
"api-docs":"ballerina-api-docs-2201.10.1.zip", | ||
"release-notes":"ballerina-release-notes-2201.10.1.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
downloads/swan-lake-release-notes/swan-lake-2201.10.1/RELEASE_NOTE.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
layout: ballerina-left-nav-release-notes | ||
title: Swan Lake Update 10 (2201.10.1) | ||
permalink: /downloads/swan-lake-release-notes/2201.10.1/ | ||
active: 2201.10.1 | ||
--- | ||
|
||
## Overview of Ballerina Swan Lake Update 10 (2201.10.1) | ||
|
||
<em>Swan Lake Update 10 (2201.10.1) is the first patch release of Ballerina 2201.10.0 (Swan Lake Update 10) and it includes a new set of bug fixes to the runtime and developer tools.</em> | ||
|
||
## Update Ballerina | ||
|
||
Run the command below to update your current Ballerina installation directly to 2201.10.1 by using the [Ballerina Update Tool](/learn/update-tool/). | ||
|
||
``` | ||
$ bal dist pull 2201.10.1 | ||
``` | ||
|
||
## Install Ballerina | ||
|
||
If you have not installed Ballerina, then, download the [installers](/downloads/#swanlake) to install. | ||
|
||
<!-- ADD ONLY THE APPLICABLE SECTIONS FROM THE BELOW --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This can be removed? |
||
|
||
## Runtime updates | ||
|
||
### Bug fixes | ||
|
||
To view bug fixes, see the [GitHub milestone for Swan Lake Update 10 (2201.10.1)](https://github.com/ballerina-platform/ballerina-lang/issues?q=is%3Aissue+milestone%3A2201.10.1+label%3ATeam%2FjBallerina+label%3AType%2FBug+is%3Aclosed). | ||
|
||
## Developer tools updates | ||
|
||
### Bug fixes | ||
|
||
To view bug fixes, see the [GitHub milestone for Swan Lake Update 10 (2201.10.1)](https://github.com/ballerina-platform/ballerina-lang/pulls?q=is%3Apr+is%3Aclosed+label%3ATeam%2FDevTools+milestone%3A2201.10.1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.