Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[version-4-5] Release 4.5.c (#5078) #5483

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ e4040084011d4d7935a589959b96ebc5cfba7a94:docs/docs-content/integrations/kubernet
8f515d46ce2bb80b7173bf9684ed8e87cb96fd83:docs/docs-content/tutorials/edge/deploy-cluster-virtualbox.md:generic-api-key:229
794611e3320adb6fbf968fe7d75d1e55cf7a8422:docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md:docker-config-json:116
794611e3320adb6fbf968fe7d75d1e55cf7a8422:docs/docs-content/automation/palette-cli/commands/vmo.md:docker-config-json:222
9d86f122e310c558c6a0d4a5db5ab9bd0b6c5fc7:docs/docs-content/clusters/public-cloud/aws/eks-hybrid-nodes/import-eks-cluster-enable-hybrid-mode.md:private-key:162
1 change: 1 addition & 0 deletions _partials/self-hosted/_kubernetes_palette_versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ partial_name: kubernetes-palette-versions

| **Palette Version** | **Kubernetes Version** | **OVA Download URL** | **FIPS OVA Download URL** |
| ------------------- | ---------------------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| 4.5.20 | 1.29.12 | `https://vmwaregoldenimage.s3.amazonaws.com/u-2204-0-k-12912-0.ova` | `https://vmwaregoldenimage.s3.amazonaws.com/u-2004-0-k-12912-fips.ova` |
| 4.5.15 | 1.29.9 | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2204-0-k-1299-0.ova` | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2004-0-k-1299-fips.ova` |
| 4.5.11 | 1.29.9 | `https://vmwaregoldenimage.s3.amazonaws.com/u-2204-0-k-1299-0.ova` | `https://vmwaregoldenimage.s3.amazonaws.com/u-2004-0-k-1299-fips.ova` |
| 4.5.10 | 1.29.9 | `https://vmwaregoldenimage.s3.amazonaws.com/u-2204-0-k-1299-0.ova` | `https://vmwaregoldenimage.s3.amazonaws.com/u-2004-0-k-1299-fips.ova` |
Expand Down
397 changes: 397 additions & 0 deletions _partials/self-hosted/_scar-migration.mdx

Large diffs are not rendered by default.

26 changes: 24 additions & 2 deletions docs/api-content/api-docs/edge-v1/emc-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,12 @@
"$ref": "#/definitions/v1ClusterPairDetailsResponse"
}
},
"404": {
"description": "Not found error",
"schema": {
"$ref": "#/definitions/v1Error"
}
},
"500": {
"description": "Internal server error",
"schema": {
Expand All @@ -347,6 +353,12 @@
"$ref": "#/definitions/v1AcceptedResponseWithMessage"
}
},
"404": {
"description": "Not found error",
"schema": {
"$ref": "#/definitions/v1Error"
}
},
"500": {
"description": "Internal server error",
"schema": {
Expand Down Expand Up @@ -380,6 +392,12 @@
"$ref": "#/definitions/v1ClusterPairVerifiedConnectionResponse"
}
},
"400": {
"description": "Invalid input",
"schema": {
"$ref": "#/definitions/v1BadRequest"
}
},
"500": {
"description": "Internal server error",
"schema": {
Expand Down Expand Up @@ -3114,8 +3132,8 @@
"v1ConnectionMode": {
"type": "string",
"enum": [
"Connected",
"Airgap"
"connected",
"airgap"
]
},
"v1ContentSigningKey": {
Expand Down Expand Up @@ -3309,6 +3327,10 @@
"hostName": {
"type": "string"
},
"isClusterPhase": {
"type": "boolean",
"default": false
},
"ntp": {
"$ref": "#/definitions/v1NTP"
}
Expand Down
20,730 changes: 13,536 additions & 7,194 deletions docs/api-content/api-docs/palette-apis.json

Large diffs are not rendered by default.

Loading
Loading