From bebd34d58aac8a39e6d945be9064a55eddc32379 Mon Sep 17 00:00:00 2001 From: Tobias Huste Date: Fri, 16 Feb 2024 13:42:04 +0100 Subject: [PATCH] Release version 1.15.0 --- CHANGELOG.md | 19 +++++++++++++++++++ CITATION.cff | 4 ++-- VERSION | 2 +- pyproject.toml | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5c37c..2bb3a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [v1.15.0](https://github.com/hifis-net/ansible-role-gitlab-runner/tree/v1.15.0) (2024-02-16) + +[Full Changelog](https://github.com/hifis-net/ansible-role-gitlab-runner/compare/v1.14.0...v1.15.0) + +**Implemented enhancements:** + +- feat: configure default-network-opts mtu [\#229](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/229) ([tobiashuste](https://github.com/tobiashuste)) + +**Merged pull requests:** + +- fix: use modern podman in ci to fix random failures [\#230](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/230) ([tobiashuste](https://github.com/tobiashuste)) +- chore\(deps-dev\): bump yamllint from 1.34.0 to 1.35.0 [\#228](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/228) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump molecule-plugins from 23.5.0 to 23.5.3 [\#227](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/227) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump yamllint from 1.33.0 to 1.34.0 [\#226](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/226) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump reuse from 2.1.0 to 3.0.1 [\#225](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/225) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump molecule from 6.0.2 to 6.0.3 [\#220](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/220) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump ansible from 8.6.1 to 8.7.0 [\#219](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/219) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump ansible-lint from 6.22.0 to 6.22.1 [\#218](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/218) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v1.14.0](https://github.com/hifis-net/ansible-role-gitlab-runner/tree/v1.14.0) (2023-12-14) [Full Changelog](https://github.com/hifis-net/ansible-role-gitlab-runner/compare/v1.13.0...v1.14.0) diff --git a/CITATION.cff b/CITATION.cff index 5a67f1e..53ecf26 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -34,5 +34,5 @@ authors: orcid: 'https://orcid.org/0000-0002-5028-6663' repository-code: 'https://github.com/hifis-net/ansible-role-gitlab-runner' repository-artifact: 'https://galaxy.ansible.com/hifis/gitlab_runner' -version: 'v1.14.0' -date-released: '2023-12-14' +version: 'v1.15.0' +date-released: '2024-02-16' diff --git a/VERSION b/VERSION index 991ae9c..a0f824e 100644 --- a/VERSION +++ b/VERSION @@ -3,4 +3,4 @@ # # SPDX-License-Identifier: Apache-2.0 -1.14.0 +1.15.0 diff --git a/pyproject.toml b/pyproject.toml index 2192609..2805a8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "gitlab-ci-openstack" -version = "1.14.0" +version = "1.15.0" description = "This role provides a setup for GitLab CI in Openstack." authors = ["Tobias Huste "] license = "Apache-2.0"