Releases: loft-sh/loft
Releases · loft-sh/loft
v4.4.0-alpha.3
What's Changed
- adds myself to codeowners by @zerbitx in loft-sh/loft-enterprise#4462
- Feat/eng 7090 k8s selection by @PRTTMPRPHT in loft-sh/loft-enterprise#4452
- fix(ui) - Adjust z-index for SelectContent in ConfigureUpgradeWindowModal by @andyluak in loft-sh/loft-enterprise#4464
- feat(ui) - hybrid scheduling for pods by @andyluak in loft-sh/loft-enterprise#4454
- chore(ui) - fix hmr by @andyluak in loft-sh/loft-enterprise#4465
- refactor(ui) - refactor SearchableDropdownMenu to use Select component by @andyluak in loft-sh/loft-enterprise#4466
- DevPod user docker credentials by @janekbaraniewski in loft-sh/loft-enterprise#4453
- [Resolve 4.3.2 CVEs] Upgrade opencost and buildkit by @ApsTomar in loft-sh/loft-enterprise#4469
- feat(ui) - filter extra resources in InspectResourcesTabsList to only… by @andyluak in loft-sh/loft-enterprise#4468
- feat: Add indication in owners columns if owner is suspended by @PRTTMPRPHT in loft-sh/loft-enterprise#4461
- feat(ui): update kube name validation to RFC 1123 standards and impro… by @andyluak in loft-sh/loft-enterprise#4473
- Validate the template's sleep mode config when creating a virtual cluster instance by @zerbitx in loft-sh/loft-enterprise#4474
- feat(ui) - handle undefined case by @andyluak in loft-sh/loft-enterprise#4477
- fix(ui): improve pagination handling in DataTable component by @andyluak in loft-sh/loft-enterprise#4482
- feat(ui) - drawer footer position by @andyluak in loft-sh/loft-enterprise#4481
- fix: move virtual cluster object syncing into a separate controller to allow faster status updates by @lizardruss in loft-sh/loft-enterprise#4476
Full Changelog: loft-sh/loft-enterprise@v4.4.0-alpha.2...v4.4.0-alpha.3
v4.4.0-alpha.2
What's Changed
- fix(object-permissions): list resources as an admin user in order to determine access by @lizardruss in loft-sh/loft-enterprise#4444
- fix: do not validate sleep mode values in platform config in a template by @johannesfrey in loft-sh/loft-enterprise#4448
- chore(ci): notify vcluster of new release by @sydorovdmytro in loft-sh/loft-enterprise#4442
- feat(ui) - overlapping node names by @andyluak in loft-sh/loft-enterprise#4455
- Add myself to codeowners by @johannesfrey in loft-sh/loft-enterprise#4458
- feat: Change ordering of virtual cluster form sections to prioritize … by @PRTTMPRPHT in loft-sh/loft-enterprise#4456
- fix(images): Remove dependency on dtzar/helm-kubectl image for bash apps by @pascalbreuninger in loft-sh/loft-enterprise#4440
- chore: add option to skip tls verification for VirtualClusterInstance helm chart by @pascalbreuninger in loft-sh/loft-enterprise#4459
Full Changelog: loft-sh/loft-enterprise@v4.4.0-alpha.1...v4.4.0-alpha.2
v4.3.2
What's Changed
- [release-4.3] fix: Pin
air
version to latest working one (#4395) by @loft-bot in loft-sh/loft-enterprise#4407 - [4.3] chore: bump vCluster dependency by @cbron in loft-sh/loft-enterprise#4410
- [release-4.3] allow not setting priority in cluster access spec (#4421) by @loft-bot in loft-sh/loft-enterprise#4422
- [4.3] fix: Fix broken namespace link in global secrets table by @PRTTMPRPHT in loft-sh/loft-enterprise#4417
- [release-4.3] discard cache/reflector warning log message that is spamming logs (#4427) by @loft-bot in loft-sh/loft-enterprise#4429
- [release-4.3] refactor: make user/object-permissions and team/object-permissions work for embedded kubernetes deployments of Loft. | test: add object-permissions test to the embedded test suite by @loft-bot in loft-sh/loft-enterprise#4433
- [release-4.3] feat(ui) - vcluster k8s version check | feat(ui) - error inside tooltip by @loft-bot in loft-sh/loft-enterprise#4436
- [release-4.3] fix(object-permissions): list resources as an admin user in order to determine access by @loft-bot in loft-sh/loft-enterprise#4450
- [release-4.3] fix: do not validate sleep mode values in platform config in a template by @loft-bot in loft-sh/loft-enterprise#4451
Full Changelog: loft-sh/loft-enterprise@v4.3.1...v4.3.2
v4.3.2-rc.2
What's Changed
- [release-4.3] fix(object-permissions): list resources as an admin user in order to determine access by @loft-bot in loft-sh/loft-enterprise#4450
- [release-4.3] fix: do not validate sleep mode values in platform config in a template by @loft-bot in loft-sh/loft-enterprise#4451
Full Changelog: loft-sh/loft-enterprise@v4.3.2-rc.1...v4.3.2-rc.2
v4.4.0-alpha.1
What's Changed
- add entries for self in codeowners file by @neogopher in loft-sh/loft-enterprise#4438
- Add project field in platform schema by @kale-amruta in loft-sh/loft-enterprise#4441
- Sort and group CODEOWNERS entries by @neogopher in loft-sh/loft-enterprise#4443
- Add to CODEOWNERS by @rmweir in loft-sh/loft-enterprise#4446
- feat(ui) - license page replacement by @andyluak in loft-sh/loft-enterprise#4439
- chore(ui) - update yarn lock by @andyluak in loft-sh/loft-enterprise#4449
Full Changelog: loft-sh/loft-enterprise@v4.4.0-alpha.0...v4.4.0-alpha.1
Changelog
See the CHANGELOG for more details.
v4.4.0-alpha.0
What's Changed
- feat(ci): report average pipeline durations by @Piotr1215 in loft-sh/loft-enterprise#4391
- fix: Pin
air
version to latest working one by @ulyssessouza in loft-sh/loft-enterprise#4395 - feat(ui) - error checking by @andyluak in loft-sh/loft-enterprise#4396
- feat(ui) - filter owner from list because he always has all permission by @andyluak in loft-sh/loft-enterprise#4398
- feat(ui) - disabled tooltip focus by @andyluak in loft-sh/loft-enterprise#4399
- feat(ui) - granularity selection disables by @andyluak in loft-sh/loft-enterprise#4402
- feat(ui) - hide cost comparison when no savings by @andyluak in loft-sh/loft-enterprise#4405
- feat: Replace deprecated Space component with simpler layouting by @PRTTMPRPHT in loft-sh/loft-enterprise#4354
- feat: Replace deprecated Divider component by @PRTTMPRPHT in loft-sh/loft-enterprise#4362
- feat: Replace deprecated Tag component by @PRTTMPRPHT in loft-sh/loft-enterprise#4363
- feat: Replace deprecated Button component by @PRTTMPRPHT in loft-sh/loft-enterprise#4365
- feat: Add collapsed mode for the sidebar by @PRTTMPRPHT in loft-sh/loft-enterprise#4330
- feat(ui) - replace autocomplete by @andyluak in loft-sh/loft-enterprise#4357
- feat: Replace deprecated Badge component by @PRTTMPRPHT in loft-sh/loft-enterprise#4364
- feat: Replace deprecated Avatar component by @PRTTMPRPHT in loft-sh/loft-enterprise#4355
- feat: Replace deprecated Typography component by @PRTTMPRPHT in loft-sh/loft-enterprise#4359
- feat: Replace deprecated Menu component by @PRTTMPRPHT in loft-sh/loft-enterprise#4392
- feat: Replace deprecated Spin component by @PRTTMPRPHT in loft-sh/loft-enterprise#4389
- fix: Fix blue border appearing on nav entries when switching tabs in … by @PRTTMPRPHT in loft-sh/loft-enterprise#4413
- chore: bump vCluster dependency by @cbron in loft-sh/loft-enterprise#4411
- [Snyk] Security upgrade @kubernetes/client-node from 0.22.1 to 1.2.0 by @ahmedloft in loft-sh/loft-enterprise#4254
- Clarify when multiple agent values are set by @deniseschannon in loft-sh/loft-enterprise#4241
- fix(ci): label permission for pr-labels workflow by @sydorovdmytro in loft-sh/loft-enterprise#4420
- chore(deps): bump mikefarah/yq from 4.45.1 to 4.45.4 by @dependabot in loft-sh/loft-enterprise#4382
- feat(ui) - replace remaining tooltip and image by @andyluak in loft-sh/loft-enterprise#4358
- feat: Replace deprecated Form component by @PRTTMPRPHT in loft-sh/loft-enterprise#4393
- feat: Replace deprecated Drawer component by @PRTTMPRPHT in loft-sh/loft-enterprise#4404
- fix: Fix color of button in kube config modal by @PRTTMPRPHT in loft-sh/loft-enterprise#4414
- fix: Fix empty behavior for exclusion selector in vCluster forms to n… by @PRTTMPRPHT in loft-sh/loft-enterprise#4415
- fix: Ensure that objects input in virtual cluster forms reformats CRL… by @PRTTMPRPHT in loft-sh/loft-enterprise#4418
- chore(deps): bump anchore/sbom-action from 0.16.0 to 0.20.0 by @dependabot in loft-sh/loft-enterprise#4383
- build(deps): bump sigstore/cosign-installer from 3.5.0 to 3.8.2 by @dependabot in loft-sh/loft-enterprise#4237
- allow not setting priority in cluster access spec by @hidalgopl in loft-sh/loft-enterprise#4421
- feat(ui) - replace alert component by @andyluak in loft-sh/loft-enterprise#4397
- feat(ui) - replace deprecated select component by @andyluak in loft-sh/loft-enterprise#4348
- feat: Add regression tests for docs links by @PRTTMPRPHT in loft-sh/loft-enterprise#4409
- build(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.3.0 by @dependabot in loft-sh/loft-enterprise#4239
- feat(ui) - replace message with toast by @andyluak in loft-sh/loft-enterprise#4419
- feat(ui) - replace steps component by @andyluak in loft-sh/loft-enterprise#4367
- fix: Add validation to custom vCluster version input by @PRTTMPRPHT in loft-sh/loft-enterprise#4423
- fix: Fix broken namespace link in global secrets table by @PRTTMPRPHT in loft-sh/loft-enterprise#4416
- feat(test): Change UI tests to use POM by @adriankabala in loft-sh/loft-enterprise#4401
- discard cache/reflector warning log message that is spamming logs by @hidalgopl in loft-sh/loft-enterprise#4427
- feat: Replace deprecated List component by @PRTTMPRPHT in loft-sh/loft-enterprise#4428
- refactor: make user/object-permissions and team/object-permissions wo… by @lizardruss in loft-sh/loft-enterprise#4430
- Update BackupAndRestore.tsx - add a note on Cost Control data by @matskiv in loft-sh/loft-enterprise#4432
- feat: Add generation of distro version maps by @PRTTMPRPHT in loft-sh/loft-enterprise#4434
- ENG-7190: Fix UI tests by @adriankabala in loft-sh/loft-enterprise#4426
- feat(ui) - one off component usages by @andyluak in loft-sh/loft-enterprise#4425
- feat(ui) - vcluster k8s version check by @andyluak in loft-sh/loft-enterprise#4435
- feat(ui) - replace deprecated antd select component by @andyluak in loft-sh/loft-enterprise#4431
- Deprecate endpoints and migrate to endpointSlices by @ApsTomar in loft-sh/loft-enterprise#4339
New Contributors
- @ahmedloft made their first contribution in loft-sh/loft-enterprise#4254
Full Changelog: loft-sh/loft-enterprise@v4.3.0...v4.4.0-alpha.0
v4.2.4-rc.6
What's Changed
- fix: devpod vulnerabilities by @pascalbreuninger in loft-sh/loft-enterprise#4319
- [release-4.2] fix: wait for vCluster to shut down before redirecting services (#4343) by @loft-bot in loft-sh/loft-enterprise#4350
- backporting config parsing by @zerbitx in loft-sh/loft-enterprise#4316
Full Changelog: loft-sh/loft-enterprise@v4.2.4-rc.5...v4.2.4-rc.6
v4.3.2-rc.1
What's Changed
- [release-4.3] refactor: make user/object-permissions and team/object-permissions work for embedded kubernetes deployments of Loft. | test: add object-permissions test to the embedded test suite by @loft-bot in loft-sh/loft-enterprise#4433
- [release-4.3] feat(ui) - vcluster k8s version check | feat(ui) - error inside tooltip by @loft-bot in loft-sh/loft-enterprise#4436
Full Changelog: loft-sh/loft-enterprise@v4.3.2-rc.0...v4.3.2-rc.1
v4.3.2-rc.0
What's Changed
- [release-4.3] fix: Pin
air
version to latest working one (#4395) by @loft-bot in loft-sh/loft-enterprise#4407 - [4.3] chore: bump vCluster dependency by @cbron in loft-sh/loft-enterprise#4410
- [release-4.3] allow not setting priority in cluster access spec (#4421) by @loft-bot in loft-sh/loft-enterprise#4422
- [4.3] fix: Fix broken namespace link in global secrets table by @PRTTMPRPHT in loft-sh/loft-enterprise#4417
- [release-4.3] discard cache/reflector warning log message that is spamming logs (#4427) by @loft-bot in loft-sh/loft-enterprise#4429
Full Changelog: loft-sh/loft-enterprise@v4.3.1...v4.3.2-rc.0
v4.3.1
What's Changed
- [BACKPORT] feat(ui) - prometheus from date undefined by @andyluak in loft-sh/loft-enterprise#4400
- [BACKPORT] feat(ui) - cost control granularity fix by @andyluak in loft-sh/loft-enterprise#4403
- feat(ui) - hide cost comparison when no savings by @andyluak in loft-sh/loft-enterprise#4406
Full Changelog: loft-sh/loft-enterprise@v4.3.0...v4.3.2-rc.2