Skip to content

Commit

Permalink
Release/0.1.1 (#504)
Browse files Browse the repository at this point in the history
* Release v0.1.1
* Prepare for next release

Co-authored-by: Michael Schurter <michael.schurter@gmail.com>
  • Loading branch information
angrycub and schmichael authored Apr 29, 2024
1 parent 6340149 commit ff31703
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
## UNRELEASED

## 0.1.1 (April 26,2024)

IMPROVEMENTS:
* build: Improve OS/Architecture detection [[GH-499](https://github.com/hashicorp/nomad-pack/pull/499)]
* build: Update Go version to 1.21.5 [[GH-478](https://github.com/hashicorp/nomad-pack/pull/478)]
* build: Update Docker build dependencies [[GH-421](https://github.com/hashicorp/nomad-pack/pull/421)]
* release: Add license (MPL) to release artifacts [[GH-498](https://github.com/hashicorp/nomad-pack/pull/498)]

BUG FIXES:
* cli: Update help text for `registry list` [[GH-486](https://github.com/hashicorp/nomad-pack/pull/486)]
* runner: Update nomad/api to fix parsing of consul.service.cluster field [[GH-479](https://github.com/hashicorp/nomad-pack/pull/479)]
* runner: updated to hashicorp/nomad@1.7.2 to support `action` blocks [[GH-476](https://github.com/hashicorp/nomad-pack/pull/476)]
* docs: Update README.md to reflect GA status [[GH-501](https://github.com/hashicorp/nomad-pack/pull/501)]
* docs: Update usage documentation [[GH-484](https://github.com/hashicorp/nomad-pack/pull/484)]

DEPENDENCY CHANGES:
* deps: Bump github.com/docker/docker from 25.0.2+incompatible to 25.0.5+incompatible [[GH-502](https://github.com/hashicorp/nomad-pack/pull/502)]
* deps: Bump hashicorp/nomad/api from v0.0.0-20231219145541-859606a54ade to v0.0.0-20240422165847-3ac3bc1cfede [[GH-500](https://github.com/hashicorp/nomad-pack/pull/500)]
* deps: Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 [[GH-491](https://github.com/hashicorp/nomad-pack/pull/491)]
* deps: Bump golang.org/x/net from 0.19.0 to 0.23.0 [[GH-497](https://github.com/hashicorp/nomad-pack/pull/497)]
* deps: Bump github.com/docker/docker [[GH-485](https://github.com/hashicorp/nomad-pack/pull/485)]
* deps: Bump github.com/opencontainers/runc from 1.1.8 to 1.1.12 [[GH-483](https://github.com/hashicorp/nomad-pack/pull/483)]
* deps: Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 [[GH-482](https://github.com/hashicorp/nomad-pack/pull/482)]
* deps: Bump github.com/containerd/containerd from 1.6.18 to 1.6.26 [[GH-480](https://github.com/hashicorp/nomad-pack/pull/480)]
* deps: Bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0 [[GH-481](https://github.com/hashicorp/nomad-pack/pull/481)]
* deps: Bump golang.org/x/crypto from 0.16.0 to 0.17.0 [[GH-477](https://github.com/hashicorp/nomad-pack/pull/477)]
* deps: Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 [[GH-474](https://github.com/hashicorp/nomad-pack/pull/474)]

## 0.1.0 (October 31, 2023)

Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (

// Version is the semantic version number describing the current state of
// NOM.
Version = "0.1.1"
Version = "0.1.2"

// Prerelease designates whether the current version is within a prerelease
// phase. Typically, this will be "dev" to signify a development cycle or a
Expand Down

0 comments on commit ff31703

Please sign in to comment.