Skip to content

Commit

Permalink
Merge pull request #22 from nVentiveUX/release/next
Browse files Browse the repository at this point in the history
Release v1.27.12
  • Loading branch information
bigbrozer authored Sep 7, 2024
2 parents 2de6789 + db9a79a commit 3296678
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "Release"

on:
push:
tags:
- "v*"
branches:
- "master"

jobs:
release:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
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).

## v1.27.12 (2024-09-07)

### Feat

- **core**: bump syncthing to 1.27.12

### Fix

- **ci**: trigger on master

## v1.27.9 (2024-07-04)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV SYNCTHING_USER="syncthing" \

ENV SYNCTHING_GPG_KEY1="49F5AEC0BCE524C7" \
SYNCTHING_GPG_KEY2="D26E6ED000654A3E" \
SYNCTHING_VERSION="1.27.9" \
SYNCTHING_VERSION="1.27.12" \
SYNCTHING_ARCH="amd64"

RUN set -x \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Following arch are missing tests:
## Available image tags

* [nventiveux/syncthing](https://hub.docker.com/r/nventiveux/syncthing)
* `latest`, `v1.27.9` ([Dockerfile](./Dockerfile))
* `latest`, `v1.27.12` ([Dockerfile](./Dockerfile))

## Usage

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "docker-syncthing"
version = "1.27.9"
version = "1.27.12"
description = "Syncthing as a container using Docker"
authors = [
{ name = "BESANCON Vincent", email = "[email protected]" }
Expand Down Expand Up @@ -29,7 +29,7 @@ packages = ["src/docker_syncthing"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.27.9"
version = "1.27.12"
tag_format = "v$version"
version_files = [
"pyproject.toml:version"
Expand Down

0 comments on commit 3296678

Please sign in to comment.