Skip to content

Commit

Permalink
[terraform] Bump staging Blob to 1.2.0
Browse files Browse the repository at this point in the history
Summary:
Includes new `/holders` endpoints and base64 support: stack of D13479 .. D13482 and D13503
Bumped semver minor because of these new endpoints
Git tag: https://github.com/CommE2E/comm/releases/tag/blob-v1.2.0

Test Plan: terraform plan

Reviewers: will, varun, ashoat, kamil

Reviewed By: ashoat

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D13510
  • Loading branch information
barthap committed Sep 30, 2024
1 parent b11c172 commit 2aa6b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/terraform/remote/service_blob.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
blob_service_image_tag = local.is_staging ? "1.1.3-staging" : "1.1.3"
blob_service_image_tag = local.is_staging ? "1.2.0" : "1.1.3"
blob_service_container_name = "blob-service-server"
blob_service_server_image = "commapp/blob-server:${local.blob_service_image_tag}"

Expand Down

0 comments on commit 2aa6b1a

Please sign in to comment.