Skip to content

Commit 2fabc5f

Browse files
committed
bump version to 0.5.1
1 parent 97f4500 commit 2fabc5f

File tree

4 files changed

+39
-37
lines changed

4 files changed

+39
-37
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## vX.X.X (YYYY-MM-DD)
44

5+
## v0.5.1 (2026-02-19)
6+
57
### Fixed
68
- Variable redeclaration made sanitization of compose project name not work for non unique challenge names
79
- Small tweaks to grafana dashboard

galvanize-instancer/api/openapi.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Galvanize Instancer
4-
version: 0.5.0
4+
version: 0.5.1
55
description: API for deploying CTF challenges using Ansible
66

77
paths:

galvanize-instancer/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package main
22

33
const (
4-
Version = "0.5.0"
4+
Version = "0.5.1"
55
)

galvanize-instancer/pkg/api/api.gen.go

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)