You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changelog
2
2
3
+
## [3.0.0] - 2025-12-30
4
+
5
+
### Added
6
+
7
+
- Ability to mount secrets as volumes. I'ts handy when you need to mount encrypted config file
8
+
- Ability to mount configmap as volume just as the other type of volume.
9
+
10
+
11
+
### Changed
12
+
13
+
-[BREAKING] volumes structure. Flag `enabled` was removed, along with `type` structure. Now volumes structure is flattened.
14
+
-[BREAKING] kubernetes service name is no longer combined with application name (.Release.Name). HelmRelese configuration will be more straightforward.
15
+
-[BREAKING] mountPath and subPath options are now child-nodes for volumes.nfs, volumes.configmap and volumes.secret
16
+
- Ingress name is now the same as application name.
17
+
18
+
### Removed
19
+
20
+
-[BREAKING] database.enabled flag
21
+
- Obsolete dbsecrets pre-install hook which was designed to generate databae credentials for application
22
+
- Faulty initwebsitedir pre-install hook, which was designed to create application directory on persistent storage
23
+
- Obsolete mattermos-notify post-hook. This hook was designed to send chat notification after application deployment
24
+
- Obsolete MySQLDBHelper pre-install hook which was designed to create mysql database for an application
0 commit comments