Skip to content

Commit

Permalink
Add 3.4.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansuarez committed Dec 7, 2021
1 parent c04f67f commit 4869b47
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v3.4.0](https://github.com/nuodb/nuodb-helm-charts/tree/v3.4.0) (2021-12-03)

[Full Changelog](https://github.com/nuodb/nuodb-helm-charts/compare/v3.3.0...v3.4.0)

**Implemented enhancements:**

- Added functionality to enable the database protocol to be upgraded automatically, which is supported in version 4.2.3 and above of the NuoDB image [\#243](https://github.com/nuodb/nuodb-helm-charts/pull/243) ([sivanov-nuodb](https://github.com/sivanov-nuodb))
- Updated the process readiness probe to be more scalable as the number of database processes grows [\#252](https://github.com/nuodb/nuodb-helm-charts/pull/252) ([adriansuarez](https://github.com/adriansuarez))
- Updated init containers to perform recursive chmod only if files are encountered without expected permissions [\#260](https://github.com/nuodb/nuodb-helm-charts/pull/260) ([adriansuarez](https://github.com/adriansuarez))

**Fixed bugs:**

- Updated nuosm to resurrect archive object only if it will be used [\#256](https://github.com/nuodb/nuodb-helm-charts/pull/256) ([sivanov-nuodb](https://github.com/sivanov-nuodb))

**Merged pull requests:**

- Increased leaderAssignmentTimeout to account for SMs going into CrashLoopBackOff state [\#242](https://github.com/nuodb/nuodb-helm-charts/pull/242) ([adriansuarez](https://github.com/adriansuarez))
- Added support for external SQL clients, which requires version 4.2.4 and above of the NuoDB image [\#254](https://github.com/nuodb/nuodb-helm-charts/pull/254) ([sivanov-nuodb](https://github.com/sivanov-nuodb))

## [v3.3.0](https://github.com/nuodb/nuodb-helm-charts/tree/v3.3.0) (2021-08-18)

[Full Changelog](https://github.com/nuodb/nuodb-helm-charts/compare/v3.2.0...v3.3.0)
Expand Down

0 comments on commit 4869b47

Please sign in to comment.