Skip to content

Commit 988ca70

Browse files
authored
feat: upgrade cnpg to 1.29.0 (#835)
1 parent e3b5c39 commit 988ca70

5 files changed

Lines changed: 533 additions & 24 deletions

File tree

postgresql.cnpg.io/backup_v1.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@
186186
],
187187
"type": "object",
188188
"additionalProperties": false
189+
},
190+
"useDefaultAzureCredentials": {
191+
"description": "Use the default Azure authentication flow, which includes DefaultAzureCredential.\nThis allows authentication using environment variables and managed identities.",
192+
"type": "boolean"
189193
}
190194
},
191195
"type": "object",
@@ -303,6 +307,10 @@
303307
"podName": {
304308
"description": "The pod name",
305309
"type": "string"
310+
},
311+
"sessionID": {
312+
"description": "The instance manager session ID. This is a unique identifier generated at instance manager\nstartup and changes on every restart (including container reboots). Used to detect if\nthe instance manager was restarted during long-running operations like backups, which\nwould terminate any running backup process.",
313+
"type": "string"
306314
}
307315
},
308316
"type": "object",
@@ -331,6 +339,16 @@
331339
"description": "A map containing the plugin metadata",
332340
"type": "object"
333341
},
342+
"reconciliationStartedAt": {
343+
"description": "When the backup process was started by the operator",
344+
"format": "date-time",
345+
"type": "string"
346+
},
347+
"reconciliationTerminatedAt": {
348+
"description": "When the reconciliation was terminated by the operator (either successfully or not)",
349+
"format": "date-time",
350+
"type": "string"
351+
},
334352
"s3Credentials": {
335353
"description": "The credentials to use to upload data to S3",
336354
"properties": {
@@ -457,12 +475,12 @@
457475
"additionalProperties": false
458476
},
459477
"startedAt": {
460-
"description": "When the backup was started",
478+
"description": "When the backup execution was started by the backup tool",
461479
"format": "date-time",
462480
"type": "string"
463481
},
464482
"stoppedAt": {
465-
"description": "When the backup was terminated",
483+
"description": "When the backup execution was terminated by the backup tool",
466484
"format": "date-time",
467485
"type": "string"
468486
},

0 commit comments

Comments
 (0)