Commit Graph

387 Commits (c03b2ebbc152e82e60e419cd460bb9a981585521)

Author SHA1 Message Date
Rex Wang 9af9395b73
fix(docker): prevent misconfigured stack from saving EE-3235 (#7585)
2 years ago
Matt Hook 294738cb0d
bump version to 2.16 (#7475)
2 years ago
Chaim Lev-Ari 5ee570e075
feat(home): filter by connection type and agent version [EE-3373] (#7085)
2 years ago
congs 4997e9c7be
feat(gpu) EE-3191 Add GPU support for containers (#7146)
2 years ago
Oscar Zhou 7275d23e4b
feat(stack/swarm): add prune option for swarm stack redeployment [EE-2678] (#7025)
2 years ago
Chaim Lev-Ari 7238372d8d
fix(api): add missing edge types [EE-3590] (#7116)
2 years ago
Matt Hook 0864c371e8
chore(version): bump develop branch version to 2.15 (#7019)
3 years ago
itsconquest bca1c6b9cf
feat(internal-auth): ability to set minimum password length [EE-3175] (#6942)
3 years ago
Prabhat Khera c41f7f8270
chore(version): version bump to 2.14.0 (#6958)
3 years ago
Chaim Lev-Ari e686d64011
refactor(docker): strongly type snapshot [EE-3256] (#6990)
3 years ago
Chaim Lev-Ari 1ccdb64938
refactor(custom-templates): render template variables [EE-2602] (#6937)
3 years ago
Chaim Lev-Ari 75d854e6ad Revert "refactor(docker): strongly type snapshot [EE-3256]"
3 years ago
Chaim Lev-Ari 0b2217a916 refactor(docker): strongly type snapshot [EE-3256]
3 years ago
Chaim Lev-Ari 12cddbd896
feat(demo): disable features on demo env [EE-1874] (#6040)
3 years ago
Matt Hook ace162ec1c
bump versions (#6782)
3 years ago
Chaim Lev-Ari e217ac7121
feat(edge): show correct heartbeat and sync aeec changes [EE-2876] (#6769)
3 years ago
Stéphane Busso 360701e256
feat(docker-desktop-extension): Make Portainer compatible with Docker Desktop Extension EE-2747 (#6644)
3 years ago
Chaim Lev-Ari 85a7b7e0fc
refactor(edge): move edge deploy script to react [EE-2689] (#6747)
3 years ago
Prabhat Khera e4241207cb
fix(database): db migration improvements EE-2688 (#6662)
3 years ago
cong meng 85ad4e334a
feat(password) EE-2690 enforce strong password policy (#6751)
3 years ago
Chao Geng f707c90cd3
fix(agent): take agent_secret into account EE-2128 (#6379)
3 years ago
Marcelo Rydel dff74f0823
feat(ssl): enable mTLS certificates [EE-2617] (#6612)
3 years ago
Prabhat Khera e1df46b92b
add missed migration for DB version 36 (#6678)
3 years ago
andres-portainer 226ffdcd20
fix(snapshots): fix a data race in the snapshot code EE-2717 (#6654)
3 years ago
Chao Geng 07294c19bb
fix(k8s/application): check name unique in k8s cluster (#6610)
3 years ago
Oscar Zhou 5188ead870
fix(home): fix homepage edge heartbeat judgement [EE-2041] (#6624)
3 years ago
andres-portainer a3b1466b96
fix(tunnel): fix data race on tunnels EE-2577 (#6601)
3 years ago
Anthony Lapenna 318844226c
refactor(storidge): remove Storidge support from backend [EE-2450] (#6511)
3 years ago
Marcelo Rydel edd5193100
fix(settings): updateSettingsFromFlags only if dataStore is new [EE-2397] (#6475)
3 years ago
Marcelo Rydel 2c4c638f46
feat(intel): Enable OpenAMT and FDO capabilities (#6212)
3 years ago
sunportainer 661f0aad49
feat(user):logout after change password EE-1590 (#6267)
3 years ago
andres-portainer 50b2f789a3
feat(performance): add settings to tune the performance of the database EE-2363 (#6389)
3 years ago
Matt Hook 34cc8ea96a
feat(database): add encryption support EE-1983 (#6316)
3 years ago
Hui 59ec22f706
fix(docker-compose): add logic control for docker compose force recreate EE-2356
3 years ago
Sven Dowideit f99329eb7e
chore(store) EE-1981: Refactor/store/error checking, and other refactoring (#6173)
3 years ago
Matt Hook b02bf0c9d7 release 2.11
3 years ago
sunportainer 7088da5157
fix(server):support disable https only ee-2068 (#6232)
3 years ago
Hao Zhang 9f5ac154aa
feat(stack): make stack created from app template editable EE-1941 (#6104)
3 years ago
cong meng 98972dec0d
feat(webhook) EE-2125 send registry auth haeder when update swarms service via webhook (#6220)
3 years ago
Prabhat Khera 4aea5690a8
feat(config): add base url support EE-506 (#5999)
3 years ago
cong meng a86c7046df
feat(registry) EE-806 add support for AWS ECR (#6165)
3 years ago
Matt Hook ff6185cc81
fix(openamt): fix IsFeatureFlagEnabled, rename MPS Url to MPS Server (#6185)
3 years ago
Matt Hook f360392d39
Revert "fix(openamt): fix IsFeatureFlagEnabled, rename MPS Url to MPS Server [INT-6] (#6172)" (#6182)
3 years ago
zees-dev 69c17986d9
feat(api-key/backend): introducing support for api-key based auth EE-978 (#6079)
3 years ago
Marcelo Rydel c267355759
fix(openamt): fix IsFeatureFlagEnabled, rename MPS Url to MPS Server [INT-6] (#6172)
3 years ago
Marcelo Rydel 47c1af93ea
feat(openamt): Configuration of the OpenAMT capability [INT-6] (#6071)
3 years ago
Marcelo Rydel 6be1ff4d9c
feature(kubeconfig): access to all kube environment contexts from within the Portainer UI [EE-1727] (#5966)
3 years ago
sunportainer cea634a7aa
fix(stack): support removing duplicated stacks EE-1962 (#6068)
3 years ago
Matt Hook b280eb6997
fix(dockerhub-migration): prevent duplicate migrated dockerhub entries EE-2042 (#6083)
3 years ago
Marcelo Rydel 048613a0c5
feature(kubeconfig): Do not invalidate kubeconfig upon Portainer restarting [EE-1854] (#5905)
3 years ago
andres-portainer e126f63965
feat(openamt): add feature flag for OpenAMT [INT-5] (#6049)
3 years ago
andres-portainer 28f71e486a
fix(filesystem): harden the filesystem service to avoid path traversal attacks EE-1922 (#5957)
3 years ago
Matt Hook c763219f74
update version to 2.9.3 (#6007)
3 years ago
Simon Meng db00390cd2 Merge remote-tracking branch 'origin/release/2.9' into develop
3 years ago
Stéphane Busso 65cc5342a7 Bump dbversion
3 years ago
Stéphane Busso 90a18b5ded Bump dbversion
3 years ago
Matt Hook f0efc4f904 bump to 2.9.2
3 years ago
cong meng 41999e149f
fix(edge) EE-1720 activate tunnel and remove proxy cache when needed (#5775)
3 years ago
Chaim Lev-Ari b7841e7fc3
feat(app): highlight be provided value [EE-882] (#5703) (#5835)
3 years ago
Chaim Lev-Ari e60dbba93b
feat(app): highlight be provided value [EE-882] (#5703)
3 years ago
zees-dev 8421113d49
portainer version updates (#5807)
3 years ago
Dmitry Salakhov 2ecc8ab5c9
feat(k8s): support git automated sync for k8s applications [EE-577] (#5548)
3 years ago
Matt Hook 7b72130433
feat(kubeshell) allow overriding default kubeshell image EE-1756 (#5755)
3 years ago
Sven Dowideit 7437006359
fix(swagger): EE-868: elide the password field in the swagger docs (#5636)
3 years ago
zees-dev 377326085d
feat(db): upgrade auto-backup backup and rollback support EE-867 EE-1158 (#5341)
3 years ago
Chaim Lev-Ari d4f581a596
feat(kube): use local kubectl for all deployments (#5488)
3 years ago
cong meng 5316cca3de
fix(edge) EE-1733 cant edit edge groups (#5689)
3 years ago
cong meng 2aec348814
fix(k8s) keep tunnel alive for websocket connection EE-1690 (#5679)
3 years ago
Richard Wei dd808bb7bd
fix(swagger): fix swagger api docs endpoint(s) rename to environment(s) EE-1661 (#5629)
3 years ago
zees-dev e3f7561ced
portainer version updates (#5612)
3 years ago
zees-dev 2a60b8fcdf
feat(helm/templates): helm app templates EE-943 (#5449)
3 years ago
Chaim Lev-Ari 5c8450c4c0
feat(edgestacks): support kubernetes edge stacks (#5276) [EE-393]
3 years ago
Richard Wei 8d8f21368d
feat(frontend): dark and high contrast theme supported EE-909 (#5353)
3 years ago
Dmitry Salakhov e49e90f304
feat(kube): advanced apps management [EE-466] (#5446)
3 years ago
Chaim Lev-Ari 3453735c8b
feat(stacks): support standalone stacks on ARM (#5310)
3 years ago
zees-dev 1220ae7571
fix(kubectl/shell): zombie pods and websocket connection error bugfixes EE-1520 (#5562)
3 years ago
Chaim Lev-Ari e4fe4f9a43
feat(kube): introduce custom templates [EE-1125] (#5434)
3 years ago
cong meng 35013e7b6a
feat(kubeconfig): Introduce the ability to change the expiry of a kubeconfig EE-1153 (#5421)
3 years ago
cong meng c597ae96e2
feat(k8s): review the resource assignement when creating a kubernetes application EE-437 (#5254)
3 years ago
zees-dev b4f4ef701a
feat(kubeconfig): kubeconfig download functionality EE-1202 (#5386)
3 years ago
Stéphane Busso 6ccabb2b88 Bump to 2.6.3
3 years ago
Chaim Lev-Ari 1830a80a61
feat(k8s/resource-pool): add the ability to mark/unmark resource pool as system (#5360)
3 years ago
Dmitry Salakhov bcccdfb669
feat(stacks): support automated sync for stacks [EE-248] (#5340)
3 years ago
itsconquest 8d01b45445
fix(api): increment api version to latest (#5414)
3 years ago
Chaim Lev-Ari 9be0b89aff
feat(analytics): add apis for event tracking (#5298)
3 years ago
Chaim Lev-Ari 11d555bbd6
feat(server): use https by default (#5315) [EE-332]
3 years ago
Hui 56f569efe1
fix(oauth): remove expiry time copy logic EE-1085
3 years ago
zees-dev 665bf2c887
feat(kubernetes/shell): kubectl web shell and kubeconfig functionality EE-448 (#5229)
3 years ago
cong meng 51ef2c2aa9
fix(advance deploy): EE-1141 A standard user can escalate to cluster administrator privileges on Kubernetes (#5325)
3 years ago
dbuduev 7d6b1edd48
feat(k8s): Introduce the ability to restrict access to default namespace (EE-745) (#5337)
3 years ago
Richard Wei 09c5bada3e
fix(app): fix create stack with capital letters or space issue EE-908 (#5236)
3 years ago
Dmitry Salakhov 8aa3bfc59c
fix(namespace): update portainer-config when delete a namespace (#5330)
3 years ago
LP B 179df06267
feat(app): rework private registries and support private registries in kubernetes EE-30 (#5131)
3 years ago
dbuduev 90a472c08b
feat(registry): Add ProGet registry type EE-703 (#5196)
3 years ago
Stéphane Busso 60ef6d0270 Bump version to 2.6.0
4 years ago
cong meng 6b759438b8
fix(k8s) cleaning up namespace access policies when removing users orteams from endpoint or endpoint group EE-718 (#5184)
4 years ago
Hui 2170ad49ef
fix(DB): downgrade DB version from 31 to 30 EE-955 (#5193)
4 years ago
Dmitry Salakhov 0b93714de4
feat(stacks): redeploy git stack [EE-161] (#5139)
4 years ago
Hui f674573cdf
feat(OAuth): Add SSO support for OAuth EE-390 (#5087)
4 years ago
cong meng defd929366
Fix(kube) advanced deployment CE-83 (#4866)
4 years ago