Skip to content
Open
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
7 changes: 0 additions & 7 deletions .changeset/clean-wasps-hammer.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# opencode-docker

## 2.3.7

### Patch Changes

- ff8acb1: Add a scheduled GitHub Actions workflow that refreshes pinned upstream versions.

The repo now checks for new OpenCode, code-server, and GitHub CLI releases on a daily schedule, opens a dependency bump PR with matching changesets, and lets the existing release workflow publish a fresh image after merge.

## 2.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opencode-docker",
"private": true,
"version": "2.3.6",
"version": "2.3.7",
"description": "Release metadata and automation config for the opencode-docker image",
"scripts": {
"changeset": "changeset",
Expand Down