Skip to content

Releases: opf/helm-charts

openproject-9.4.0

07 Jan 14:25
f2bbd4b
Compare
Choose a tag to compare

Minor Changes

openproject-9.3.0

12 Dec 14:05
f779a33
Compare
Choose a tag to compare

Minor Changes

  • a5f14c9: Add support for the cron-based service for incoming email check via IMAP

openproject-9.2.0

11 Dec 14:05
3eb05ea
Compare
Choose a tag to compare

Minor Changes

  • 50a9eee: Allow setting admin user seeder as locked

openproject-9.1.0

11 Dec 10:19
7978221
Compare
Choose a tag to compare

Minor Changes

  • 4a5513c: Upgrade OpenProject core version to 15.1.0 (minor update)

openproject-9.0.1

25 Nov 19:16
2d891c9
Compare
Choose a tag to compare

Patch Changes

  • cb5a1ed: Upgrade OpenProject core version to 15.0.2 (patch update)

openproject-9.0.0

13 Nov 13:18
2e68d98
Compare
Choose a tag to compare

Major Changes

  • 57d032f: Upgrade OpenProject to 15.0

openproject-8.3.2

29 Oct 10:19
f3aa2fd
Compare
Choose a tag to compare

Patch Changes

openproject-8.3.1

23 Oct 18:03
b786987
Compare
Choose a tag to compare

Patch Changes

  • a636fc2: Fix indent when outputting host without ingress
  • b3d31ef: apply secret reset fix from other envs in core where it was missing

openproject-8.3.0

23 Oct 14:43
57ea985
Compare
Choose a tag to compare

Minor Changes

  • 9a71b28: Allow unsetting the host name env

openproject-8.2.0

23 Oct 11:38
7b78e0b
Compare
Choose a tag to compare

Minor Changes

  • b82aaf4: Allow setting options for the deployment strategy:

    You can now provide custom options to the strategy, for example:

    values.yaml:

    strategy:
      type: RollingUpdate
      rollingUpdate:
        maxSurge: 30%
        maxUnavailable: 30%