SHA256
1
0
forked from pool/aws-c-auth
Commit Graph

13 Commits

Author SHA256 Message Date
870afb6ce8 Accepting request 1096553 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.6.30
  * Add process credentials provider in default chain by @waahm7 in (#204)

OBS-URL: https://build.opensuse.org/request/show/1096553
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=13
2023-07-04 08:09:43 +00:00
25a029e7d5 Accepting request 1094794 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.6.29
  * Don't use the default cursor to override if
    no override needed by @TingDaoK in (#200)
  * Fix the function that saying accepting null
    but actually not by @TingDaoK in (#201)
  * Send Host header in IMDS requests
    by @jamesbornholt in (#203)

OBS-URL: https://build.opensuse.org/request/show/1094794
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=12
2023-06-26 12:46:28 +00:00
4f13ee5c42 Accepting request 1087384 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.6.28
  * Fix warnings in public headers by @waahm7 in (#198)

OBS-URL: https://build.opensuse.org/request/show/1087384
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=11
2023-05-16 14:19:26 +00:00
ee0bfe9cbc Accepting request 1085652 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.6.27
  * Fix aws_parse_credentials_from_json_document by @waahm7 in (#192)
  * Fix the doc, decrement for release by @TingDaoK in (#194)
  * Add github templates and bots by @jmklix in (#196)
  * Update builder version to fix aws-lc build
    on manylinux-1 by @TingDaoK in (#197)
  * Implement SSOCredentialsProvider by @waahm7 in (#189)

OBS-URL: https://build.opensuse.org/request/show/1085652
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=10
2023-05-09 20:49:43 +00:00
23e2afa1b9 Accepting request 1072573 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.6.26
  * Add Option to Use Cached Profile Collection by @waahm7 in (#187)

OBS-URL: https://build.opensuse.org/request/show/1072573
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=9
2023-03-17 16:16:15 +00:00
debf7c7433 Accepting request 1069162 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.6.25
  * Event Signing Support via Sigv4 by @waahm7 in (#186)

OBS-URL: https://build.opensuse.org/request/show/1069162
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=8
2023-03-06 09:47:34 +00:00
9ee7b8b6e0 Accepting request 1063082 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.6.24
  * Fix trailer signing by @waahm7 in (#184)
- from version 0.6.23
  * Adds default monitoring options for IMDS client by @waahm7 in (#183)
- from version 0.6.22
  * Add codecov action by @TingDaoK in (#180)
  * Fix macro usage by @DmitriyMusatkin in (#181)

OBS-URL: https://build.opensuse.org/request/show/1063082
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=7
2023-02-04 08:19:12 +00:00
7b56bb6af2 Accepting request 1037284 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.6.21
  * Add delegate failure error code by @waahm7 in (#179)

OBS-URL: https://build.opensuse.org/request/show/1037284
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=6
2022-11-23 08:41:46 +00:00
aa391f909f Accepting request 1035245 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.6.20
  * Update CI by @waahm7 in (#177)
- from version 0.6.19
  * Fix C++ One Definition Rules (ODR) Violations by @graebm in (#178)

OBS-URL: https://build.opensuse.org/request/show/1035245
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=5
2022-11-11 19:23:06 +00:00
6e2aff22de Accepting request 1032800 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.6.18
  * Cognito tests require networking by @graebm in (#176)

OBS-URL: https://build.opensuse.org/request/show/1032800
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=4
2022-11-04 11:01:56 +00:00
5deedd2256 Accepting request 1008213 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.6.17
  * Adds basic cognito credentials provider implementation

OBS-URL: https://build.opensuse.org/request/show/1008213
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=3
2022-10-06 12:36:06 +00:00
0b33c7f70d Accepting request 1000859 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.6.16
  * Use the default load target function by @TingDaoK in (#172)
- from version 0.6.15
  * Adds support for Anonymous Credentials by @waahm7 in (#171)
- from version 0.6.14
  * Expiration override by @bretambrose in (#166)
  * STS web ID default by @bretambrose in (#167)
  * Never sign "Expect" header by @graebm in (#170)
- Add rpmlint override for bogus shlib-policy-name-error
  * aws-c-auth-rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/1000859
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=2
2022-09-06 06:06:49 +00:00
42638e8113 Accepting request 973731 from home:glaubitz:branches:devel:libraries:c_c++
- Initial build
  + Version 0.6.13

OBS-URL: https://build.opensuse.org/request/show/973731
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=1
2022-05-02 07:44:29 +00:00