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
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Version 0.18.0 - 03-July-2026
Comment thread
anirudhprasad-sap marked this conversation as resolved.
### **Use this version with CAP Operator `v0.32.0` or later.**

### Added

- `rolloutOnCredentialUpdate` field to `CAPApplication` spec. When enabled, workloads are automatically redeployed when their service credentials are updated.

## Version 0.17.0 - 26-June-2026
**Use this version with CAP Operator `v0.31.0` or later.**
### **Use this version with CAP Operator `v0.31.0` or later.**

### Changed

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js/cap-operator-plugin",
"version": "0.17.0",
"version": "0.18.0",
"description": "Add/Build Plugin for CAP Operator",
"homepage": "https://github.com/cap-js/cap-operator-plugin/blob/main/README.md",
"repository": {
Expand Down
Loading