Skip to content

Commit

Permalink
Bump v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Jun 9, 2022
1 parent 38666b3 commit 8b41cea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## To be Released

## v1.0.1

* chore(go): use go 1.17
* Bump various dependencies

## v1.0.0

* Bump Go version to 1.16
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Acadock Monitoring - Docker container monitoring v1.0.0
# Acadock Monitoring - Docker container monitoring v1.0.1

This webservice provides live data on Docker containers. It takes
data from the Linux kernel control groups and from the namespace of
Expand Down Expand Up @@ -91,10 +91,10 @@ Commit, tag and create a new release:

```sh
git add CHANGELOG.md README.md
git commit -m "Bump v1.0.0"
git tag v1.0.0
git push origin master v1.0.0
hub release create v1.0.0
git commit -m "Bump v1.0.1"
git tag v1.0.1
git push origin master v1.0.1
hub release create v1.0.1
```

The project is using [goreleaser](https://goreleaser.com) to build its archives.
Expand Down

0 comments on commit 8b41cea

Please sign in to comment.