Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ module follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2026-07-09

The initial release: a rootless GitLab Runner host — runner config, the rootless-Docker
pieces it depends on, packages, and secrets — managed as reviewable Puppet code, applied
standalone or from a Puppet fleet. Targets Ubuntu 22.04 with Puppet 8/OpenVox 8.
Expand Down Expand Up @@ -87,4 +89,5 @@ standalone or from a Puppet fleet. Targets Ubuntu 22.04 with Puppet 8/OpenVox 8.
newline or malformed value in host data is escaped or rejected up front instead of
producing a broken or injected runner configuration.

[Unreleased]: https://github.com/eth-library/puppet-rootless_gitlab_runner/commits/main
[Unreleased]: https://github.com/eth-library/puppet-rootless_gitlab_runner/compare/v1.0.0...main
[1.0.0]: https://github.com/eth-library/puppet-rootless_gitlab_runner/releases/tag/v1.0.0
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

[![CI](https://github.com/eth-library/puppet-rootless_gitlab_runner/actions/workflows/ci.yml/badge.svg)](https://github.com/eth-library/puppet-rootless_gitlab_runner/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue)](LICENSE)
![Status: alpha](https://img.shields.io/badge/status-alpha-orange)
[![Release](https://img.shields.io/github/v/release/eth-library/puppet-rootless_gitlab_runner)](https://github.com/eth-library/puppet-rootless_gitlab_runner/releases)
![Puppet: >= 8 < 9](https://img.shields.io/badge/puppet-%3E%3D%208%20%3C%209-blue)
![Ubuntu: 22.04](https://img.shields.io/badge/ubuntu-22.04-blue)

> [!NOTE]
> This module is under active development and its interface is not yet stable:
> parameters and behavior may change without notice. It is provided as is, without
> This module is maintained on a best-effort basis and provided as is, without
> warranty of any kind; review every change and apply it at your own risk.

`rootless_gitlab_runner` is a Puppet module that installs and manages a **rootless
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethlibrary-rootless_gitlab_runner",
"version": "0.1.0",
"version": "1.0.0",
"author": "ETH Zurich, Jaime Cardozo",
"summary": "Installs, configures, and manages a rootless GitLab Runner.",
"license": "Apache-2.0",
Expand Down