From 31ec6389df9df734c4b13d9c531c6b60d53a73fd Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 11:01:31 +0000 Subject: [PATCH 1/6] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index d9f4e070..e00b0c20 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0-20230622-064700-4a2dc6dd" [[package]] org = "ballerina" From 3bd0dc1d69ecbb45a63b8a8c19ff93a350891e89 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 11:01:49 +0000 Subject: [PATCH 2/6] Move dependencies to stable version --- gradle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8673dcc2..ef66cc80 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=1.8.0-SNAPSHOT -ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd +ballerinaLangVersion= 2201.7.0 puppycrawlCheckstyleVersion=8.18 githubJohnrengelmanShadowVersion=5.2.0 @@ -16,7 +16,7 @@ ballerinaGradlePluginVersion=1.1.0 gsonVersion=2.8.8 # Dependencies -stdlibIoVersion=1.5.0-20230622-110500-8523dfe -stdlibLogVersion=2.8.0-20230622-125300-797c7fe -observeVersion=1.1.0-20230622-105700-f92eb77 -observeInternalVersion=1.1.0-20230622-114200-c6b7282 +stdlibIoVersion=1.5.0 +stdlibLogVersion=2.8.0 +observeVersion=1.1.0 +observeInternalVersion=1.1.0 From c27899fa3b9666e6053ff974fecaa274a1dfb230 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 11:02:48 +0000 Subject: [PATCH 3/6] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 39b3dcf7..9d58af5f 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "udp-native" version = "1.8.0" -path = "../native/build/libs/udp-native-1.8.0-SNAPSHOT.jar" +path = "../native/build/libs/udp-native-1.8.0.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/udp-test-utils-1.8.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/udp-test-utils-1.8.0.jar" scope = "testOnly" [[platform.java11.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 1ae97c75..51c9db9b 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "udp-plugin" class = "io.ballerina.stdlib.udp.compiler.UdpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.8.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.8.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index e00b0c20..23dcda2e 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230622-064700-4a2dc6dd" +distribution-version = "2201.7.0" [[package]] org = "ballerina" From 285e79634e3aa1c58b55cab28b526436eb910787 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 11:02:48 +0000 Subject: [PATCH 4/6] [Gradle Release Plugin] - pre tag commit: 'v1.8.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ef66cc80..eaf1d7eb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.8.0-SNAPSHOT +version=1.8.0 ballerinaLangVersion= 2201.7.0 puppycrawlCheckstyleVersion=8.18 From 21a800c05e85cb0803291e8eabf8f62add0a484a Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 11:02:50 +0000 Subject: [PATCH 5/6] [Gradle Release Plugin] - new version commit: 'v1.8.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index eaf1d7eb..0379b8dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.8.0 +version=1.8.1-SNAPSHOT ballerinaLangVersion= 2201.7.0 puppycrawlCheckstyleVersion=8.18 From 377005f4b0731d721faba56a4be769df690b3a8f Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Wed, 5 Jul 2023 15:34:16 +0530 Subject: [PATCH 6/6] Update changelog after 1.8.0 release --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 2a9b7f9d..62da3c60 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.8.0] - 2023-06-30 + +### Fixed +- [Address CVE-2023-34462 netty Vulnerability](https://github.com/ballerina-platform/ballerina-standard-library/issues/4599) + ## [1.7.1] - 2023-06-01 - This version maintains the latest dependency versions.