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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"docker/12": "12.13.0",
"docker/13": "13.4.0"
"docker/12": "12.14.0",
"docker/13": "13.5.0"
}
22 changes: 22 additions & 0 deletions docker/12/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ All notable changes to the Debian 12 Docker image will be documented in this fil
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).

## [12.14.0](https://github.com/snowdreamtech/debian/compare/12-v12.13.0...12-v12.14.0) (2026-06-14)


### 🚀 Features

* **docker:** add vimrc.local configuration and Debian codename tags ([132c7a7](https://github.com/snowdreamtech/debian/commit/132c7a7d51ab79e7b18965fa0ee9f44ed60834ea))


### 🐛 Bug Fixes

* **docker:** remove backports repositories for stability ([f8c21ed](https://github.com/snowdreamtech/debian/commit/f8c21ed6518e09fa6e21f43820c131eab3db7e96))


### 🛠 Refactoring

* **docker:** remove unnecessary APT sources modification ([1491ef1](https://github.com/snowdreamtech/debian/commit/1491ef12b4a40b5da373260b62870fd41616497b))


### ♻️ Miscellaneous Chores

* **main:** release 0.14.0 ([043d2a4](https://github.com/snowdreamtech/debian/commit/043d2a4202505e42c645e899c6731f5fb8f52c8e))

## [12.13.0] - 2026-04-22

### Added
Expand Down
22 changes: 22 additions & 0 deletions docker/13/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ All notable changes to the Debian 13 Docker image will be documented in this fil
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).

## [13.5.0](https://github.com/snowdreamtech/debian/compare/13-v13.4.0...13-v13.5.0) (2026-06-14)


### 🚀 Features

* **docker:** add vimrc.local configuration and Debian codename tags ([132c7a7](https://github.com/snowdreamtech/debian/commit/132c7a7d51ab79e7b18965fa0ee9f44ed60834ea))


### 🐛 Bug Fixes

* **docker:** remove backports repositories for stability ([f8c21ed](https://github.com/snowdreamtech/debian/commit/f8c21ed6518e09fa6e21f43820c131eab3db7e96))


### 🛠 Refactoring

* **docker:** remove unnecessary APT sources modification ([1491ef1](https://github.com/snowdreamtech/debian/commit/1491ef12b4a40b5da373260b62870fd41616497b))


### ♻️ Miscellaneous Chores

* **main:** release 0.14.0 ([043d2a4](https://github.com/snowdreamtech/debian/commit/043d2a4202505e42c645e899c6731f5fb8f52c8e))

## [13.4.0] - 2026-04-22

### Added
Expand Down
Loading