Skip to content

Commit

Permalink
Merge pull request #204 from masayag/release-0.2.0
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
gciavarrini authored Jul 14, 2022
2 parents 387be26 + 8060352 commit 8975d7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = 0.1.0
RELEASE = 3
VERSION = 0.2.0
RELEASE = 1
DIST_DIR = $(shell pwd)/dist
CGO_ENABLED = 0
OS :=$(shell awk -F= '/^ID/{print $$2}' /etc/os-release)
Expand Down
8 changes: 6 additions & 2 deletions flotta-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
%global flotta_user flotta

Name: flotta-agent
Version: 0.1.0
Release: 3%{?dist}
Version: 0.2.0
Release: 1%{?dist}
Summary: Agent application for the Flotta Edge Management solution
ExclusiveArch: %{go_arches}
Group: Flotta
Expand Down Expand Up @@ -95,6 +95,10 @@ ln -s -f %{_unitdir}/%{name}.service /etc/systemd/system/multi-user.target.wants
systemctl start flotta-agent || exit 0 # can fail on rpm-ostree base system

%changelog
* Thu Jul 14 2022 Moti Asayag <[email protected]> 0.2.0-1
- Added support for rootless podman
- Added support for host devices

* Thu Jun 23 2022 Jordi Gil <[email protected]> 0.1.0-3
Added missing '-race' to go build command for race package

Expand Down

0 comments on commit 8975d7d

Please sign in to comment.