File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 33
44Name: argo-api-authn
55Summary: ARGO Authentication API. Map X509, OICD to token.
6- Version: 1.2 .0
6+ Version: 1.3 .0
77Release: 1%{?dist }
88License: ASL 2.0
99Buildroot: %{_tmppath }/%{name }-buildroot
@@ -60,8 +60,10 @@ go install -buildmode=pie -ldflags "-s -w -linkmode=external -extldflags '-z rel
6060%attr(0644,root,root) /usr/lib/systemd/system/argo-api-authn.service
6161
6262%changelog
63+ * Wed Jan 24 2024 Agelos Tsalapatis <agelos.tsal@gmail.com> - 1.3.0-1%{?dist}
64+ - Release of argo-api-authn version 1.3.0
6365* Tue Dec 19 2023 Agelos Tsalapatis <agelos.tsal@gmail.com> - 1.2.0-1%{?dist}
64- - Release of argo-api-authn version 1.1 .0
66+ - Release of argo-api-authn version 1.2 .0
6567* Tue Sep 26 2023 Agelos Tsalapatis <agelos.tsal@gmail.com> - 1.1.0-1%{?dist}
6668- Release of argo-api-authn version 1.1.0
6769* Mon Oct 10 2022 Agelos Tsalapatis <agelos.tsal@gmail.com> - 1.0.0-1%{?dist}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010
1111var (
1212 // Release version of the service. Bump it up during new version release
13- Release = "1.2 .0"
13+ Release = "1.3 .0"
1414 // Commit hash provided during build
1515 Commit = "Unknown"
1616 // BuildTime provided during build
You can’t perform that action at this time.
0 commit comments