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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/krm-stream": "0.2.0",
"gateway": "0.2.0",
"gateway/kube": "0.2.0"
"packages/krm-stream": "0.2.1",
"gateway": "0.2.1",
"gateway/kube": "0.2.1"
}
7 changes: 7 additions & 0 deletions gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/ConfigButler/krm-stream/compare/gateway/v0.2.0...gateway/v0.2.1) (2026-07-15)


### Miscellaneous Chores

* **gateway:** Synchronize krm-stream versions

## [0.2.0](https://github.com/ConfigButler/krm-stream/compare/gateway/v0.1.1...gateway/v0.2.0) (2026-07-14)


Expand Down
7 changes: 7 additions & 0 deletions gateway/kube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/ConfigButler/krm-stream/compare/gateway/kube/v0.2.0...gateway/kube/v0.2.1) (2026-07-15)


### Miscellaneous Chores

* **gateway/kube:** Synchronize krm-stream versions

## [0.2.0](https://github.com/ConfigButler/krm-stream/compare/gateway/kube/v0.1.1...gateway/kube/v0.2.0) (2026-07-14)


Expand Down
7 changes: 7 additions & 0 deletions packages/krm-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/ConfigButler/krm-stream/compare/@configbutler/krm-stream-v0.2.0...@configbutler/krm-stream-v0.2.1) (2026-07-15)


### Documentation

* bless staging whole-object create + delete (edit/create/delete in one review + save) ([#16](https://github.com/ConfigButler/krm-stream/issues/16)) ([a16d803](https://github.com/ConfigButler/krm-stream/commit/a16d8037ca33ea3f7dc338a15e537ab0abe3d697))

## [0.2.0](https://github.com/ConfigButler/krm-stream/compare/@configbutler/krm-stream-v0.1.1...@configbutler/krm-stream-v0.2.0) (2026-07-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/krm-stream/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 packages/krm-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@configbutler/krm-stream",
"version": "0.2.0",
"version": "0.2.1",
"description": "Receive live Kubernetes resource updates in browser apps and three-way merge them with form edits.",
"keywords": [
"kubernetes",
Expand Down
2 changes: 1 addition & 1 deletion packages/krm-stream/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// line together, and version.test.ts fails if they ever disagree.

/** The npm package version of this build. Assert it against the copy you vendored. */
export const VERSION = "0.2.0"; // x-release-please-version
export const VERSION = "0.2.1"; // x-release-please-version

/** The wire protocol this build speaks (spec/v1.md). The gateway sends it as `X-KRM-Stream-Protocol`. */
export const PROTOCOL_VERSION = 1;