From ebb3d383d717a2ed86e72de635b39b172ee6cbd5 Mon Sep 17 00:00:00 2001 From: Jamil Date: Tue, 9 Aug 2022 11:37:54 -0700 Subject: [PATCH] remove beta program (#908) --- .../fz_http_web/templates/layout/admin.html.heex | 2 +- .../files/default/ctl-commands/reconfigure.rb | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/apps/fz_http/lib/fz_http_web/templates/layout/admin.html.heex b/apps/fz_http/lib/fz_http_web/templates/layout/admin.html.heex index 179a7eef3..469d7a93c 100644 --- a/apps/fz_http/lib/fz_http_web/templates/layout/admin.html.heex +++ b/apps/fz_http/lib/fz_http_web/templates/layout/admin.html.heex @@ -73,7 +73,7 @@ 🎉   - New! The public beta has arrived in 0.5.0. + 0.5.0 is here! Click here to read more. diff --git a/omnibus/cookbooks/firezone/files/default/ctl-commands/reconfigure.rb b/omnibus/cookbooks/firezone/files/default/ctl-commands/reconfigure.rb index f45689b69..b3d98bd8f 100644 --- a/omnibus/cookbooks/firezone/files/default/ctl-commands/reconfigure.rb +++ b/omnibus/cookbooks/firezone/files/default/ctl-commands/reconfigure.rb @@ -33,20 +33,6 @@ end add_command_under_category 'reconfigure', 'general', 'Reconfigure the application.', 2 do status = run_chef("#{base_path}/embedded/cookbooks/dna.json", '--chef-license=accept') - msg = <<~MSG - ================================================================================= - - Heads up! We've announced a new public beta program. Sign up to receive a free - license key good for up to one year of Firezone Team or Business. Read more about - the announcement here: - - https://www.firezone.dev/blog/release-0-5-0/?utm_source=reconfigure - - ================================================================================= - MSG - - log(msg) - capture if status.success?