diff --git a/api/operator_license.go b/api/operator_license.go index 14c548b1a354..74eed3baa4d6 100644 --- a/api/operator_license.go +++ b/api/operator_license.go @@ -30,6 +30,9 @@ type License struct { // no longer be used in any capacity TerminationTime time.Time `json:"termination_time"` + // Whether the license will ignore termination + IgnoreTermination bool `json:"ignore_termination"` + // The product the license is valid for Product string `json:"product"` diff --git a/version/VERSION b/version/VERSION index d19d0890128a..0dec25d15b37 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.15.0 \ No newline at end of file +1.15.0-dev \ No newline at end of file