From d6d29368d31c6825bc6dfd6f34703a4f5dfec31b Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 1 Jul 2026 18:42:58 +0100 Subject: [PATCH] Mark osls v4 as stable in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48bf55e7c..ef1108e7d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ osls, short for Open Serverless, is an open-source command-line tool for deployi osls v4 continues the osls project that began as a maintained fork of [Serverless Framework](https://github.com/serverless/serverless) v3. It is independent from upstream Serverless Framework v4 and does not use Serverless Dashboard, Console, or licensing services. It remains compatible with most Serverless Framework v3 service configurations, with the v4 breaking changes documented in the [upgrade guide](./docs/guides/upgrading-to-v4.md). -osls v4 is currently in beta and will be released as stable soon. The stable osls v3 line lives on the [`3.x` branch](https://github.com/oss-serverless/osls/tree/3.x) and continues to receive regular releases. If you are coming from osls v3 or Serverless Framework v3, start with [Upgrading to v4](./docs/guides/upgrading-to-v4.md). +osls v4 is the current stable release. The osls v3 line lives on the [`3.x` branch](https://github.com/oss-serverless/osls/tree/3.x) and continues to receive bug and security fixes. If you are coming from osls v3 or Serverless Framework v3, start with [Upgrading to v4](./docs/guides/upgrading-to-v4.md). ## Installation