From 1639dde09a1485ed8bf34876785b24fe4feeddcd Mon Sep 17 00:00:00 2001 From: Ondra Machacek Date: Thu, 12 May 2022 10:49:40 +0200 Subject: [PATCH] Release 0.1.0 Initial release. Signed-off-by: Ondra Machacek --- Makefile | 2 +- flotta-agent.spec | 13 +++---------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index ff054916..8dc398a1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.0 +VERSION = 0.1.0 RELEASE = 1 DIST_DIR = $(shell pwd)/dist CGO_ENABLED = 0 diff --git a/flotta-agent.spec b/flotta-agent.spec index 2834640b..7790ee89 100644 --- a/flotta-agent.spec +++ b/flotta-agent.spec @@ -1,7 +1,7 @@ %define _build_id_links none Name: flotta-agent -Version: 1.0 +Version: 0.1.0 Release: 1%{?dist} Summary: Agent application for the Flotta Edge Management solution ExclusiveArch: %{go_arches} @@ -63,12 +63,5 @@ make install-worker-config LIBEXECDIR=%{_libexecdir} BUILDROOT=%{buildroot} SYSC ln -sf %{_libexecdir}/yggdrasil/device-worker-race %{_libexecdir}/yggdrasil/device-worker %changelog - -* Fri Feb 11 2022 Eloy Coto 1.1 -Using latest version of yggdrasil - -* Tue Nov 02 2021 Eloy Coto 1.0 -Compile Go code directly on the RPM spec, don't ship binaries. - -* Thu Sep 23 2021 Piotr Kliczewski - 1.0 -- TBD +* Thu May 12 2022 Ondra Machacek 0.1.0-1 +- Initial release.