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
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ This file is automatically generated by [Release Please](https://github.com/goog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1](https://github.com/bubustack/github-webhook-impulse/compare/v0.1.0...v0.1.1) (2026-04-19)


### Miscellaneous

* harden release automation ([b56a32e](https://github.com/bubustack/github-webhook-impulse/commit/b56a32ef3136f466c5266e54fe632ba2c87fafb6))
* update dependencies ([2dc4e1f](https://github.com/bubustack/github-webhook-impulse/commit/2dc4e1fc9d25caf2ac04bcbfbed7ba7a2f0ae229))
* use dedicated release token for release-please ([aaadb50](https://github.com/bubustack/github-webhook-impulse/commit/aaadb50415113d1ae75229efbbaec2c43c072433))

## [0.1.0](https://github.com/bubustack/github-webhook-impulse/compare/v0.1.0...v0.1.0) (2026-04-18)


Expand Down
4 changes: 2 additions & 2 deletions Impulse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ metadata:
annotations:
registry.bubustack.io/maturity: experimental
spec:
version: 0.1.0 # x-release-please-version
version: 0.1.1 # x-release-please-version
description: |
A GitHub webhook impulse that triggers StoryRuns on GitHub events.
Supports signature validation, event filtering, and session management
keyed by PR/issue/commit for stateful workflows.
image: ghcr.io/bubustack/github-webhook-impulse:0.1.0 # x-release-please-version
image: ghcr.io/bubustack/github-webhook-impulse:0.1.1 # x-release-please-version
supportedModes:
- deployment

Expand Down
Loading