Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Removed

- Removed CA secret migration job ([#548]).
- BREAKING: This means that direct upgrades from 24.3 are no longer supported. Users of 24.3 must first upgrade to 24.7 or 24.11 before continuing. Bear in mind that we officially only support direct upgrades (24.3 -> 24.7 -> 24.11 -> ...).

### Added

- Made RSA key length configurable for certificates issued by cert-manager ([#528]).
Expand All @@ -22,6 +27,7 @@ All notable changes to this project will be documented in this file.
[#528]: https://github.com/stackabletech/secret-operator/pull/528
[#536]: https://github.com/stackabletech/secret-operator/pull/536
[#543]: https://github.com/stackabletech/secret-operator/pull/543
[#548]: https://github.com/stackabletech/secret-operator/pull/548

## [24.11.0] - 2024-11-18

Expand Down
57 changes: 0 additions & 57 deletions deploy/helm/secret-operator/templates/secret_migration_job.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions deploy/helm/secret-operator/templates/secret_migration_rbac.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions deploy/helm/secret-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,6 @@ image:
pullPolicy: IfNotPresent
pullSecrets: []

secretMigrationJob:
enabled: true
image:
repository: docker.stackable.tech/stackable/tools
tag: 1.0.0-stackable24.11.0
pullPolicy: IfNotPresent
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 100m
memory: 128Mi

csiProvisioner:
image:
repository: docker.stackable.tech/k8s/sig-storage/csi-provisioner
Expand Down
Loading