From 5e793b66d4b47bb0a3ded63d511afc088acb3f13 Mon Sep 17 00:00:00 2001 From: Benno van den Berg Date: Mon, 4 Sep 2023 14:51:51 +0200 Subject: [PATCH] Change organization name for the Docker image (#133) * Change organization name for the Docker image * Bump version --- .github/workflows/release.yml | 4 ++-- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5cf349..a442b26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,8 +115,8 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - fiberplane/am:v${{ needs.validate-version.outputs.version }} - fiberplane/am:latest + autometrics/am:v${{ needs.validate-version.outputs.version }} + autometrics/am:latest cache-from: type=gha cache-to: type=gha,mode=max diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b3446..ca5b8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] + +- Change Docker Hub organization to `autometrics` (#133) + ## [0.4.0] - Dump logs if prometheus or pushgateway return a non 0 exit code (#122) diff --git a/Cargo.lock b/Cargo.lock index 5675887..290bdc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,7 +138,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "autometrics-am" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 215d5d8..4142d86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autometrics-am" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["Fiberplane "] description = ""