Skip to content

Commit affeca4

Browse files
committed
bump version to 0.6.0
1 parent 5f0fe27 commit affeca4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
## vX.X.X (YYYY-MM-DD)
4+
5+
## v0.6.0 (2026-03-14)
46
### Added
57
- Bake `data/playbooks` into the `galvanize-instancer` runtime image so default playbooks are available even without a host bind mount
68
- Support optional protocol hints for TCP `published_ports` (for example `22/ssh` or `8080:80/http`) and use the hint in generated connection info URLs

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.6
4+
version: 0.6.0
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,6 +1,6 @@
11
package main
22

33
const (
4-
Version = "0.5.6"
4+
Version = "0.6.0"
55
test = 123
66
)

0 commit comments

Comments
 (0)