Skip to content

Commit

Permalink
Merge pull request #302 from tapis-project/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
mpackard authored Oct 16, 2023
2 parents 91013b2 + deb384d commit fa746a5
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 35 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Notable changes between versions.

## 1.5.0

### Services Updated

- [ Authenticator: 1.4.0 -> 1.5.0 (tapis/authenticator, tapis/authenticator-migrations)[https://github.com/tapis-project/authenticator/blob/dev/CHANGELOG.md]
- [ Streams: 1.4.0 -> 1.5.0 (tapis/streams-api)[https://github.com/tapis-project/streams-api/blob/prod/CHANGELOG.md]
- Other 1.4.x Tapis containers versions will be updated to 1.5.0

## 1.4.3

### Services Updated
Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/actors/defaults/main/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ actors_service_url: '{{ global_service_url }}'
actors_service_tenant_id: admin
actors_service_site_id: '{{ global_site_id }}'
actors_service_name: actors
actors_service_version: 1.4.0
actors_service_version: 1.5.0
actors_storage_class: '{{ global_storage_class }}'
actors_rabbit_pvc: actors-rabbitmq-vol01
actors_mongo_pvc: actors-mongo-vol01
Expand Down
4 changes: 2 additions & 2 deletions playbooks/roles/admin/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
admin_util_image: tapis/ubutil2204:1.4.0
admin_centosutil_image: tapis/centosutil:1.4.0
admin_util_image: tapis/ubutil2204:1.5.0
admin_centosutil_image: tapis/centosutil:1.5.0
admin_skadminutil_image: tapis/skadminutil:1.4.0
2 changes: 1 addition & 1 deletion playbooks/roles/apps/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apps_api_image: tapis/apps:1.4.2
apps_api_image: tapis/apps:1.5.0
apps_postgres_image: postgres:12.4
apps_pgadmin_image: dpage/pgadmin4:6.20
4 changes: 2 additions & 2 deletions playbooks/roles/authenticator/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
authenticator_api_image: tapis/authenticator:1.4.0
authenticator_migrations_image: tapis/authenticator-migrations:1.4.0
authenticator_api_image: tapis/authenticator:1.5.0
authenticator_migrations_image: tapis/authenticator-migrations:1.5.0
authenticator_postgres_image: postgres:11.4
authenticator_ldap_image: tacc/slapd:1
2 changes: 1 addition & 1 deletion playbooks/roles/globus-proxy/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
globus_proxy_api_image: tapis/globus-proxy:1.4.3
globus_proxy_api_image: tapis/globus-proxy:1.5.0
6 changes: 3 additions & 3 deletions playbooks/roles/meta/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
meta_api_image: tapis/metaapi:1.4.0
meta_rh_server_image: tapis/tapis-meta-rh-server:1.4.0
meta_api_image: tapis/metaapi:1.5.0
meta_rh_server_image: tapis/tapis-meta-rh-server:1.5.0
meta_mongo_exporter_image: tapis/mqe:0.1
meta_mongo_singlenode_image: tapis/mongo-singlenode:4.4.6-bionic
meta_mongodb_backup_image: tapis/mongodb-backup:1
meta_mongobackup_image: tapis/mongobackup:1.4.0
meta_mongobackup_image: tapis/mongobackup:1.5.0
meta_alpine_image: alpine:3.17
4 changes: 2 additions & 2 deletions playbooks/roles/monitoring/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
monitoring_stern_fluentd_image: tapis/stern-fluentd:1.4.0
monitoring_tapis_exporter_image: tapis/exporter:1.4.0
monitoring_stern_fluentd_image: tapis/stern-fluentd:1.5.0
monitoring_tapis_exporter_image: tapis/exporter:1.5.0
monitoring_alpine_image: alpine:3.6
monitoring_postgres_image: bitnami/postgresql:14
monitoring_elasticsearch_image: docker.elastic.co/elasticsearch/elasticsearch:7.17.9
Expand Down
4 changes: 2 additions & 2 deletions playbooks/roles/notifications/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
notifications_postgres_image: postgres:12.4
notifications_pgadmin_image: dpage/pgadmin4:6.20
notifications_rabbitmq_image: rabbitmq:3.8.11-management
notifications_api_image: tapis/notifications:1.4.1
notifications_dispatcher_image: tapis/notifications-dispatcher:1.4.1
notifications_api_image: tapis/notifications:1.5.0
notifications_dispatcher_image: tapis/notifications-dispatcher:1.5.0
2 changes: 1 addition & 1 deletion playbooks/roles/pgrest/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pgrest_api_image: tapis/pgrest-api:1.4.0
pgrest_api_image: tapis/pgrest-api:1.5.0
pgrest_postgres_image: postgres:13
2 changes: 1 addition & 1 deletion playbooks/roles/pods/defaults/main/vars.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

pods_service_name: pods
pods_image_version: 1.4.0
pods_image_version: 1.5.0
pods_service_site_id: "{{ global_site_id }}"
pods_service_tenant_id: admin
pods_primary_site_admin_tenant_base_url: "{{ global_primary_site_admin_tenant_base_url }}"
Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/proxy/defaults/main/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ proxy_service_site_id: "{{ global_site_id }}"
proxy_service_name: proxy
proxy_primary_site_admin_tenant_base_url: "{{ global_primary_site_admin_tenant_base_url }}"
proxy_site_router_pvc: site-router-redis-vol01
proxy_site_router_api_version: 1.4.0
proxy_site_router_api_version: 1.5.0
proxy_storage_class: "{{ global_storage_class }}"
proxy_nginx_cert_file: $HOME/cert.pem
proxy_nginx_cert_key: $HOME/cert.key
Expand Down
8 changes: 4 additions & 4 deletions playbooks/roles/security/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
security_pgadmin_image: dpage/pgadmin4:6.20
security_skadminutil_image: tapis/skadminutil:1.4.0
security_skadminutil_image: tapis/skadminutil:1.5.0
security_postgres_image: postgres:12.4
security_api_image: tapis/securityapi:1.4.0
security_migrations_image: tapis/securitymigrate:1.4.0
security_util_image: tapis/ubutil:1.4.0
security_api_image: tapis/securityapi:1.5.0
security_migrations_image: tapis/securitymigrate:1.5.0
security_util_image: tapis/ubutil:1.5.0
8 changes: 4 additions & 4 deletions playbooks/roles/skadmin/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skadmin_securityexport_image: tapis/securityexport:1.4.0
skadmin_skadminutil_image: tapis/skadminutil:1.4.0
skadmin_securityadmin_image: tapis/securityadmin:1.4.0
skadmin_util_image: tapis/ubutil:1.4.0
skadmin_securityexport_image: tapis/securityexport:1.5.0
skadmin_skadminutil_image: tapis/skadminutil:1.5.0
skadmin_securityadmin_image: tapis/securityadmin:1.5.0
skadmin_util_image: tapis/ubutil:1.5.0
2 changes: 1 addition & 1 deletion playbooks/roles/systems/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
systems_pgadmin_image: dpage/pgadmin4:6.20
systems_postgres_image: postgres:12.4
systems_api_image: tapis/systems:1.4.2
systems_api_image: tapis/systems:1.5.0
2 changes: 1 addition & 1 deletion playbooks/roles/tapisui/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tapisui_image: tapis/tapisui:1.4.0
tapisui_image: tapis/tapisui:1.5.0
6 changes: 3 additions & 3 deletions playbooks/roles/tenants/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tenants_pgadmin_image: dpage/pgadmin4:6.20
tenants_postgres_image: postgres:11.4
tenants_api_image: tapis/tenants-api:1.4.0
tenants_migrations_image: tapis/tenants-api-migrations:1.4.0
tenants_api_tests_image: tapis/tenants-api-tests:1.4.0
tenants_api_image: tapis/tenants-api:1.5.0
tenants_migrations_image: tapis/tenants-api-migrations:1.5.0
tenants_api_tests_image: tapis/tenants-api-tests:1.5.0
4 changes: 2 additions & 2 deletions playbooks/roles/tokens/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tokens_api_image: tapis/tokens-api:1.4.0
tokens_api_tests_image: tapis/tokens-api-tests:1.4.0
tokens_api_image: tapis/tokens-api:1.5.0
tokens_api_tests_image: tapis/tokens-api-tests:1.5.0
6 changes: 3 additions & 3 deletions playbooks/roles/workflows/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workflows_api_image: tapis/workflows-api:1.4.0
workflows_pipelines_image: tapis/workflows-pipelines:1.4.0
workflows_engine_streams_image: tapis/workflow-engine-streams:1.4.0
workflows_api_image: tapis/workflows-api:1.5.0
workflows_pipelines_image: tapis/workflows-pipelines:1.5.0
workflows_engine_streams_image: tapis/workflow-engine-streams:1.5.0
workflows_mysql_image: mysql:8
workflows_rabbitmq_image: rabbitmq:3.9.11-management
workflows_registry_image: registry:2
Expand Down

0 comments on commit fa746a5

Please sign in to comment.