diff --git a/gateway/enforcer/README.md b/gateway/enforcer/README.md index 7e624cf84..29138cfa1 100644 --- a/gateway/enforcer/README.md +++ b/gateway/enforcer/README.md @@ -41,4 +41,4 @@ The following should be installed in your development machine. kubectl port-forward -n apk 5006:5006 ``` -4. Start debugging from port 5006 in IntelliJ IDEA. \ No newline at end of file +4. Start debugging from port 5006 in IntelliJ IDEA. diff --git a/gateway/router/Dockerfile b/gateway/router/Dockerfile index 0ccf63df0..8474379e2 100644 --- a/gateway/router/Dockerfile +++ b/gateway/router/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ----------------------------------------------------------------------- -FROM envoyproxy/envoy:v1.27.0 +FROM envoyproxy/envoy:v1.27.1 LABEL maintainer="WSO2 Docker Maintainers " RUN apt-get update && apt-get upgrade -y && apt-get install -y curl diff --git a/libs.versions.toml b/libs.versions.toml index d715b015a..2e54ffd6e 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -162,7 +162,7 @@ okio = "2.8.0.wso2v1" opentelemetry = "1.24.0" opentelemetry-jaeger-thrift = "1.24.0" opentelemetry-semconv = "1.24.0-alpha" -org-json = "20230227" +org-json = "20231013" postgresql = "42.5.0" snakeyaml = "2.0" sun = "1.5.3" diff --git a/runtime/config-deployer-service/README.md b/runtime/config-deployer-service/README.md index fedb72bdf..ccd625cc7 100644 --- a/runtime/config-deployer-service/README.md +++ b/runtime/config-deployer-service/README.md @@ -2,7 +2,7 @@ # Functionalities. -1. Generate APK configuration (api.apk-conf) from given definition. +1. Generate APK configuration (api.apk-conf) from given OAS definition. 2. Generate K8s artifacts from given definition and APK configuration file. 3. Deploy API into Gateway getting from APK configuration and definition. 4. Undeploy API from Gateway.