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

Preparing to release APK 1.2.0-m1 #2459

Merged
merged 1 commit into from
Sep 17, 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
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.1.0-SNAPSHOT
version=1.2.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.1.0-SNAPSHOT
version=1.2.0-SNAPSHOT
file=cmd/main.go
docker_image_name=apk-common-controller

2 changes: 1 addition & 1 deletion gateway/enforcer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ARG APK_USER_GROUP_ID=10001
ARG APK_USER_HOME=/home/${APK_USER}
ARG GRPC_HEALTH_PROBE_PATH=/bin/grpc_health_probe
ARG TARGETARCH
ARG APK_VERSION=1.1.0-SNAPSHOT
ARG APK_VERSION=1.2.0-SNAPSHOT

ENV VERSION=${APK_VERSION}
ENV JAVA_OPTS=""
Expand Down
2 changes: 1 addition & 1 deletion gateway/enforcer/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
#

group=org.wso2.apk
version=1.1.0-SNAPSHOT
version=1.2.0-SNAPSHOT
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.1.0-SNAPSHOT
version=1.2.0-SNAPSHOT
docker_image_name=apk-router

2 changes: 1 addition & 1 deletion helm-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: apk-helm
description: A Helm chart for APK components
type: application
version: 1.1.0
version: 1.2.0-m1
appVersion: "1.16.0"
dependencies:
- name: postgresql
Expand Down
728 changes: 364 additions & 364 deletions helm-charts/README.md

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-config-deployer-service:1.1.0
imagePullPolicy: IfNotPresent
image: apk-config-deployer-service:1.2.0-SNAPSHOT
# debug: true
# configs:
# tls:
Expand All @@ -121,7 +121,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: IfNotPresent
image: apk-adapter:1.1.0-SNAPSHOT
image: wso2/apk-adapter:1.2.0-m1
security:
sslHostname: "adapter"
# logging:
Expand Down Expand Up @@ -154,7 +154,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: IfNotPresent
image: apk-common-controller:1.1.0-SNAPSHOT
image: wso2/apk-common-controller:1.2.0-m1
security:
sslHostname: "commoncontroller"
# configs:
Expand All @@ -180,8 +180,8 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-ratelimiter:1.1.0
imagePullPolicy: IfNotPresent
image: wso2/apk-ratelimiter:1.2.0-m1
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -210,8 +210,8 @@ wso2:
periodSeconds: 20
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-router:1.1.0
imagePullPolicy: IfNotPresent
image: wso2/apk-router:1.2.0-m1
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -242,7 +242,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: IfNotPresent
image: apk-enforcer:1.1.0-SNAPSHOT
image: wso2/apk-enforcer:1.2.0-m1
security:
sslHostname: "enforcer"
# logging:
Expand Down Expand Up @@ -313,8 +313,8 @@ idp:
failureThreshold: 5
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-domain-service:1.1.0
imagePullPolicy: IfNotPresent
image: wso2/apk-idp-domain-service:1.2.0-m1
idpui:
deployment:
resources:
Expand All @@ -334,8 +334,8 @@ idp:
failureThreshold: 5
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-ui:1.1.0
imagePullPolicy: IfNotPresent
image: wso2/apk-idp-ui:1.2.0-m1
configs:
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback"
Expand Down
16 changes: 8 additions & 8 deletions helm-charts/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-config-deployer-service:1.1.0
image: wso2/apk-config-deployer-service:1.2.0
configs:
# -- Enable authorization for runtime api.
authorization: true
Expand Down Expand Up @@ -255,7 +255,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-adapter:1.1.0
image: wso2/apk-adapter:1.2.0
security:
# -- Enable security for adapter.
sslHostname: "adapter"
Expand Down Expand Up @@ -326,7 +326,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-common-controller:1.1.0
image: wso2/apk-common-controller:1.2.0
security:
# -- hostname for the common controller
sslHostname: "commoncontroller"
Expand Down Expand Up @@ -424,7 +424,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-ratelimiter:1.1.0
image: wso2/apk-ratelimiter:1.2.0
security:
# -- hostname for the rate limiter
sslHostname: "ratelimiter"
Expand Down Expand Up @@ -502,7 +502,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-router:1.1.0
image: wso2/apk-router:1.2.0
configs:
# -- The timeout for response coming from enforcer to route per API request
enforcerResponseTimeoutInSeconds: 20
Expand Down Expand Up @@ -571,7 +571,7 @@ wso2:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-enforcer:1.1.0
image: wso2/apk-enforcer:1.2.0
security:
# -- hostname for the enforcer
sslHostname: "enforcer"
Expand Down Expand Up @@ -789,7 +789,7 @@ idp:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-idp-domain-service:1.1.0
image: wso2/apk-idp-domain-service:1.2.0
idpui:
deployment:
resources:
Expand Down Expand Up @@ -824,7 +824,7 @@ idp:
# -- Image pull policy
imagePullPolicy: Always
# -- Image
image: wso2/apk-idp-ui:1.1.0
image: wso2/apk-idp-ui:1.2.0
configs:
# -- identity server Login URL
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
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.1.0-SNAPSHOT"
version = "1.2.0-SNAPSHOT"
distribution = "2201.8.0"

[[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 @@ -393,7 +393,7 @@ modules = [
[[package]]
org = "wso2"
name = "idp_domain_service"
version = "1.1.0-SNAPSHOT"
version = "1.2.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.1.0-SNAPSHOT
version=1.2.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.1.0-SNAPSHOT
version=1.2.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.1.0-SNAPSHOT
version=1.2.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.1.0-SNAPSHOT
version=1.2.0-SNAPSHOT
docker_image_name=apk-ratelimiter

10 changes: 5 additions & 5 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.1.0-SNAPSHOT"
version = "1.2.0-SNAPSHOT"
distribution = "2201.8.5"

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

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.0.0-SNAPSHOT
[[platform.java11.dependency]]
Expand Down Expand Up @@ -374,13 +374,13 @@ artifactId = "joda-time"
version = "2.10.2"


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

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.0.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "commons-lang"
artifactId = "commons-lang"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,13 +374,13 @@ artifactId = "joda-time"
version = "2.10.2"


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

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.0.0-SNAPSHOT
# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.2.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "commons-lang"
artifactId = "commons-lang"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ modules = [
[[package]]
org = "wso2"
name = "config_deployer_service"
version = "1.1.0-SNAPSHOT"
version = "1.2.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.1.0-SNAPSHOT
version=1.2.0-SNAPSHOT
docker_image_name=apk-config-deployer-service
dist_name=config-deployer
jar_name=config_deployer_service.jar
Expand Down
Loading