From 803bb3aef13488efd3c90699d9f996e1458807e1 Mon Sep 17 00:00:00 2001 From: mpackard Date: Mon, 9 Oct 2023 15:37:23 -0500 Subject: [PATCH] files & jobs up to 1.5.0 --- CHANGELOG.md | 5 +++-- playbooks/roles/files/defaults/main/images.yml | 4 ++-- playbooks/roles/jobs/defaults/main/images.yml | 6 +++--- playbooks/roles/streams/defaults/main/images.yml | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5659ccc4..030a21dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,12 @@ Notable changes between versions. - [ Systems: 1.4.1 to 1.4.2 (tapis/systems)](https://github.com/tapis-project/tapis-systems/blob/1.4.2/CHANGELOG.md) - [ Apps: 1.4.1 to 1.4.2 (tapis/apps)](https://github.com/tapis-project/tapis-apps/blob/1.4.2/CHANGELOG.md) - [ Notifications: 1.4.0 to 1.4.1 (tapis/notifications, notifications-dispatcher)](https://github.com/tapis-project/tapis-notifications/blob/1.4.1/CHANGELOG.md) -- [ Files: 1.4.2 to 1.4.3 (tapis/tapis-files, tapis/tapis-files-workers)](https://github.com/tapis-project/tapis-files/blob/dev/CHANGELOG.md) -- [ Jobs: 1.4.2 to 1.4.3 (tapis/jobsworker, jobsmigrate, jobsapi)](https://github.com/tapis-project/tapis-jobs/blob/dev/tapis-jobsapi/CHANGELOG.md) +- [ Files: 1.4.2 to 1.5.0 (tapis/tapis-files, tapis/tapis-files-workers)](https://github.com/tapis-project/tapis-files/blob/dev/CHANGELOG.md) +- [ Jobs: 1.4.2 to 1.5.0 (tapis/jobsworker, jobsmigrate, jobsapi)](https://github.com/tapis-project/tapis-jobs/blob/dev/tapis-jobsapi/CHANGELOG.md) - [ Globus-Proxy: 1.4.2 to 1.4.3 (tapis/globus-proxy)](https://github.com/tapis-project/globus-proxy/blob/dev/CHANGELOG.md) + ### Breaking Changes for Deployer Admins - This is ONLY for Docker Tapis installs updating; it is NOT applicable to Kubernetes installs: Some components' Postgres directory volume mounts have moved within the `tapisdatadir` and may need to be moved on disk before starting the containers. Each component should now follow a similar structure, e.g. for authenticator: `tapisdatadir/authenticator/postgres/data` should contain the Postgres data, such as the `PG_VERSION` file, `pg_wal` directory, etc. diff --git a/playbooks/roles/files/defaults/main/images.yml b/playbooks/roles/files/defaults/main/images.yml index 5dced09d..2ddece7a 100644 --- a/playbooks/roles/files/defaults/main/images.yml +++ b/playbooks/roles/files/defaults/main/images.yml @@ -1,5 +1,5 @@ -files_api_image: tapis/tapis-files:1.4.3 -files_workers_image: tapis/tapis-files-workers:1.4.3 +files_api_image: tapis/tapis-files:1.5.0 +files_workers_image: tapis/tapis-files-workers:1.5.0 files_postgres_image: postgres:11 files_migrations_image: postgres:11 files_minio_image: minio/minio diff --git a/playbooks/roles/jobs/defaults/main/images.yml b/playbooks/roles/jobs/defaults/main/images.yml index 32260c1d..5e981a92 100644 --- a/playbooks/roles/jobs/defaults/main/images.yml +++ b/playbooks/roles/jobs/defaults/main/images.yml @@ -1,6 +1,6 @@ -jobs_api_image: tapis/jobsapi:1.4.3 -jobs_migrations_image: tapis/jobsmigrate:1.4.3 -jobs_worker_image: tapis/jobsworker:1.4.3 +jobs_api_image: tapis/jobsapi:1.5.0 +jobs_migrations_image: tapis/jobsmigrate:1.5.0 +jobs_worker_image: tapis/jobsworker:1.5.0 jobs_postgres_image: postgres:12.4 jobs_pgadmin_image: dpage/pgadmin4:6.20 jobs_rabbitmq_management_image: rabbitmq:3.8.11-management diff --git a/playbooks/roles/streams/defaults/main/images.yml b/playbooks/roles/streams/defaults/main/images.yml index 8842495b..e42a8c08 100644 --- a/playbooks/roles/streams/defaults/main/images.yml +++ b/playbooks/roles/streams/defaults/main/images.yml @@ -4,4 +4,4 @@ streams_influxdb2_image: influxdb:2.1.1-alpine streams_mysql_image: mysql:5.7 streams_chords_image: ncareol/chords:1.0 streams_tapis_chords_app_image: scleveland/tapis-chords-app:0.9.8.2.3 -streams_api_image: tapis/streams-api:1.4.0 +streams_api_image: tapis/streams-api:1.5.0