Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into chore/update_deployment_strategy
  • Loading branch information
code-asher authored Sep 8, 2025
commit 48506043e86a7a541d8cf9c9c1cc211d7361153a
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- Updated the Kubernetes Deployment `spec.strategy.type` field to be of type `Recreate`
- Update the Kubernetes Deployment `spec.strategy.type` field to be of type `Recreate`
in order to properly handle upgrades/restarts as the default deployment creates a PVC
of type `ReadWriteOnce` and could only be assigned to one replica.
- Expose the `--verbose` and `--sign` runtime parameters as Helm variables.

## [2.4.0](https://github.com/coder/code-marketplace/releases/tag/v2.4.0) - 2025-09-04

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.