Skip to content

Commit

Permalink
Merge pull request #192 from NipunaMadhushan/update-propagator
Browse files Browse the repository at this point in the history
Update version to `1.0.0`
  • Loading branch information
NipunaMadhushan authored Nov 12, 2024
2 parents 575f88d + f56406c commit 6ac27e2
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 376 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
ballerina_version:
description: 'Ballerina version'
required: true
default: '2201.9.0'
default: '2201.10.0'
push:
branches:
- main

env:
BALLERINA_DISTRIBUTION_VERSION: 2201.9.0 # Update this with the latest Ballerina version
BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
ballerina_version:
description: 'Ballerina version'
required: true
default: '2201.9.0'
default: '2201.10.0'
environment:
type: choice
description: Select environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
ballerina_version:
description: 'Ballerina version'
required: true
default: '2201.9.0'
default: '2201.10.0'

env:
BALLERINA_DISTRIBUTION_VERSION: 2201.9.0 # Update this with the latest Ballerina version
BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graalvm-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
ballerina_version:
description: 'Ballerina version'
required: true
default: '2201.9.0'
default: '2201.10.0'

env:
BALLERINA_DISTRIBUTION_VERSION: 2201.9.0 # Update this with the latest Ballerina version
BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
distribution_version:
description: 'Ballerina distribution version (e.g.; 2201.9.0)'
required: true
default: '2201.9.0'
default: '2201.10.0'

jobs:
publish-release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Validate Pull Request
on: pull_request

env:
BALLERINA_DISTRIBUTION_VERSION: 2201.9.0 # Update this with the latest Ballerina version
BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version

jobs:
ubuntu-build:
Expand Down
5 changes: 0 additions & 5 deletions ballerina-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ def testPackages = ["jaeger-server-tests"]

def jaegerServerTestConfigFile = new File("${project.projectDir}/jaeger-server-tests/Ballerina.toml")
def jaegerServerTestOriginalConfig = jaegerServerTestConfigFile.text
def jaegerServerTestDependenciesFile = new File("${project.projectDir}/jaeger-server-tests/Dependencies.toml")
def jaegerServerTestOriginalDependencies = jaegerServerTestDependenciesFile.text

def stripBallerinaExtensionVersion(String extVersion) {
if (extVersion.matches(project.ext.timestampedVersionRegex)) {
Expand Down Expand Up @@ -117,8 +115,6 @@ task updateTomlVerions {
doLast {
def newConfig = jaegerServerTestConfigFile.text.replace("@toml.version@", tomlVersion)
jaegerServerTestConfigFile.text = newConfig
def newDependencies = jaegerServerTestDependenciesFile.text.replace("@toml.version@", tomlVersion)
jaegerServerTestDependenciesFile.text = newDependencies
}
}

Expand Down Expand Up @@ -179,7 +175,6 @@ task stopJaegerServer() {
task revertTomlFile {
doLast {
jaegerServerTestConfigFile.text = jaegerServerTestOriginalConfig
jaegerServerTestDependenciesFile.text = jaegerServerTestOriginalDependencies
}
}

Expand Down
2 changes: 1 addition & 1 deletion ballerina-tests/jaeger-server-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "ballerinax"
name = "jaeger_server_tests"
version = "0.1.0"
distribution = "2201.8.3"
distribution = "2201.10.0"

[build-options]
observabilityIncluded = true
Expand Down
Loading

0 comments on commit 6ac27e2

Please sign in to comment.