Skip to content

Tags: argoproj/pkg

Tags

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#832)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore!: remove unused packages (#825)

Signed-off-by: Michael Crenshaw <[email protected]>

v0.13.6

Toggle v0.13.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: revert testify all the way back to 1.7.2 (confirmed unit tests p…

…ass with this version) (#126)

Signed-off-by: Julie Vogelman <[email protected]>

v0.13.5

Toggle v0.13.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: revert testify module back to one that's working (#125)

Signed-off-by: Julie Vogelman <[email protected]>

v0.13.4

Toggle v0.13.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: new S3 method to check if key exists (#116)

* new KeyExists() method

Signed-off-by: Julie Vogelman <[email protected]>

* fix: KeyExists() to handle errors correctly

Signed-off-by: Julie Vogelman <[email protected]>

* fix: include stack in error, for consistency with other errors

Signed-off-by: Julie Vogelman <[email protected]>

v0.13.3

Toggle v0.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: minioClient won't return error from calling GetObject() if key d…

…oesn't exist (#114)

* fix: seems like IsDirectory() returns true even when just matching a file name - need a slash at the end of the string

Signed-off-by: Julie Vogelman <[email protected]>

* fix: minioClient won't return error from calling GetObject() if key doesn't exist

Signed-off-by: Julie Vogelman <[email protected]>

v0.13.2

Toggle v0.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: seems like IsDirectory() returns true even when just matching a …

…file name - need a slash at the end of the string (#76)

Signed-off-by: Julie Vogelman <[email protected]>

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump github.com/aws/aws-sdk-go from 1.44.1 to 1.44.2 (#77)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go@v1.44.1...v1.44.2)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump github.com/aws/aws-sdk-go from 1.43.45 to 1.44.0 (#74)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.45 to 1.44.0.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go@v1.43.45...v1.44.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add support for open S3 as io.ReadCloser (#64)

Signed-off-by: Alex Collins <[email protected]>