diff --git a/.bumpversion.toml b/.bumpversion.toml index d4510ccccf860376246b8b155d6d136cd8e75d4a..eb0caebab3591533d82c4e90cb7da638be2e6a53 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 7235e62af3d0706d7ce621d38d74d110bbd6e306..bf0a6f60c16d8cb35f71f7371474f962e1eaffbb 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 96e753f2f8112282994c6dc510673c3e99a6602b..f730e133cbfda09dae4fe955ee5771cc3417b3aa 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' ```