Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
Initial release.

Signed-off-by: Ondra Machacek <[email protected]>
  • Loading branch information
machacekondra committed May 12, 2022
1 parent 4bed63e commit 1639dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.0
VERSION = 0.1.0
RELEASE = 1
DIST_DIR = $(shell pwd)/dist
CGO_ENABLED = 0
Expand Down
13 changes: 3 additions & 10 deletions flotta-agent.spec
Original file line number Diff line number Diff line change
@@ -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}
Expand Down Expand Up @@ -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 <[email protected]> 1.1
Using latest version of yggdrasil

* Tue Nov 02 2021 Eloy Coto <[email protected]> 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 <[email protected]> 0.1.0-1
- Initial release.

0 comments on commit 1639dde

Please sign in to comment.