pkg icon indicating copy to clipboard operation
pkg copied to clipboard

Argo shared libraries between argo projects

Results 10 pkg issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.66 to 7.0.70. Release notes Sourced from github.com/minio/minio-go/v7's releases. Bugfix Release What's Changed add support for authentication with EKS Pod Identities by @​saweber in minio/minio-go#1944 Allow disabling...

dependencies
go

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.0.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @​jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @​tspencer244 in...

dependencies
github_actions

Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.3 to 1.5.4. Release notes Sourced from github.com/golang/protobuf's releases. v1.5.4 Notable changes update descriptor.proto to latest version v1.5.3 Notable changes *( #1363) jsonpb: accept 'null' as a...

dependencies
go

This PR adds support for the S3 client to use ephemeral IAM credentials (e.g. an access/secret key pair + session token obtain through an assume role operation) or to use...

If timeout happens and ShouldWait is false (default) cmd.Wait() goroutine will stack forever on sending to **done** channel. The will be no receiver from **done**. Making the channel buffered lets...

Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.66 to 7.0.74. Release notes Sourced from github.com/minio/minio-go/v7's releases. Bugfix Release What's Changed return appropriate error type for generic handling by @​harshavardhana in minio/minio-go#1981 feat: add SetContentDisposition...

dependencies
go

added s3 metadata support to the s3 package, this is in order to implement an solution to a [feature request in argo workflows](https://github.com/argoproj/argo-workflows/issues/13488). I decided to add new alternative functions...

Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.66 to 7.0.76. Release notes Sourced from github.com/minio/minio-go/v7's releases. Bugfix Release What's Changed Adjust functional tests for bucket cors, to detect NotImplemented response via logError by @​marktheunissen...

dependencies
go

Related to https://github.com/argoproj/argo-workflows/issues/13433