Skip to content

Commit

Permalink
Release/v0.3.10 (#124)
Browse files Browse the repository at this point in the history
* tiny typo in spruce yaml

* Trigger v0.3.10 release
  • Loading branch information
joe94 authored Feb 6, 2021
1 parent 720da0e commit dd35ffe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.3.10]
### Changed
- Migrate to github actions, normalize analysis tools, Dockerfiles and Makefiles. [#96](https://github.com/xmidt-org/argus/pull/96)
- Bumped webpa-common to v1.11.2 and updated setup for capability check accordingly. [#74](https://github.com/xmidt-org/argus/pull/74)
Expand Down Expand Up @@ -109,7 +111,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [v0.1.0] Tue May 07 2020 Jack Murdock - 0.1.0
- initial creation

[Unreleased]: https://github.com/xmidt-org/argus/compare/v0.3.9...HEAD
[Unreleased]: https://github.com/xmidt-org/argus/compare/v0.3.10...HEAD
[v0.3.10]: https://github.com/xmidt-org/argus/compare/v0.3.9...v0.3.10
[v0.3.9]: https://github.com/xmidt-org/argus/compare/v0.3.8...v0.3.9
[v0.3.8]: https://github.com/xmidt-org/argus/compare/v0.3.7...v0.3.8
[v0.3.7]: https://github.com/xmidt-org/argus/compare/v0.3.6...v0.3.7
Expand Down
2 changes: 1 addition & 1 deletion deploy/packaging/argus_spruce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ server: (( grab $HOSTNAME || "argus" ))
# showing machine version information. The build number SHOULD
# match the scheme `version-build` but there is not a strict requirement.
# (Optional)
build: (( grab $BUILD || "unkown" ))
build: (( grab $BUILD || "unknown" ))

# stage is used for doing complex spruce manipulation
# change this will only effect spruce and the vars referencing it
Expand Down

0 comments on commit dd35ffe

Please sign in to comment.