diff --git a/_service b/_service
index 6098547..800c7a7 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
https://github.com/FairwindsOps/pluto
git
.git
- v5.8.0
+ v5.9.0
@PARENT_TAG@
enable
v(.*)
@@ -16,6 +16,6 @@
gz
- pluto-5.8.0.tar.gz
+ pluto-5.9.0.tar.gz
diff --git a/_servicedata b/_servicedata
index ce73664..2215f1d 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/FairwindsOps/pluto
- f61294a0dd25e471bd71acc748aefddd2a933f47
\ No newline at end of file
+ f00e0e85835c62845116c08965a1fc2126e07ec1
\ No newline at end of file
diff --git a/pluto-5.8.0.tar.gz b/pluto-5.8.0.tar.gz
deleted file mode 100644
index c7311ff..0000000
--- a/pluto-5.8.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:00ec2a0776267861e37388d3d6569041f3ba04e9d9b6fca441b4575c6dd3d614
-size 482103
diff --git a/pluto-5.9.0.tar.gz b/pluto-5.9.0.tar.gz
new file mode 100644
index 0000000..b0926f6
--- /dev/null
+++ b/pluto-5.9.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1b1d07d13cbe16b05d25d977774b777d48a4373ac6d64489ec7f3259e657ed36
+size 481684
diff --git a/pluto.changes b/pluto.changes
index d95aa5b..b2a4eec 100644
--- a/pluto.changes
+++ b/pluto.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Mon Jun 27 13:19:56 UTC 2022 - kastl@b1-systems.de
+
+- Update to version 5.9.0:
+ * Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#338)
+ * FWI-2191: Make versions.yaml available to users of Pluto packages, update Go module path with `/v5` (#331)
+ * Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#328)
+
-------------------------------------------------------------------
Wed Jun 22 08:18:56 UTC 2022 - kastl@b1-systems.de
diff --git a/pluto.spec b/pluto.spec
index e515e24..cdf917b 100644
--- a/pluto.spec
+++ b/pluto.spec
@@ -19,7 +19,7 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: pluto
-Version: 5.8.0
+Version: 5.9.0
Release: 0
Summary: A cli tool to help discover deprecated apiVersions in Kubernetes
License: Apache-2.0
@@ -38,11 +38,13 @@ Pluto is a utility to help users find deprecated Kubernetes apiVersions in their
%build
go build \
-mod=vendor \
- -ldflags="-X main.Version=%{version}"
+ -buildmode=pie \
+ -ldflags="-X main.Version=%{version}" \
+ -o bin/pluto ./cmd/pluto/
%install
# Install the binary.
-install -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}"
+install -D -m 0755 ./bin/%{name} "%{buildroot}/%{_bindir}/%{name}"
%files
%doc README.md
diff --git a/vendor.tar.gz b/vendor.tar.gz
index 21ca1e3..9c583ed 100644
--- a/vendor.tar.gz
+++ b/vendor.tar.gz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5e7acf96360c6805118ee3ef0432c649a31aa4c4731aa988cb85ce8d498030cc
-size 6554324
+oid sha256:fa6ae255fad8aa437bb3f7fd939905d247a9e3239dad43f8586361db5f4cda1f
+size 6554570