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 version #2733

Merged
merged 1 commit into from
Jan 31, 2025
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
2 changes: 1 addition & 1 deletion adapter/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.wso2.apk
version=1.2.0-SNAPSHOT
version=1.3.0-SNAPSHOT
file=cmd/main.go
docker_image_name=apk-adapter

2 changes: 1 addition & 1 deletion common-controller/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.wso2.apk
version=1.2.0-SNAPSHOT
version=1.3.0-SNAPSHOT
file=cmd/main.go
docker_image_name=apk-common-controller

2 changes: 1 addition & 1 deletion gateway/enforcer/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

group=org.wso2.apk
version=1.2.0-SNAPSHOT
version=1.3.0-SNAPSHOT
file=cmd/main.go
docker_image_name=apk-enforcer

2 changes: 1 addition & 1 deletion gateway/router/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group=org.wso2.apk
version=1.2.0-SNAPSHOT
version=1.3.0-SNAPSHOT
docker_image_name=apk-router

4 changes: 2 additions & 2 deletions helm-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: apk-helm
description: A Helm chart for APK components
type: application
version: 1.2.0
appVersion: "1.2.0"
version: 1.3.0
appVersion: "1.3.0"
dependencies:
- name: postgresql
version: "15.5.24"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data:
commonControllerHost = "{{ template "apk-helm.resource.prefix" . }}-common-controller-service.{{ .Release.Namespace }}.svc"
enforcerServerName = "{{ template "apk-helm.resource.prefix" . }}-enforcer-service.{{ .Release.Namespace }}.svc"
{{- if and .Values.wso2.apk.dp.gatewayRuntime.deployment .Values.wso2.apk.dp.gatewayRuntime.deployment.enforcer .Values.wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs }}
enforcerImage = "{{ .Values.wso2.apk.dp.gatewayRuntime.deployment.enforcer.image | default "apk-enforcer:1.2.0-SNAPSHOT" }}"
enforcerImage = "{{ .Values.wso2.apk.dp.gatewayRuntime.deployment.enforcer.image | default "apk-enforcer:1.3.0-SNAPSHOT" }}"
enforcerImagePullPolicy = "{{ .Values.wso2.apk.dp.gatewayRuntime.deployment.enforcer.imagePullPolicy | default "Always" }}"
{{- if and .Values.wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs.javaOpts }}
javaOpts = "{{ .Values.wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs.javaOpts }}"
Expand Down
2 changes: 1 addition & 1 deletion idp/idp-domain-service/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "wso2"
name = "idp_domain_service"
version = "1.2.0-SNAPSHOT"
version = "1.3.0-SNAPSHOT"
distribution = "2201.10.2"

[[platform.java11.dependency]]
Expand Down
2 changes: 1 addition & 1 deletion idp/idp-domain-service/ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ modules = [
[[package]]
org = "wso2"
name = "idp_domain_service"
version = "1.2.0-SNAPSHOT"
version = "1.3.0-SNAPSHOT"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "io"},
Expand Down
2 changes: 1 addition & 1 deletion idp/idp-domain-service/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.wso2.apk
version=1.2.0-SNAPSHOT
version=1.3.0-SNAPSHOT
docker_image_name = apk-idp-domain-service
jar_name = idp_domain_service.jar
dist_name = idp
Expand Down
2 changes: 1 addition & 1 deletion idp/idp-ui/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group=org.wso2.apk
version=1.2.0-SNAPSHOT
version=1.3.0-SNAPSHOT
docker_image_name = apk-idp-ui
dist_name = idp-ui
2 changes: 1 addition & 1 deletion management-server/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group=org.wso2.apk
version=1.2.0-SNAPSHOT
version=1.3.0-SNAPSHOT
file=cmd/main.go
docker_image_name=apk-management-server
2 changes: 1 addition & 1 deletion ratelimiter/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group=org.wso2.apk
version=1.2.0-SNAPSHOT
version=1.3.0-SNAPSHOT
docker_image_name=apk-ratelimiter

38 changes: 19 additions & 19 deletions runtime/config-deployer-service/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "wso2"
name = "config_deployer_service"
version = "1.2.0-SNAPSHOT"
version = "1.3.0-SNAPSHOT"
distribution = "2201.10.2"

