LP B
|
7ebb52ec6d
|
fix(api/container): standard users cannot connect or disconnect containers to networks (#1118)
|
2025-09-09 22:07:19 +02:00 |
Ali
|
8b73ad3b6f
|
chore(kubernetes): node view react migration [r8s-331] (#746)
|
2025-09-08 22:51:32 +12:00 |
Ali
|
6fc2a8234d
|
fix(registry): allow trusted tls custom registries [r8s-489] (#1116)
|
2025-09-08 09:28:40 +12:00 |
Ali
|
e2c2724e36
|
fix(helm): update helm repo validation to match helm cli [r8s-531] (#1141)
|
2025-09-08 08:58:04 +12:00 |
andres-portainer
|
f4335e1e72
|
fix(registries): clear sensitive fields in the update handler BE-12215 (#1128)
|
2025-09-02 15:44:09 -03:00 |
andres-portainer
|
8d9e1a0ad5
|
fix(csp): add object-src to the CSP header BE-12217 (#1126)
|
2025-09-02 11:39:46 -03:00 |
Oscar Zhou
|
7cf6bb78d6
|
fix(container): inaccurate healthy container count [BE-2290] (#1114)
|
2025-09-01 17:01:13 +12:00 |
Malcolm Lockyer
|
185558a642
|
fix(standard): manual endpoint refresh fails to save new status [be-12188] (#1092)
|
2025-08-25 13:49:17 +12:00 |
Ali
|
35aa525bd2
|
fix(environments): create k8s specific edge agent before connecting [r8s-438] (#1088)
Merging because this change is unrelated to the failing kubernetes/tests/helm-oci.spec.ts tests
|
2025-08-25 09:32:10 +12:00 |
andres-portainer
|
ec0e98a64b
|
chore(linters): enable testifylint BE-12183 (#1091)
|
2025-08-22 15:31:10 -03:00 |
andres-portainer
|
30aba86380
|
chore(benchmarks): use b.Loop() BE-12182 (#1072)
|
2025-08-20 12:54:26 -03:00 |
LP B
|
c9d18b614b
|
fix(api/edge-stacks): avoid overriding updates with old values (#1047)
|
2025-08-16 03:52:13 +02:00 |
andres-portainer
|
10b129a02e
|
fix(crypto): replace fips140 calls with fips calls BE-11979 (#1033)
|
2025-08-14 19:36:15 -03:00 |
LP B
|
1197b1dd8d
|
feat(api): Permissions-Policy header deny all (#1021)
|
2025-08-13 22:07:55 +02:00 |
andres-portainer
|
7f167ff2fc
|
fix(auth): remove a nil pointer dereference BE-12149 (#1014)
|
2025-08-13 13:20:56 -03:00 |
Andrew Amesbury
|
3ade5cdf19
|
bump version to 2.33.0-rc1 (#1019)
|
2025-08-13 14:40:34 +12:00 |
andres-portainer
|
64ed988169
|
fix(linters): upgrade golangci-lint to v2.3.1 BE-12136 (#997)
|
2025-08-08 21:39:21 -03:00 |
LP B
|
85b7e881eb
|
docs(api/dashboard): docker/{envId}/dashboard incorrectly marked as POST instead of GET (#996)
|
2025-08-08 09:31:34 +02:00 |
andres-portainer
|
9325cb2872
|
fix(all): avoid using pointers to zero sized structs BE-12129 (#986)
|
2025-08-07 09:47:42 -03:00 |
andres-portainer
|
6c47598cd9
|
fix(apikey): use HMAC-SHA256 for FIPS mode API keys BE-11936 (#980)
|
2025-08-05 13:09:35 -03:00 |
andres-portainer
|
d00d71ecbf
|
fix(linter): add linter rules to reduce the chance for invalid FIPS settings BE-11979 (#975)
|
2025-08-05 09:23:07 -03:00 |
LP B
|
a472de1919
|
fix(app/edge-jobs): edge job results page crash at scale (#954)
|
2025-08-04 17:10:46 +02:00 |
Malcolm Lockyer
|
d306d7a983
|
fix(encryption): replace encryption related methods for fips mode [be-11933] (#919)
Co-authored-by: andres-portainer <andres-portainer@users.noreply.github.com>
|
2025-08-04 17:04:03 +12:00 |
andres-portainer
|
163aa57e5c
|
fix(tls): centralize the TLS configuration to ensure FIPS compliance BE-11979 (#960)
|
2025-08-01 22:23:59 -03:00 |
andres-portainer
|
3eab294908
|
fix(linters): add the bodyclose linter BE-12112 (#959)
|
2025-07-30 11:35:30 -03:00 |
andres-portainer
|
e9ce3d2213
|
fix(endpointedge): optimize buildSchedules() BE-12099 (#955)
|
2025-07-28 19:19:07 -03:00 |
Steven Kang
|
bdb2e2f417
|
fix(transport): portainer generated kubeconfig causes kubectl exec fail [R8S-430] (#929)
|
2025-07-24 13:11:13 +12:00 |
andres-portainer
|
bba3751268
|
fix(roar): return empty slices instead of nil for easier API compatibility BE-12053 (#932)
|
2025-07-23 14:06:20 -03:00 |
Ali
|
60bc04bc33
|
feat(helm): show manifest previews/changes when installing and upgrading a helm chart [r8s-405] (#898)
|
2025-07-23 10:52:58 +12:00 |
andres-portainer
|
a4cff13531
|
fix(bouncer): add missing domain to CSP header BE-12067 (#916)
|
2025-07-21 21:32:50 -03:00 |
andres-portainer
|
937456596a
|
fix(edgegroups): convert the related endpoint IDs to roaring bitmaps to increase performance BE-12053 (#903)
|
2025-07-21 21:31:13 -03:00 |
Devon Steenberg
|
caf382b64c
|
feat(git): support bearer token auth for git [BE-11770] (#879)
|
2025-07-22 08:36:08 +12:00 |
Cara Ryan
|
db2e168540
|
chore: bump version to 2.32.0 (#884)
|
2025-07-14 10:23:05 +12:00 |
Ali
|
2697d6c5d7
|
feat(oci): oci helm support [r8s-361] (#787)
|
2025-07-13 10:37:43 +12:00 |
Cara Ryan
|
b7e906701a
|
fix(kubernetes): Namespace access permission changes role bindings not created [R8S-366] (#826)
|
2025-07-11 14:55:48 +12:00 |
Viktor Pettersson
|
3bf84e8b0c
|
fix(tags): reconcile edge relations prior to deletion [BE-11969] (#867)
|
2025-07-10 10:52:12 +12:00 |
andres-portainer
|
ea4b334c7e
|
feat(csp): enable CSP by default BE-11961 (#872)
|
2025-07-09 16:15:43 -03:00 |
Oscar Zhou
|
4d11aa8655
|
fix(tag): ignore "environment not found" when deleting tag [BE-11944] (#869)
|
2025-07-09 09:55:59 -03:00 |
Oscar Zhou
|
c20a8b5a68
|
fix(template): app template v3 error [BE-11998] (#854)
|
2025-07-04 11:49:33 -03:00 |
Steven Kang
|
1332f718ae
|
feat: add warning events count next to the status badge (#828)
|
2025-07-04 10:07:57 +12:00 |
LP B
|
e1c480d3c3
|
feat(app/edge-stacks): summarize the edge stack statuses in the backend (#818)
|
2025-07-01 15:04:10 +02:00 |
andres-portainer
|
cf5990ccba
|
fix(edgestackstatus): improve error handling BE-11963 (#844)
|
2025-06-30 20:54:16 -03:00 |
Oscar Zhou
|
b6f3682a62
|
refactor(edge): init endpoint relation when endpoint is created [BE-11928] (#814)
|
2025-06-30 15:15:56 -03:00 |
LP B
|
b43f864511
|
fix(api/endpoints): filter out waiting room environments for non admins (#810)
|
2025-06-30 15:35:51 +02:00 |
Oscar Zhou
|
0556ffb4a1
|
feat(csrf): add trusted origins cli flags [BE-11972] (#836)
|
2025-06-27 17:41:10 -03:00 |
Steven Kang
|
c2b48cd003
|
feat(k8s): CloudNativePG in applications list and details - [R8S-357] (#777)
|
2025-06-19 09:03:52 +12:00 |
andres-portainer
|
036b87b649
|
fix(middlewares): fix data race in WithEndpoint() BE-11949 (#803)
|
2025-06-16 12:56:51 -03:00 |
Yajith Dayarathna
|
6e89ccc0ae
|
fix(api-documentation): swagger document genration error (#795)
|
2025-06-12 13:39:34 +12:00 |
Malcolm Lockyer
|
17ebe221bb
|
chore: bump version to 2.31.0 (#789)
|
2025-06-10 16:47:17 +12:00 |
andres-portainer
|
75f165d1ff
|
feat(edgestackstatus): optimize the Edge Stack structures BE-11740 (#756)
|
2025-06-05 19:46:10 -03:00 |