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

Upgrading envoy image and org json library #1831

Merged
merged 1 commit into from
Oct 17, 2023
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 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.
Loading