From 87d00547133d17873f245e4c9aa440a04fcbc44c Mon Sep 17 00:00:00 2001 From: Dorian Turba <commit.9wuzh@slmail.me> Date: Tue, 16 Jul 2024 18:25:42 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- CHANGELOG.md | 4 ++++ README.md | 10 +++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index d4510cc..eb0caeb 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,6 +1,6 @@ [tool.bumpversion] commit = true -current_version = "0.4.0" +current_version = "0.4.1" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" replace = "{new_version}" search = "{current_version}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7235e62..bf0a6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [](https://lab.frogg.it/swepy/cicd-templates/pypi-to-docker-missing-version/-/pipelines?ref=trunk) +## [0.4.1] - 2024-07-16 + +[](https://lab.frogg.it/swepy/cicd-templates/pypi-to-docker-missing-version/-/pipelines?ref=0.4.1) + * Update CICD ## [0.4.0] - 2024-07-16 diff --git a/README.md b/README.md index 96e753f..f730e13 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PyPI to Docker missing version [](https://lab.frogg.it/swepy/cicd-templates/pypi-to-docker-missing-version/-/blob/main/LICENSE) -[](https://lab.frogg.it/swepy/cicd-templates/pypi-to-docker-missing-version/-/pipelines?ref=0.4.0) +[](https://lab.frogg.it/swepy/cicd-templates/pypi-to-docker-missing-version/-/pipelines?ref=0.4.1) ## Objective @@ -22,7 +22,7 @@ Recommended if the component is local to the instance: ```yaml include: - - component: $CI_SERVER_FQDN/swepy/cicd-templates/pypi-to-docker-missing-version/pypi-to-docker-missing-version@0.4.0 + - component: $CI_SERVER_FQDN/swepy/cicd-templates/pypi-to-docker-missing-version/pypi-to-docker-missing-version@0.4.1 ``` If your GitLab instance version is lower than `16.10`, use `$CI_SERVER_HOST` instead @@ -36,14 +36,14 @@ Recommended if the template is not local to the instance: ```yaml include: - - remote: 'https://lab.frogg.it/swepy/cicd-templates/pypi-to-docker-missing-version/-/raw/0.4.0/templates/pypi-to-docker-missing-version.yml' + - remote: 'https://lab.frogg.it/swepy/cicd-templates/pypi-to-docker-missing-version/-/raw/0.4.1/templates/pypi-to-docker-missing-version.yml' ``` ##### Mirror: GitLab.com ```yaml include: - - remote: 'https://gitlab.com/swepy/cicd-templates/pypi-to-docker-missing-version/-/raw/0.4.0/templates/pypi-to-docker-missing-version.yml' + - remote: 'https://gitlab.com/swepy/cicd-templates/pypi-to-docker-missing-version/-/raw/0.4.1/templates/pypi-to-docker-missing-version.yml' ``` #### As a Local template @@ -53,7 +53,7 @@ If the template is local to the instance: ```yaml include: - project: 'swepy/cicd-templates/pypi-to-docker-missing-version' - ref: '0.4.0' + ref: '0.4.1' file: 'templates/pypi-to-docker-missing-version.yml' ``` -- GitLab