Skip to content

Commit

Permalink
Merge pull request #147 from tapis-project/1.3.2-tmp
Browse files Browse the repository at this point in the history
1.3.2 tmp
  • Loading branch information
mpackard authored Mar 30, 2023
2 parents fd534be + b946fee commit 9d4a2d9
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Notable changes between versions.

## 1.3.2

- Updated several image minor release versions.
- Added VERSION file to reflect which version of tapis-deployer was used.

## 1.3.0 - 20230131

### Breaking Changes:
Expand Down
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.3.0
apps_api_image: tapis/apps:1.3.1
apps_postgres_image: postgres:12.4
apps_pgadmin_image: dpage/pgadmin4:6.20
2 changes: 1 addition & 1 deletion playbooks/roles/baseburnup/defaults/main/vars.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

baseburnup_tapis_deployer_version: 1.3.2
baseburnup_service_url: "{{ global_service_url }}"
baseburnup_vault_url: "{{ global_vault_url }}"

1 change: 1 addition & 0 deletions playbooks/roles/baseburnup/templates/docker/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ baseburnup_tapis_deployer_version }}
1 change: 1 addition & 0 deletions playbooks/roles/baseburnup/templates/kube/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ baseburnup_tapis_deployer_version }}
4 changes: 2 additions & 2 deletions playbooks/roles/files/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
files_api_image: tapis/tapis-files:1.3.0
files_workers_image: tapis/tapis-files-workers:1.3.0
files_api_image: tapis/tapis-files:1.3.2
files_workers_image: tapis/tapis-files-workers:1.3.2
files_postgres_image: postgres:11
files_minio_image: minio/minio
files_irods_provider_postgres_image: mjstealey/irods-provider-postgres:4.2.4
Expand Down
6 changes: 3 additions & 3 deletions playbooks/roles/jobs/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jobs_api_image: tapis/jobsapi:1.3.0
jobs_migrations_image: tapis/jobsmigrate:1.3.0
jobs_worker_image: tapis/jobsworker:1.3.0
jobs_api_image: tapis/jobsapi:1.3.1
jobs_migrations_image: tapis/jobsmigrate:1.3.1
jobs_worker_image: tapis/jobsworker:1.3.1
jobs_postgres_image: postgres:12.4
jobs_pgadmin_image: dpage/pgadmin4:6.20
jobs_rabbitmq_management_image: rabbitmq:3.8.11-management

0 comments on commit 9d4a2d9

Please sign in to comment.