mirror of
https://github.com/portainer/portainer.git
synced 2026-08-07 09:04:48 +00:00
chore: bump version to 2.44.0 (#3313)
This commit is contained in:
@@ -604,7 +604,7 @@
|
||||
"RequiredPasswordLength": 12
|
||||
},
|
||||
"KubeconfigExpiry": "0",
|
||||
"KubectlShellImage": "portainer/kubectl-shell:2.43.0",
|
||||
"KubectlShellImage": "portainer/kubectl-shell:2.44.0",
|
||||
"LDAPSettings": {
|
||||
"AnonymousMode": true,
|
||||
"AutoCreateUsers": true,
|
||||
@@ -921,7 +921,7 @@
|
||||
}
|
||||
],
|
||||
"version": {
|
||||
"VERSION": "{\"SchemaVersion\":\"2.43.0\",\"MigratorCount\":2,\"Edition\":1,\"InstanceID\":\"463d5c47-0ea5-4aca-85b1-405ceefee254\"}"
|
||||
"VERSION": "{\"SchemaVersion\":\"2.44.0\",\"MigratorCount\":1,\"Edition\":1,\"InstanceID\":\"463d5c47-0ea5-4aca-85b1-405ceefee254\"}"
|
||||
},
|
||||
"webhooks": null,
|
||||
"workflows": null
|
||||
|
||||
@@ -104,7 +104,7 @@ info:
|
||||
name: zlib
|
||||
url: https://github.com/portainer/portainer/blob/develop/LICENSE
|
||||
title: PortainerCE API
|
||||
version: 2.43.0
|
||||
version: 2.44.0
|
||||
paths:
|
||||
/auth:
|
||||
post:
|
||||
|
||||
@@ -9841,7 +9841,7 @@ info:
|
||||
name: zlib
|
||||
url: https://github.com/portainer/portainer/blob/develop/LICENSE
|
||||
title: PortainerCE API
|
||||
version: 2.43.0
|
||||
version: 2.44.0
|
||||
paths:
|
||||
/auth:
|
||||
post:
|
||||
|
||||
@@ -79,7 +79,7 @@ type Handler struct {
|
||||
}
|
||||
|
||||
// @title PortainerCE API
|
||||
// @version 2.43.0
|
||||
// @version 2.44.0
|
||||
// @description.markdown
|
||||
// @x-tagGroups [{"name":"Access Control","tags":["auth","roles","team_memberships","teams","users"]},{"name":"Administration","tags":["backup","ldap","motd","settings","status","system","ssl","upload"]},{"name":"Docker","tags":["templates","custom_templates","docker","registries","resource_controls","stacks","webhooks","websocket"]},{"name":"Edge Compute","tags":["edge_agent","edge_groups","edge_jobs","edge","edge_stacks"]},{"name":"Environment Management","tags":["endpoint_groups","endpoints","tags"]},{"name":"GitOps","tags":["gitops"]},{"name":"Kubernetes","tags":["helm","kubernetes"]}]
|
||||
// @termsOfService
|
||||
|
||||
+1
-1
@@ -2091,7 +2091,7 @@ type (
|
||||
|
||||
const (
|
||||
// APIVersion is the version number of the Portainer API
|
||||
APIVersion = "2.43.0"
|
||||
APIVersion = "2.44.0"
|
||||
// Support annotation for the API version ("STS" for Short-Term Support or "LTS" for Long-Term Support)
|
||||
APIVersionSupport = "STS"
|
||||
// Edition is what this edition of Portainer is called
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"author": "Portainer.io",
|
||||
"name": "@portainer/ce",
|
||||
"homepage": "http://portainer.io",
|
||||
"version": "2.43.0",
|
||||
"version": "2.44.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:portainer/portainer.git"
|
||||
|
||||
Reference in New Issue
Block a user