diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c1e2c64 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ec3eb..17240f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.9 (2024-07-04) + +### Feat + +- **core**: bump syncthing to 1.27.9 + ## v1.27.6 (2024-04-11) ### Feat diff --git a/Dockerfile b/Dockerfile index 69bba30..a59932f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ENV SYNCTHING_USER="syncthing" \ ENV SYNCTHING_GPG_KEY1="49F5AEC0BCE524C7" \ SYNCTHING_GPG_KEY2="D26E6ED000654A3E" \ - SYNCTHING_VERSION="1.27.6" \ + SYNCTHING_VERSION="1.27.9" \ SYNCTHING_ARCH="amd64" RUN set -x \ diff --git a/Makefile b/Makefile index b7da513..0752313 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL = /bin/bash # .PHONY: install install: - @poetry install + @rye sync .PHONY: tests tests: diff --git a/README.md b/README.md index 9c655ba..84384cf 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Following arch are missing tests: ## Available image tags * [nventiveux/syncthing](https://hub.docker.com/r/nventiveux/syncthing) - * `latest`, `v1.27.6` ([Dockerfile](./Dockerfile)) + * `latest`, `v1.27.9` ([Dockerfile](./Dockerfile)) ## Usage @@ -89,8 +89,8 @@ docker run \ Pre-requisites: -* Python >=3.7 -* [Pipenv](https://github.com/pypa/pipenv) +* Python >=3.11 +* [Rye](https://rye.astral.sh/) * make * Bash >=4 * Git >=2.18 @@ -112,9 +112,11 @@ Commit changes and submit a **Pull Request**. Bump the version using: ```shell +git switch -c release/next make release version= -# Commit & pull request... +git commit -a -m "feat(core): bump syncthing to " rye run cz bump --changelog +# Open a pull request ``` ## References diff --git a/pyproject.toml b/pyproject.toml index 32f8721..e8943f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docker-syncthing" -version = "1.27.6" +version = "1.27.9" description = "Syncthing as a container using Docker" authors = [ { name = "BESANCON Vincent", email = "besancon.vincent@gmail.com" } @@ -29,7 +29,7 @@ packages = ["src/docker_syncthing"] [tool.commitizen] name = "cz_conventional_commits" -version = "1.27.6" +version = "1.27.9" tag_format = "v$version" version_files = [ "pyproject.toml:version" diff --git a/requirements-dev.lock b/requirements-dev.lock index 965bb16..c19da5d 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -6,6 +6,7 @@ # features: [] # all-features: false # with-sources: false +# generate-hashes: false -e file:. argcomplete==3.2.3 diff --git a/requirements.lock b/requirements.lock index 965bb16..c19da5d 100644 --- a/requirements.lock +++ b/requirements.lock @@ -6,6 +6,7 @@ # features: [] # all-features: false # with-sources: false +# generate-hashes: false -e file:. argcomplete==3.2.3