Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(common): v3.3.0 #335

Merged
merged 7 commits into from
Jul 29, 2024
Merged

feat(common): v3.3.0 #335

merged 7 commits into from
Jul 29, 2024

Conversation

bjw-s
Copy link
Owner

@bjw-s bjw-s commented Jun 27, 2024

Description of the change

Removed

Fixed

  • Added externalName field to service schema.
  • Always allow specifying nodePort field on service ports.

Added

  • Added support for specifying rawResources. This can be used to add any resources that are not supported by this chart. Check out the chart schema and tests for an example of how to use this feature.
  • Added stdin and tty fields to container spec.
  • Added persistentVolumeClaimRetentionPolicy field to statefulset spec.

Changed

Benefits

Possible drawbacks

Applicable issues

Additional information

@bjw-s bjw-s marked this pull request as ready for review July 29, 2024 12:43
@bjw-s bjw-s enabled auto-merge (squash) July 29, 2024 12:44
@bjw-s bjw-s merged commit 74f3170 into main Jul 29, 2024
28 of 39 checks passed
@bjw-s bjw-s deleted the common-3.3.0 branch July 29, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment