Skip to content

Commit

Permalink
Merge pull request #9011 from chiranSachintha/1.2.51-release-note
Browse files Browse the repository at this point in the history
Add release note for `1.2.51` release
  • Loading branch information
sm1990 committed May 8, 2024
2 parents 4a65d00 + dfc7c48 commit dc70d4b
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 1 deletion.
20 changes: 19 additions & 1 deletion _data/release_notes_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1410,5 +1410,23 @@
],
"api-docs": "ballerina-api-docs-1.2.50.zip",
"release-notes": "ballerina-release-notes-1.2.50.md"
},
{
"version": "1.2.51",
"release-date": "2024-05-08",
"windows-installer": "ballerina-windows-installer-x64-1.2.51.msi",
"windows-installer-size": "272K",
"linux-installer": "ballerina-linux-installer-x64-1.2.51.deb",
"linux-installer-size": "148mb",
"macos-installer": "ballerina-macos-installer-x64-1.2.51.pkg",
"macos-installer-size": "168mb",
"rpm-installer": "ballerina-linux-installer-x64-1.2.51.rpm",
"rpm-installer-size": "171mb",
"other-artefacts": [
"ballerina-1.2.51.zip",
"ballerina-1.2.51.vsix"
],
"api-docs": "ballerina-api-docs-1.2.51.zip",
"release-notes": "ballerina-release-notes-1.2.51.md"
}
]
]
33 changes: 33 additions & 0 deletions downloads/1.2.x-release-notes/1.2.51.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: ballerina-left-nav-release-notes
title: 1.2.50
permalink: /downloads/1.2.x-release-notes/1.2.50/
active: 1.2.50
redirect_from:
- /downloads/1.2.x-release-notes/
---

### Overview of jBallerina 1.2.51

The jBallerina 1.2.51 patch release improves upon the 1.2.50 release by updating the Java API Client for Docker(docker-java).

You can use the update tool to update to jBallerina 1.2.51 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.51 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.51` 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 @@ -569,6 +569,14 @@
"url": "/1.2/learn/api-docs/ballerina/",
"id": "1.2.x-api-docs"
},
{
"dirName": "1.2.51",
"level": 2,
"position": 1,
"isDir": false,
"url": "#1.2.51",
"id": "1.2.51v"
},
{
"dirName": "1.2.50",
"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 @@ -571,6 +571,14 @@
"url": "/downloads/1.2.x-release-notes",
"id": "1.2.x-release-notes",
"subDirectories": [
{
"dirName": "1.2.51",
"level": 2,
"position": 1,
"isDir": false,
"url": "/downloads/1.2.x-release-notes/1.2.51",
"id": "1.2.51"
},
{
"dirName": "1.2.50",
"level": 2,
Expand Down

0 comments on commit dc70d4b

Please sign in to comment.