Skip to content

Releases: freiheit-com/kuberpult

v11.3.1

04 Nov 09:26
446168c
Compare
Choose a tag to compare
v11.3.1 Pre-release
Pre-release

11.3.1 (2024-11-04)

🐞 Bug Fixes

v11.3.0

01 Nov 14:27
21aba45
Compare
Choose a tag to compare
v11.3.0 Pre-release
Pre-release

11.3.0 (2024-11-01)

🎁 Feature

🐞 Bug Fixes

  • improve app details calculate warnings performance (#2075) (2607138)
  • GetVersion failing when release was not found (#2073) (e763cca)

v11.2.0

30 Oct 14:14
8730244
Compare
Choose a tag to compare
v11.2.0 Pre-release
Pre-release

11.2.0 (2024-10-30)

🎁 Feature

  • performance: app details performance improvements (#2070) (8730244)

🐞 Bug Fixes

  • manifest-repo-export-service: measure pushes write when nothing to push (#2067) (3683edf)
  • db: fixed function InsertAppFun function override & cleaned up update of lightweight apps on overview (#2066) (e30ba8f)

🚧 Chores

  • tracing: added traces for getting and calculating overview (#2071) (9ad86d1)
  • testing: restore overview tests (#2068) (91df649)

v11.1.0

29 Oct 13:53
fe97489
Compare
Choose a tag to compare
v11.1.0 Pre-release
Pre-release

11.1.0 (2024-10-29)

🎁 Feature

  • GetProductSummary: migrate getproductsummary endpoint to new Overview (#2058) (fe97489)

v11.0.0

28 Oct 13:01
4f46201
Compare
Choose a tag to compare
v11.0.0 Pre-release
Pre-release

11.0.0 (2024-10-28)

📣 Breaking Changes


Ref: SRX-NMC7OD

BREAKING CHANGE: The postgreSQL Database is now required.

The helm-parameter `db.writeEslTableOnly` is not supported anymore.
The helm-parameter `db.dbOption` now only supports the option
"postgreSQL", which is now also the default.

See docs/database.md for details.

Note that there is now some "dead code", especially in the cd-service
that deals with git. This will be removed in another PR.

🐞 Bug Fixes

  • charts: manifest-repo-export-service pod now stores manifest repo in an emptyDir volume (#2061) (d748338)

v10.6.0

25 Oct 09:00
3aeb3db
Compare
Choose a tag to compare
v10.6.0 Pre-release
Pre-release

10.6.0 (2024-10-25)

🎁 Feature

🐞 Bug Fixes

v10.5.3

24 Oct 08:42
7874cca
Compare
Choose a tag to compare
v10.5.3 Pre-release
Pre-release

10.5.3 (2024-10-24)

🐞 Bug Fixes

v10.5.2

23 Oct 13:03
41b04df
Compare
Choose a tag to compare
v10.5.2 Pre-release
Pre-release

10.5.2 (2024-10-23)

🐞 Bug Fixes

  • cli: option to run release trains on environment groups when dex is enabled (#2059) (41b04df)

v10.5.1

22 Oct 16:44
c17dc8f
Compare
Choose a tag to compare
v10.5.1 Pre-release
Pre-release

10.5.1 (2024-10-22)

🐞 Bug Fixes

  • UI: fixed bug where UI would crash on deleting actions (#2057) (c17dc8f)

v10.5.0

22 Oct 14:30
3c280ed
Compare
Choose a tag to compare
v10.5.0 Pre-release
Pre-release

10.5.0 (2024-10-22)

🎁 Feature

  • UI: application data is now loaded in UI through the new GetAppDetails endpoint (#2020) (0c57377)

🚧 Chores