Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4f67986cac | |||
| 369785637d |
2
_service
2
_service
@@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="versionformat">0.3.0+git%cd.%h</param>
|
||||
<param name="versionformat">1.13.1+git%cd.%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/intel/amber-cli.git</param>
|
||||
<param name="changesrevision">955f78d47362994616e95140ce65f8013a3cda9c</param></service></servicedata>
|
||||
<param name="changesrevision">c2e3bb83a829ce65ade1db7925567f497ae837e9</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d4c25ad93103b77f7ea577b7293ed3827c5a0c2033989a5e6443aed013c55a9
|
||||
size 52524
|
||||
3
amber-cli-1.13.1+git20250329.c2e3bb8.tar.xz
Normal file
3
amber-cli-1.13.1+git20250329.c2e3bb8.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1128ec769cf27022baaaa65aead843ace2aa8293553b62f020b34ec28dc9a27
|
||||
size 50468
|
||||
@@ -1,3 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 29 07:59:21 UTC 2025 - Alberto Planas Dominguez <aplanas@suse.com>
|
||||
|
||||
- Update to version 1.13.1+git20250329.c2e3bb8 (bsc#1240511, CVE-2025-30204):
|
||||
* jwt version upgrade (#174)
|
||||
* Update policy size limit to 20k (#173)
|
||||
* Update tenant user model with latest changes (#172)
|
||||
* Fix/workflow (#171)
|
||||
* Upgrade GO version to 1.23.6 (#170)
|
||||
* Update golang jwt dependency (#169)
|
||||
* Update TMS roles struct (#167)
|
||||
* Update jwt dependency version (#165)
|
||||
* Add changes to support JWT (#163)
|
||||
* Update roles struct to be in sync with TMS (#164)
|
||||
* go upgrade to 1.22.7 (#162)
|
||||
* CASSINI-22266: Added permissions in ci workflow files (#153)
|
||||
* Add check for missing Security.md file (#150)
|
||||
* Go version upgrade to 1.22.5 (#148)
|
||||
* CLI changes (#140)
|
||||
* Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 (#147)
|
||||
* Update product model to include multiple plan IDs (#146)
|
||||
* Updated the help section (#145)
|
||||
* Mark policy type field as not required (#144)
|
||||
* Upgrade/goversion 1.22.3 (#143)
|
||||
* Remove policy type and attestation type check for policy creation (#142)
|
||||
* Go version upgrade 1.22.2 (#141)
|
||||
* Fix error message to include the correct set of characters (#138)
|
||||
* UT coverage 80.9% (#137)
|
||||
* Fix push installer workflow (#136)
|
||||
* 3rd party versions upgrade (#133)
|
||||
* GO version upgrade to 1.22.0 (#132)
|
||||
* Fix/go version 1.21.6 (#127)
|
||||
* Update API key validation regex as per latest changes (#125)
|
||||
* Update API key validation regex as per latest changes (#124)
|
||||
* dependency version upgrade (#123)
|
||||
* Update tag create model (#121)
|
||||
* CASSINI-10113: Add scans in CI (#99)
|
||||
* corrected minor check condition (#120)
|
||||
* Add check to validate env variable before setting (#119)
|
||||
* Add version-check script (#118)
|
||||
* Add file path check for invalid characters (#116)
|
||||
* Update compoenent version (#117)
|
||||
* Update README as per suggestions (#113) (#115)
|
||||
* Added HTTP scheme validation to avoid API Key leakage (#108)
|
||||
* CASSINI-10987 Golang version upgrade to 1.21.4 (#114)
|
||||
* Update policy model as per the latest changes (#109)
|
||||
* Remove branch info from on schedule (#106)
|
||||
* Add BDBA scan to CI (#104)
|
||||
* Update CLI URL (#105)
|
||||
* updated licenses (#102)
|
||||
* Updated version of all components to v1.0.0 for GA (#100)
|
||||
* Validate the email id input before requesting list of users (#98)
|
||||
* Remove redundant print statements (#97)
|
||||
* Request ID and trace ID should be visible on the console for errors as well (#96)
|
||||
* Update sample policy as per token profile update changes (#95)
|
||||
* Update CLI name from tenantclt to inteltrustauthority (#93)
|
||||
* Update the headers for request and trace id (#94)
|
||||
* cassini-9466-Go version update to 1.20.6 (#91)
|
||||
* Add retry logic to client in tenant CLI (#92)
|
||||
* Add request-id optional parameter for each command (#90)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 11 19:14:26 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for <package name>
|
||||
# spec file for package amber-cli
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,15 +17,15 @@
|
||||
|
||||
|
||||
Name: amber-cli
|
||||
Version: 0.3.0+git20230728.955f78d
|
||||
Version: 1.13.1+git20250329.c2e3bb8
|
||||
Release: 0
|
||||
Summary: CLI tool for tenants to use and access Amber services
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/intel/amber-cli
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.zstd
|
||||
BuildRequires: golang(API) >= 1.20
|
||||
BuildRequires: zstd
|
||||
BuildRequires: golang(API) >= 1.20
|
||||
|
||||
%description
|
||||
CLI tool for tenants to use and access Amber services.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:635e171a83da065c8dc8867d4dcdeb95b1d22dff08e9ab7ab1c960d683b517e5
|
||||
size 1204084
|
||||
oid sha256:3e944c54e847d0edb84a252631c0af07bdf15164fe9808b24c20cc653b49179e
|
||||
size 1362816
|
||||
|
||||
Reference in New Issue
Block a user