From 882b8f0294083301d496ef7ef3fd8e095669d77e Mon Sep 17 00:00:00 2001 From: Radhika Patel <64517071+patelradhika@users.noreply.github.com> Date: Wed, 29 May 2024 12:39:24 +0530 Subject: [PATCH 1/2] Production v0.8.0 (#98) * Update prod-build.yml Workaround for https://github.com/ButlerLogic/action-autotag/issues/45 * initial stripe changes * order by descending subscription end date to get the latest entry * fix github action for artifact registry * fix invite link * patch release * fix patch version * patch version --------- Co-authored-by: Greg Lind Co-authored-by: Peter Odeny --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4691ee3f..a2991f46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,4 @@ EXPOSE 8080 ENTRYPOINT ["bash", "/code/scripts/docker-entrypoint.sh"] # Specify tag name to be created on github -LABEL version="0.6.3" +LABEL version="0.8.0" From 50015c7a6f3bd2e972d6f3307905b434c32bb96b Mon Sep 17 00:00:00 2001 From: Radhika Patel Date: Tue, 20 Aug 2024 12:12:01 +0530 Subject: [PATCH 2/2] change insights to labs --- Dockerfile | 2 +- templates/email/coreuser/subscription.html | 4 ++-- templates/email/coreuser/subscription.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a2991f46..8e2ac454 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,4 @@ EXPOSE 8080 ENTRYPOINT ["bash", "/code/scripts/docker-entrypoint.sh"] # Specify tag name to be created on github -LABEL version="0.8.0" +LABEL version="0.9.0" diff --git a/templates/email/coreuser/subscription.html b/templates/email/coreuser/subscription.html index 35dacb69..ae6bbc12 100644 --- a/templates/email/coreuser/subscription.html +++ b/templates/email/coreuser/subscription.html @@ -12,7 +12,7 @@

Subscription successful!

-

You have successfully subscribed to Insights on Buildly!
Click the button below to return to the app

+

You have successfully subscribed to Labs on Buildly!
Click the button below to return to the app

@@ -20,7 +20,7 @@

- Buildly Insights + Buildly Labs diff --git a/templates/email/coreuser/subscription.txt b/templates/email/coreuser/subscription.txt index c930c8f9..a428695d 100644 --- a/templates/email/coreuser/subscription.txt +++ b/templates/email/coreuser/subscription.txt @@ -1,6 +1,6 @@ Subscription successful! -You have successfully subscribed to Insights on Buildly. +You have successfully subscribed to Labs on Buildly. Go to {{ frontend_link }} to access the app.