[arvados] updated: 2.7.0-6631-g288c739c33
git repository hosting
git at public.arvados.org
Tue May 28 16:01:55 UTC 2024
Summary of changes:
doc/admin/upgrading.html.textile.liquid | 4 +++
...configure-s3-object-storage.html.textile.liquid | 13 +++-------
.../install-dispatch-cloud.html.textile.liquid | 6 ++---
lib/cloud/ec2/ec2.go | 30 +++++++++++-----------
lib/config/config.default.yml | 1 -
sdk/go/arvados/config.go | 1 -
services/keepstore/s3_volume.go | 2 --
services/keepstore/s3_volume_test.go | 6 ++---
8 files changed, 26 insertions(+), 37 deletions(-)
via 288c739c3349dcf10ff7a77009e81a4330af2c8e (commit)
via b51aae19ba2ba05aaea62e744bfd3d491cc9ce6b (commit)
via 8b70079544cb19e7941de4bf141ccc053985edcc (commit)
via 35e6d94f08db040c3bfd7e3c93835fc741df2bf3 (commit)
via 87a9460cacaf3531b4830346d6a3bd0c2f4e9bbe (commit)
from 6aa1a8fe9c26160210d9dca1ec8d7ac4bcb56ceb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 288c739c3349dcf10ff7a77009e81a4330af2c8e
Merge: 6aa1a8fe9c b51aae19ba
Author: Tom Clegg <tom at curii.com>
Date: Tue May 28 12:01:36 2024 -0400
Merge branch '21705-go-deps'
refs #21705
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
commit b51aae19ba2ba05aaea62e744bfd3d491cc9ce6b
Author: Tom Clegg <tom at curii.com>
Date: Tue May 28 11:59:19 2024 -0400
21705: Spell out entire config key for IAMRole.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid
index 9c297ad6ab..4d4081e355 100644
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@ -34,7 +34,7 @@ h2(#main). development main
h3. S3 volume IAMRole configuration entry has been removed
-The @IAMRole@ configuration entry for S3 volumes has been removed. You should remove it from your @/etc/arvados/config.yml@ file to avoid warnings when services start up. As before, if @AccessKeyID@ and @SecretAccessKey@ are blank, keepstore will retrieve IAM role credentials from instance metadata. Previously, documentation indicated that keepstore would refuse to use the IAM credentials if @IAMRole@ was specified and did not match the instance metadata, but that check has not been working for some time.
+The @Volumes.*.DriverParameters.IAMRole@ configuration entry for S3 volumes has been removed. You should remove it from your @/etc/arvados/config.yml@ file to avoid warnings when services start up. As before, if @AccessKeyID@ and @SecretAccessKey@ are blank, keepstore will retrieve IAM role credentials from instance metadata. Previously, documentation indicated that keepstore would refuse to use the IAM credentials if @IAMRole@ was specified and did not match the instance metadata, but that check has not been working for some time.
h3. Legacy container logging system has been removed
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list