Skip to content

Commit

Permalink
upgrading envoy image and org json library
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Oct 17, 2023
1 parent a84b538 commit bec6903
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gateway/enforcer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ The following should be installed in your development machine.
kubectl port-forward <apk-gateway-runtime-deployment-pod-name> -n apk 5006:5006
```

4. Start debugging from port 5006 in IntelliJ IDEA.
4. Start debugging from port 5006 in IntelliJ IDEA.
2 changes: 1 addition & 1 deletion gateway/router/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <wso2.com>"

RUN apt-get update && apt-get upgrade -y && apt-get install -y curl
Expand Down
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/config-deployer-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit bec6903

Please sign in to comment.