Skip to content

Commit

Permalink
Merge pull request #224 from TykTechnologies/release-5.2.2
Browse files Browse the repository at this point in the history
Release 5.2.2
  • Loading branch information
davegarvey authored Nov 1, 2023
2 parents dac7e86 + 0ff45be commit 7ecaadb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions deployments/analytics-kibana/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ kibana_base_url="http://localhost:5601"
log_message "Waiting for kibana to return desired response"
wait_for_response "$kibana_base_url/app/kibana" "200"

log_message "Pausing briefly before attempting to apply Kibana configuration, to avoid receiving HTTP 429 (too many requests)"
sleep 2

log_message "Adding index pattern to Kibana"
log_http_result "$(curl $kibana_base_url/api/saved_objects/index-pattern/1208b8f0-815b-11ea-b0b2-c9a8a88fbfb2?overwrite=true -s -o /dev/null -w "%{http_code}" \
-H 'Content-Type: application/json' \
Expand Down
2 changes: 1 addition & 1 deletion deployments/mdcb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- tyk-redis
- tyk-mongo
tyk-worker-gateway:
image: tykio/tyk-gateway:${GATEWAY_WORKER_VERSION:-v5.2.1}
image: tykio/tyk-gateway:${GATEWAY_WORKER_VERSION:-v5.2.2}
ports:
- 8090:8080
networks:
Expand Down
2 changes: 1 addition & 1 deletion deployments/sso/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.3'
services:
tyk-dashboard-sso:
image: tykio/tyk-dashboard:${DASHBOARD_SSO_VERSION:-v5.2.1}
image: tykio/tyk-dashboard:${DASHBOARD_SSO_VERSION:-v5.2.2}
ports:
- 3001:3000
networks:
Expand Down
6 changes: 3 additions & 3 deletions deployments/tyk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.8'
services:
tyk-dashboard:
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.2.1}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.2.2}
ports:
- 3000:3000
networks:
Expand All @@ -23,7 +23,7 @@ services:
- tyk-redis
- tyk-mongo
tyk-gateway:
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.2.1}
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.2.2}
ports:
- 8080:8080
- 8086:8086
Expand Down Expand Up @@ -55,7 +55,7 @@ services:
- tyk-redis
- tyk-dashboard
tyk-gateway-2:
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.2.1}
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.2.2}
ports:
- 8081:8080
networks:
Expand Down
4 changes: 2 additions & 2 deletions deployments/tyk2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.3'
services:
tyk2-dashboard:
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.2.1}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.2.2}
ports:
- 3002:3000
networks:
Expand All @@ -21,7 +21,7 @@ services:
- tyk2-redis
- tyk2-mongo
tyk2-gateway:
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v5.2.1}
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v5.2.2}
ports:
- 8085:8080
networks:
Expand Down

0 comments on commit 7ecaadb

Please sign in to comment.