diff --git a/postgres-operator.crunchydata.com/pgupgrade_v1beta1.json b/postgres-operator.crunchydata.com/pgupgrade_v1beta1.json index 47ba5434..c89ebe87 100644 --- a/postgres-operator.crunchydata.com/pgupgrade_v1beta1.json +++ b/postgres-operator.crunchydata.com/pgupgrade_v1beta1.json @@ -697,7 +697,7 @@ }, "fromPostgresVersion": { "description": "The major version of PostgreSQL before the upgrade.", - "maximum": 15, + "maximum": 16, "minimum": 10, "type": "integer" }, @@ -802,7 +802,7 @@ }, "toPostgresVersion": { "description": "The major version of PostgreSQL to be upgraded to.", - "maximum": 15, + "maximum": 16, "minimum": 10, "type": "integer" }, diff --git a/postgres-operator.crunchydata.com/postgrescluster_v1beta1.json b/postgres-operator.crunchydata.com/postgrescluster_v1beta1.json index acc42f96..f0aabe28 100644 --- a/postgres-operator.crunchydata.com/postgrescluster_v1beta1.json +++ b/postgres-operator.crunchydata.com/postgrescluster_v1beta1.json @@ -8611,7 +8611,7 @@ }, "postgresVersion": { "description": "The major version of PostgreSQL installed in the PostgreSQL image", - "maximum": 15, + "maximum": 16, "minimum": 10, "type": "integer" }, @@ -12888,6 +12888,16 @@ "type": "object", "additionalProperties": false }, + "registrationRequired": { + "description": "Version information for installations with a registration requirement.", + "properties": { + "pgoVersion": { + "type": "string" + } + }, + "type": "object", + "additionalProperties": false + }, "startupInstance": { "description": "The instance that should be started first when bootstrapping and/or starting a PostgresCluster.", "type": "string" @@ -12896,6 +12906,10 @@ "description": "The instance set associated with the startupInstance", "type": "string" }, + "tokenRequired": { + "description": "Signals the need for a token to be applied when registration is required.", + "type": "string" + }, "userInterface": { "description": "Current state of the PostgreSQL user interface.", "properties": {