Skip to content

Commit bc9fe03

Browse files
committed
[+] updated logging logic to remove unused parts
[+] improved PostgreSQL proxy configuration with auto TLS [+] updated scripts and project settings to enforce SSL mode [+] applied patches for replicas configuration [+] adjusted deployment strategy to use DaemonSet instead of Deployment [-] removed unused logging logic [-] removed unnecessary entries from gitignore [-] deleted 001-rbac.yaml, daemonset.yaml, service.yaml, kustomization.yaml from base and overlays [-] removed postgresql.yaml and postgresql-service.yaml from postgresql directory [-] eliminated database-patch.yaml and its kustomization from test overlay
1 parent a2b31b0 commit bc9fe03

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Removed
1717

18-
- Removed unused logging logic.
18+
### Fixed
19+
20+
### Security
21+
22+
## [1.0.4] - 2024-03-26
23+
24+
### Added
25+
26+
### Changed
27+
28+
- Updated logging logic to remove unused parts
29+
- Improved PostgreSQL proxy configuration with auto TLS
30+
- Updated scripts and project settings to enforce SSL mode
31+
- Applied patches for replicas configuration
32+
- Adjusted deployment strategy to use DaemonSet instead of Deployment
33+
34+
### Deprecated
35+
36+
### Removed
37+
38+
- Removed unused logging logic
39+
- Removed unnecessary entries from gitignore
40+
- Deleted 001-rbac.yaml, daemonset.yaml, service.yaml, kustomization.yaml from base and overlays
41+
- Removed postgresql.yaml and postgresql-service.yaml from postgresql directory
42+
- Eliminated database-patch.yaml and its kustomization from test overlay
1943

2044
### Fixed
2145

0 commit comments

Comments
 (0)