Skip to content
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 kernel version to 4.9.27-alpha #13541

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ product.key=AM
product.version=4.4.0
product.wum.name=wso2am

carbon.version=4.9.26
carbon.version=4.9.27-alpha
am.version=4.4.0
default.server.role=APIManager
bundle.creators=org.wso2.carbon.mediator.bridge.MediatorBundleCreator
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ rem KIND, either express or implied. See the License for the
rem specific language governing permissions and limitations
rem under the License.

set BC_FIPS_VERSION=1.0.2.4
set BC_FIPS_VERSION=1.0.2.5
set BCPKIX_FIPS_VERSION=1.0.7

set EXPECTED_BC_FIPS_CHECKSUM=9008d04fc13da6455e6a792935b93b629757335d
set EXPECTED_BC_FIPS_CHECKSUM=704e65f7e4fe679e5ab2aa8a840f27f8ced4c522
set EXPECTED_BCPKIX_FIPS_CHECKSUM=fe07959721cfa2156be9722ba20fdfee2b5441b0


Expand Down
4 changes: 2 additions & 2 deletions modules/distribution/product/src/main/startup-scripts/fips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

BC_FIPS_VERSION=1.0.2.4;
BC_FIPS_VERSION=1.0.2.5;
BCPKIX_FIPS_VERSION=1.0.7;

EXPECTED_BC_FIPS_CHECKSUM="9008d04fc13da6455e6a792935b93b629757335d"
EXPECTED_BC_FIPS_CHECKSUM="704e65f7e4fe679e5ab2aa8a840f27f8ced4c522"
EXPECTED_BCPKIX_FIPS_CHECKSUM="fe07959721cfa2156be9722ba20fdfee2b5441b0"

# Get standard environment variables
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions modules/p2-profile/product/carbon.product
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?pde version="3.5"?>

<product name="Carbon Product" uid="carbon.product.id" id="carbon.product" application="carbon.application"
version="4.9.26" useFeatures="true" includeLaunchers="true">
version="4.9.27.alpha" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand All @@ -14,7 +14,7 @@ version="4.9.26" useFeatures="true" includeLaunchers="true">
</plugins>

<features>
<feature id="org.wso2.carbon.core.runtime" version="4.9.26"/>
<feature id="org.wso2.carbon.core.runtime" version="4.9.27.alpha"/>
</features>

<configurations>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@

<!-- APIM Component Version -->

<carbon.apimgt.version>9.29.204</carbon.apimgt.version>
<carbon.apimgt.version>9.30.0</carbon.apimgt.version>

<carbon.apimgt.imp.pkg.version>[9.0.0, 10.0.0)</carbon.apimgt.imp.pkg.version>

Expand All @@ -1301,7 +1301,7 @@
<carbon.governance.version>4.8.34</carbon.governance.version>

<!--carbon versions-->
<carbon.kernel.version>4.9.26</carbon.kernel.version>
<carbon.kernel.version>4.9.27-alpha</carbon.kernel.version>
<apimserver.version>4.4.0-SNAPSHOT</apimserver.version>

<cipher.tool.version>1.1.26</cipher.tool.version>
Expand All @@ -1310,7 +1310,7 @@
<carbon.kernel.imp.pkg.version>[4.5.0, 5.0.0)</carbon.kernel.imp.pkg.version>

<!-- carbon mediation -->
<carbon.mediation.version>4.7.218</carbon.mediation.version>
<carbon.mediation.version>4.7.219</carbon.mediation.version>

<!-- carbon identity -->
<carbon.identity.version>5.25.713</carbon.identity.version>
Expand Down Expand Up @@ -1340,7 +1340,7 @@
<carbon.deployment.version>4.11.16</carbon.deployment.version>

<!-- Carbon Multitenancy version-->
<carbon.multitenancy.version>4.9.27</carbon.multitenancy.version>
<carbon.multitenancy.version>4.9.28</carbon.multitenancy.version>

<siddhi.version>3.2.13</siddhi.version>

Expand All @@ -1354,7 +1354,7 @@
<opencsv.version>1.8</opencsv.version>
<poi.version>3.0-FINAL</poi.version>
<woden.version>1.0.0.M8-wso2v1</woden.version>
<synapse.version>4.0.0-wso2v125</synapse.version>
<synapse.version>4.0.0-wso2v128</synapse.version>
<passthru.transport.patch.version>1.0.2</passthru.transport.patch.version>
<axis2.wso2.version>1.6.1-wso2v99</axis2.wso2.version>
<axiom.wso2.version>1.2.11-wso2v29</axiom.wso2.version>
Expand Down
Binary file not shown.
Binary file modified sample-scenarios/src/main/resources/client-truststore.jks
Binary file not shown.
Loading