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
This change:
- updates the cli/restore tool to make it delete the Deployments
and StatefulSets Resources that will require a respawn from the
sf-operator reconcile.
- adds a high-level functional test to simulate the backup/restore
process.
- removes provious in-depth backup and restore role in order to only
keep the high-level test.
- updates the CLI documenation
Change-Id: I385c83c959f8bc06097b1415f7711097889be79e
All notable changes to this project will be documented in this file.
4
+
5
+
## [in development]
6
+
7
+
### Added
8
+
9
+
- CLI: restore command and documentation.
10
+
- Dev CLI - Add command "go run ./main.go dev getImagesSecurityIssues" to ease getting a small report of HIGH
11
+
and CRITICAL Security issues reported by quay.io on container images used by the sf-operator.
12
+
13
+
### Changed
14
+
15
+
- Zookeeper version bumped to 3.8.4
16
+
- The Operator handles only one Route resource as a 'gateway' pod dispatches incoming connections.
17
+
18
+
### Deprecated
19
+
### Removed
20
+
21
+
- The LogsServer CRD and controller. As there is no identified need for a proper CRD and Controller.
22
+
23
+
### Fixed
24
+
### Security
25
+
26
+
- UBI9/Zookeeper image rebuid to address reported security issues
27
+
28
+
## [v0.0.27] - 2024-03-27
29
+
30
+
🐰🔔 Easter release 🐰🔔
31
+
32
+
### Added
33
+
34
+
- "Debug" toggle for fluent bit sidecars
35
+
- A support for running zuul-executor component external to the cluster (see ADR#014).
36
+
- The standalone deployment mode exits 1 when the reconcile is not possible after 300 seconds
37
+
- A bundled YAML file containing information about container images used by the operator `controllers/libs/base/static/images.yaml`
38
+
39
+
### Changed
40
+
41
+
- zookeeper: update liveness and readyness probes to only check SSL access and remove superfluous Service resource called
42
+
zookeeper-headless.
43
+
- nodepool: update version to 10.0.0
44
+
- zuul: update version to 10.0.0
45
+
- CLI: simplified `SF backup` options to streamline the backup process.
46
+
47
+
### Deprecated
48
+
### Removed
49
+
### Fixed
50
+
51
+
- nodepool-builder: fixed the log path configuration when using the fluent bit log forwarder, resulting in much less file access errors appearing in fluent bit logs.
52
+
53
+
### Security
54
+
55
+
## [v0.0.26] - 2024-03-08
56
+
57
+
### Added
58
+
59
+
- CLI: Add the `SF backup` subcommand. This subcommand dumps a Software Factory's most important data for safekeeping.
60
+
61
+
### Changed
62
+
### Deprecated
63
+
### Removed
64
+
### Fixed
65
+
### Security
66
+
67
+
## [alpha] - not released
68
+
69
+
- Initial alpha version. Please consult the commit log for detailed information.
70
+
- From now on all changes will be referenced into this changelog.
0 commit comments