Skip to content

Commit

Permalink
Add release note for 1.2.47 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanWeerasinghe committed Nov 8, 2023
1 parent c2211a2 commit b772525
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 0 deletions.
18 changes: 18 additions & 0 deletions _data/release_notes_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1338,5 +1338,23 @@
],
"api-docs": "ballerina-api-docs-1.2.46.zip",
"release-notes": "ballerina-release-notes-1.2.46.md"
},
{
"version":"1.2.47",
"release-date":"2023-11-08",
"windows-installer":"ballerina-windows-installer-x64-1.2.47.msi",
"windows-installer-size":"148mb",
"linux-installer":"ballerina-linux-installer-x64-1.2.47.deb",
"linux-installer-size":"145mb",
"macos-installer":"ballerina-macos-installer-x64-1.2.47.pkg",
"macos-installer-size":"165mb",
"rpm-installer":"ballerina-linux-installer-x64-1.2.47.rpm",
"rpm-installer-size":"168mb",
"other-artefacts":[
"ballerina-1.2.47.zip",
"ballerina-1.2.47.vsix"
],
"api-docs":"ballerina-api-docs-1.2.47.zip",
"release-notes":"ballerina-release-notes-1.2.47.md"
}
]
32 changes: 32 additions & 0 deletions downloads/1.2.x-release-notes/1.2.47.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: ballerina-left-nav-release-notes
title: 1.2.47
permalink: /downloads/1.2.x-release-notes/1.2.47/
active: 1.2.47
redirect_from:
- /downloads/1.2.x-release-notes/
---

### Overview of jBallerina 1.2.47

The jBallerina 1.2.47 patch release improves upon the 1.2.46 release by addressing an [issue](https://github.com/ballerina-platform/ballerina-lang/issues/41555).

You can use the update tool to update to jBallerina 1.2.47 as follows.

**For existing users:**
If you are already using jBallerina version 1.2.14, or above, you can directly update your distribution to jBallerina 1.2.46 by executing the following command:

```
bal dist update
```

However, if you are using

- jBallerina 1.2.0 to 1.2.13, run `ballerina dist update` to update
- jBallerina 1.2.0 but being switched to a previous version, run `ballerina dist pull jballerina-1.2.47` to update
- a jBallerina version below 1.1.0, install via the [installers](https://ballerina.io/downloads/)

**For new users:**
If you have not installed jBallerina, then download the [installers](https://ballerina.io/downloads/) to install.

<style>.cGitButtonContainer, .cBallerinaTocContainer {display:none;}</style>
8 changes: 8 additions & 0 deletions utils/archived-lm.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,14 @@
"url": "/1.2/learn/api-docs/ballerina/",
"id": "1.2.x-api-docs"
},
{
"dirName": "1.2.47",
"level": 2,
"position": 1,
"isDir": false,
"url": "#1.2.47",
"id": "1.2.47v"
},
{
"dirName": "1.2.46",
"level": 2,
Expand Down
8 changes: 8 additions & 0 deletions utils/rl.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,14 @@
"url": "/downloads/1.2.x-release-notes",
"id": "1.2.x-release-notes",
"subDirectories": [
{
"dirName": "1.2.47",
"level": 2,
"position": 1,
"isDir": false,
"url": "/downloads/1.2.x-release-notes/1.2.47",
"id": "1.2.47"
},
{
"dirName": "1.2.46",
"level": 2,
Expand Down

0 comments on commit b772525

Please sign in to comment.