Skip to content

Commit 5e793b6

Browse files
authored
Change organization name for the Docker image (#133)
* Change organization name for the Docker image * Bump version
1 parent fcc74c3 commit 5e793b6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ jobs:
115115
platforms: linux/amd64,linux/arm64
116116
push: true
117117
tags: |
118-
fiberplane/am:v${{ needs.validate-version.outputs.version }}
119-
fiberplane/am:latest
118+
autometrics/am:v${{ needs.validate-version.outputs.version }}
119+
autometrics/am:latest
120120
cache-from: type=gha
121121
cache-to: type=gha,mode=max
122122

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.1]
11+
12+
- Change Docker Hub organization to `autometrics` (#133)
13+
1014
## [0.4.0]
1115

1216
- Dump logs if prometheus or pushgateway return a non 0 exit code (#122)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "autometrics-am"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
authors = ["Fiberplane <[email protected]>"]
66
description = ""

0 commit comments

Comments
 (0)