Skip to content

Commit

Permalink
update to Swagger-UI 5.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
  • Loading branch information
thjaeckle committed Sep 20, 2023
1 parent e5f32fd commit 7211f17
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deployment/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ services:
restart: always

swagger-ui:
image: docker.io/swaggerapi/swagger-ui:v4.14.3
image: docker.io/swaggerapi/swagger-ui:v5.7.2
mem_limit: 32m
restart: always
environment:
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/sandbox/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ services:
restart: always

swagger-ui:
image: docker.io/swaggerapi/swagger-ui:v4.14.3
image: docker.io/swaggerapi/swagger-ui:v5.7.2
mem_limit: 32m
cpu_shares: 50
restart: always
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/deploymentFiles/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: swagger-ui
image: docker.io/swaggerapi/swagger-ui:v4.14.3
image: docker.io/swaggerapi/swagger-ui:v5.7.2
env:
- name: QUERY_CONFIG_ENABLED
value: "true"
Expand Down
6 changes: 3 additions & 3 deletions documentation/src/main/resources/_layouts/swagger_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
{% include head.html %}

<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.14.3/swagger-ui.css" >
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.7.2/swagger-ui.css" >
<link rel="stylesheet" type="text/css" href="css/swagger.css" >
<style>
html
Expand Down Expand Up @@ -34,8 +34,8 @@
{% include footer.html %}
</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.14.3/swagger-ui-bundle.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.14.3/swagger-ui-standalone-preset.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.7.2/swagger-ui-bundle.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.7.2/swagger-ui-standalone-preset.js"> </script>
{{content}}

</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ e.g. a not existing policy import and e.g. always produced a text indicating to
Issued acknowledgement label for target must start with connection ID.
This can be achieved by using `connection:id` placeholder.
Usually placeholders allow using spaces inside (right after opening and right before closing) curly brackets,
for example, `{{ connection:id }}`.
for example, `{%raw%}{{ connection:id }}{%endraw%}`.
But validation did not allow spaces in placeholder in target issued acknowledgement label.


Expand Down

0 comments on commit 7211f17

Please sign in to comment.