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.1"
".": "0.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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.2](https://github.com/bubustack/cron-impulse/compare/v0.1.1...v0.1.2) (2026-05-02)


### Bug Fixes

* update SDK and workflow dependencies ([#10](https://github.com/bubustack/cron-impulse/issues/10)) ([db5470f](https://github.com/bubustack/cron-impulse/commit/db5470ff9b03bc983131a0c21c07d526713c755d))

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


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.1 # x-release-please-version
version: 0.1.2 # x-release-please-version
description: |
A cron-based impulse that triggers StoryRuns on configurable schedules.
Supports multiple schedules, timezone configuration, jitter, and
concurrency policies.
image: ghcr.io/bubustack/cron-impulse:0.1.1 # x-release-please-version
image: ghcr.io/bubustack/cron-impulse:0.1.2 # x-release-please-version
supportedModes:
- deployment

Expand Down