Skip to content

Commit e0e6edd

Browse files
authored
Merge pull request #200 from agelostsal/release/1.3.0
New version 1.3.0
2 parents 13fb2bb + 34942c7 commit e0e6edd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

argo-api-authn.spec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Name: argo-api-authn
55
Summary: ARGO Authentication API. Map X509, OICD to token.
6-
Version: 1.2.0
6+
Version: 1.3.0
77
Release: 1%{?dist}
88
License: ASL 2.0
99
Buildroot: %{_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}

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
var (
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

0 commit comments

Comments
 (0)