[build-options]
Expand All @@ -16,22 +16,22 @@ repository = "local"
[[platform.java11.dependency]]
groupId = "org.wso2.apk"
artifactId = "org.wso2.apk.config"
version = "1.2.0-SNAPSHOT"
path = "../java/build/libs/org.wso2.apk.config-1.2.0-SNAPSHOT.jar"
version = "1.3.0-SNAPSHOT"
path = "../java/build/libs/org.wso2.apk.config-1.3.0-SNAPSHOT.jar"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "commons-logging"
artifactId = "commons-logging"
version = "1.1.1"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "com.google.code.gson"
artifactId = "gson"
version = "2.10"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "io.swagger.parser.v3"
artifactId = "swagger-parser"
Expand Down Expand Up @@ -199,13 +199,13 @@ groupId = "commons-io"
artifactId = "commons-io"
version = "2.15.1"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "io.swagger.core.v3"
artifactId = "swagger-models"
version = "2.2.23"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "io.swagger.core.v3"
artifactId = "swagger-core"
Expand Down Expand Up @@ -259,7 +259,7 @@ groupId = "jakarta.validation"
artifactId = "jakarta.validation-api"
version = "2.0.2"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "com.fasterxml.jackson.dataformat"
artifactId = "jackson-dataformat-yaml"
Expand All @@ -271,7 +271,7 @@ groupId = "com.fasterxml.jackson.core"
artifactId = "jackson-core"
version = "2.18.0"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "com.graphql-java"
artifactId = "graphql-java"
Expand All @@ -289,25 +289,25 @@ groupId = "org.reactivestreams"
artifactId = "reactive-streams"
version = "1.0.3"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "com.fasterxml.jackson.core"
artifactId = "jackson-annotations"
version = "2.18.0"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "org.wso2.orbit.org.everit.json"
artifactId = "org.everit.json.schema"
version = "1.5.0.wso2.v2"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "io.apicurio"
artifactId = "apicurio-data-models"
version = "1.1.5"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "commons-validator"
artifactId = "commons-validator"
Expand All @@ -331,7 +331,7 @@ groupId = "commons-collections"
artifactId = "commons-collections"
version = "3.2.2"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "com.damnhandy"
artifactId = "handy-uri-templates"
Expand All @@ -343,25 +343,25 @@ groupId = "joda-time"
artifactId = "joda-time"
version = "2.10.2"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "org.json"
artifactId = "json"
version = "20231013"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "commons-lang"
artifactId = "commons-lang"
version = "2.4"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "io.prometheus.jmx"
artifactId = "jmx_prometheus_javaagent"
version = "0.20.0"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "com.google.protobuf"
artifactId = "protobuf-java"
Expand Down
32 changes: 16 additions & 16 deletions runtime/config-deployer-service/ballerina/Ballerina.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ artifactId = "org.wso2.apk.config"
version = "PROJECT_VERSION"
path = "../java/build/libs/org.wso2.apk.config-PROJECT_VERSION.jar"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "commons-logging"
artifactId = "commons-logging"
version = "1.1.1"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "com.google.code.gson"
artifactId = "gson"
version = "2.10"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "io.swagger.parser.v3"
artifactId = "swagger-parser"
Expand Down Expand Up @@ -199,13 +199,13 @@ groupId = "commons-io"
artifactId = "commons-io"
version = "2.15.1"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "io.swagger.core.v3"
artifactId = "swagger-models"
version = "2.2.23"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "io.swagger.core.v3"
artifactId = "swagger-core"
Expand Down Expand Up @@ -259,7 +259,7 @@ groupId = "jakarta.validation"
artifactId = "jakarta.validation-api"
version = "2.0.2"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "com.fasterxml.jackson.dataformat"
artifactId = "jackson-dataformat-yaml"
Expand All @@ -271,7 +271,7 @@ groupId = "com.fasterxml.jackson.core"
artifactId = "jackson-core"
version = "2.18.0"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "com.graphql-java"
artifactId = "graphql-java"
Expand All @@ -289,25 +289,25 @@ groupId = "org.reactivestreams"
artifactId = "reactive-streams"
version = "1.0.3"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "com.fasterxml.jackson.core"
artifactId = "jackson-annotations"
version = "2.18.0"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "org.wso2.orbit.org.everit.json"
artifactId = "org.everit.json.schema"
version = "1.5.0.wso2.v2"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "io.apicurio"
artifactId = "apicurio-data-models"
version = "1.1.5"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "commons-validator"
artifactId = "commons-validator"
Expand All @@ -331,7 +331,7 @@ groupId = "commons-collections"
artifactId = "commons-collections"
version = "3.2.2"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "com.damnhandy"
artifactId = "handy-uri-templates"
Expand All @@ -343,25 +343,25 @@ groupId = "joda-time"
artifactId = "joda-time"
version = "2.10.2"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "org.json"
artifactId = "json"
version = "20231013"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "commons-lang"
artifactId = "commons-lang"
version = "2.4"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "io.prometheus.jmx"
artifactId = "jmx_prometheus_javaagent"
version = "0.20.0"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "com.google.protobuf"
artifactId = "protobuf-java"
Expand Down
6 changes: 3 additions & 3 deletions runtime/config-deployer-service/ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "url"
version = "2.4.1"
version = "2.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down Expand Up @@ -383,7 +383,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "postgresql"
version = "1.13.2"
version = "1.13.3"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "io"},
Expand Down Expand Up @@ -433,7 +433,7 @@ modules = [
[[package]]
org = "wso2"
name = "config_deployer_service"
version = "1.2.0-SNAPSHOT"
version = "1.3.0-SNAPSHOT"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "crypto"},
Expand Down
2 changes: 1 addition & 1 deletion runtime/config-deployer-service/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.wso2.apk
version=1.2.0-SNAPSHOT
version=1.3.0-SNAPSHOT
docker_image_name=apk-config-deployer-service
dist_name=config-deployer
jar_name=config_deployer_service.jar
Expand Down
Loading