From e3f3a78a387d33736d3152a478185b14e07f3080 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Wed, 2 Oct 2024 15:27:43 -0400 Subject: [PATCH] bump agent vsn --- AGENT_VERSION | 2 +- lib/console/schema/service_template.ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENT_VERSION b/AGENT_VERSION index f935835db..205f1677c 100644 --- a/AGENT_VERSION +++ b/AGENT_VERSION @@ -1 +1 @@ -v0.4.48 \ No newline at end of file +v0.4.49 \ No newline at end of file diff --git a/lib/console/schema/service_template.ex b/lib/console/schema/service_template.ex index 750f47aec..4d761597e 100644 --- a/lib/console/schema/service_template.ex +++ b/lib/console/schema/service_template.ex @@ -61,7 +61,7 @@ defmodule Console.Schema.ServiceTemplate do end end - @valid ~w(name namespace templated repository_id contexts revision_id)a + @valid ~w(name protect namespace templated repository_id contexts revision_id)a def changeset(model, attrs \\ %{}) do model