Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Protocol Buffers for Typescript

Creating better tooling around gRPC and Protocol Buffers for Web, NodeJS and TypeScript ecosystem.
Collective - Host: opensource - https://opencollective.com/protoc-gen-ts - Code: https://github.com/thesayyn

Bump ecr-login to v0.6.0 (#1243)

* Bump ecr-login to v0.6.0

* go mod download to fix presubmit

github.com/thesayyn/go-containerregistry - 890d5b362eb849db112bb36543014e4e5e57ef8d authored almost 3 years ago by Jason Hall <[email protected]>
return transport errors that support errors.Is (#1244)

* return transport errors that support errors.Is

* run update codegen

github.com/thesayyn/go-containerregistry - 62eaac05655962b22cd35ec041350f69941f4d47 authored almost 3 years ago by Dave Protasowski <[email protected]>
fix cmd/krane/go.mod and include it in hack/presubmit.sh (#1240)

* fix cmd/krane/go.mod and include it in hack/presubmit.sh

* gitignore binaries in cmd/, sinc...

github.com/thesayyn/go-containerregistry - a2e5b9e3fb7b3becfac875f7d4b5d57cdf6247a9 authored almost 3 years ago by Jason Hall <[email protected]>
fix k8schain go.mod (#1242)

github.com/thesayyn/go-containerregistry - 10347fbd778c4692480d3e875b860679a73f2fb4 authored almost 3 years ago by Dave Protasowski <[email protected]>
Update README.md (#1239)

Minor typo mistake

github.com/thesayyn/go-containerregistry - a61fd0a8e2bb2c0c187ab138aff426be8b3210d6 authored almost 3 years ago by Boby chaudhary <[email protected]>
Use Temp File For `layout.{Write,Append,Replace}` Image/Index Methods (#1226)

* Add layout.WriteLayer for streaming layers and undersized layers from incomplete downloads

...

github.com/thesayyn/go-containerregistry - ca48523123223c5ea478501e6cb1a91a64a8a049 authored almost 3 years ago by Ben Krieger <[email protected]>
Add pkg/authn/kubernetes (#1234)

* Add pkg/authn/kubernetes

This takes the Kubernetes client-go parts from k8schain, removes t...

github.com/thesayyn/go-containerregistry - a5c1d034e0df07e54b3971ac2eb34325725e4da3 authored almost 3 years ago by Jason Hall <[email protected]>
Pin the version of AWS actions we use (#1238)

github.com/thesayyn/go-containerregistry - bf65fd766231a60ba6f7daa015a70ecc9c987387 authored almost 3 years ago by Matt Moore <[email protected]>
Start testing ECR authentication. (#1237)

This uses github OIDC federation to impersonate an AWS role on an account owned by Chainguard, I...

github.com/thesayyn/go-containerregistry - c370fbd774299394073fb9e5bf486c28a6095e74 authored almost 3 years ago by Matt Moore <[email protected]>
pkg/v1/mutate: fill in mediaType for OCI (#1236)

github.com/thesayyn/go-containerregistry - 842ede7583cf49b2c24016aa10d0f1dbd38d4e25 authored almost 3 years ago by Maisem Ali <[email protected]>
crane pull: support pulling index to OCI Layout (#1215)

* crane pull: support pulling index to OCI Layout

Prior to this, we'd also resolve an index t...

github.com/thesayyn/go-containerregistry - d9bfbcb99e526b2a9417160e209b816e1b1fb6bd authored almost 3 years ago by jonjohnsonjr <[email protected]>
Add docker cred helper adapter in pkg/authn (#1227)

* Add docker cred helper adapter in pkg/authn

* authn.NewFromHelper -> authn.NewKeychainFromH...

github.com/thesayyn/go-containerregistry - c6366444aa46d4d05854960485646f5d7a2bcd09 authored almost 3 years ago by Jason Hall <[email protected]>
Add UnavailableErrorCode (#1230)

For registries that return a structured error containing UNAVAILABLE, we
weren't retrying becau...

github.com/thesayyn/go-containerregistry - 6c1bada1bc28c9156d72502feac2bedef01d3c74 authored about 3 years ago by jonjohnsonjr <[email protected]>
Merge pull request #1 from ParvinEyvazov/main

fix: supporting youtu.be type links

github.com/thesayyn/youtube-party - 6a14f19e45c939fa5dc960720b6fa1d9831a52b5 authored about 3 years ago by Sahin Yort <[email protected]>
fix: supporting youtu.be type links

github.com/thesayyn/youtube-party - 2da7269ca90beae9785a1a286eb37120cfe222d9 authored about 3 years ago by ParvinEyvazov <[email protected]>
build: set up actions

github.com/thesayyn/cel-rs - 2b56fd50404b7ebe1cd4eb23ebb50e5969ec95e7 authored about 3 years ago by Sahin <[email protected]>
chore: initial working version

github.com/thesayyn/cel-rs - ad5c8d7ad79a6de3c463705fdefce98a42e77815 authored about 3 years ago by Sahin <[email protected]>
Fix krane build (#1223)

github.com/thesayyn/go-containerregistry - 7adcadef6bc8adf07cc587a5a5a443afe7603d54 authored about 3 years ago by Matt Moore <[email protected]>
Add a `krane` tool. (#1218)

This adds a `krane` tool, which is effectively `crane` with a multi-keychain that prefers defaul...

github.com/thesayyn/go-containerregistry - 3889fab028df2dc8c5402ee23612c3e99e9621dc authored about 3 years ago by Matt Moore <[email protected]>
Add `--image-refs` to `crane push`. (#1217)

This adds an `--image-refs` flag to `crane push` similar to the flag
I recently added to `ko`, ...

github.com/thesayyn/go-containerregistry - 969d4361c9d791d483e1199bcb2be2498d118c48 authored about 3 years ago by Matt Moore <[email protected]>
Pluggable blob storage for pkg/registry (#1209)

* Pluggable blob storage for pkg/registry

Features:
- supports redirects if the blob handler...

github.com/thesayyn/go-containerregistry - 2874338840a65b73444563e6bd3540dd2f9271b0 authored about 3 years ago by Jason Hall <[email protected]>
Bump deps (#1214)

github.com/thesayyn/go-containerregistry - 7c19fa370dbd0179c9ce73a0432bf826f174c775 authored about 3 years ago by Jason Hall <[email protected]>
crane push: Support OCI layout (#1208)

* crane push: Support OCI layout

Detect if the first argument is a directory. If so, attempt ...

github.com/thesayyn/go-containerregistry - 1d1583adfe9214773e4cb2e98467d7b51d259000 authored about 3 years ago by jonjohnsonjr <[email protected]>
Bump golang.org/x/tools (#1201)

github.com/thesayyn/go-containerregistry - d1271fea638362ed982f8c68ccb01f32a97be024 authored about 3 years ago by Jason Hall <[email protected]>
Support specifying osversion in the --platform flag (#1206)

This removes the --osversion flag, and lets users specify the osversion
in the --platform flag ...

github.com/thesayyn/go-containerregistry - ab77ea68f600de27f0563dbfdb1431960ad96af0 authored about 3 years ago by Jason Hall <[email protected]>
Always use basic for anonymous pings (#1207)

Previously we would eschew any kind of wrapper if the ping returned a
200, but this means we do...

github.com/thesayyn/go-containerregistry - 0e448714ca01b093c058bb4fb549a56fb0794b33 authored about 3 years ago by jonjohnsonjr <[email protected]>
Don't use the term 'runes' in error messages (#1204)

github.com/thesayyn/go-containerregistry - 379f5caefa10d61a40aa1aa6d36404ce3a184316 authored about 3 years ago by Jason Hall <[email protected]>
Make crane export more ergonomic (#1203)

Default second arg to stdout so I don't have to type "-".

For images with a single layer, avo...

github.com/thesayyn/go-containerregistry - a65b7844a475e5bf08874dea33eb9529020834eb authored about 3 years ago by jonjohnsonjr <[email protected]>
Added env vars and optional layers to mutate cmd (#1199)

* Added env vars and optional layers to mutate cmd

* Fixing nits

* mutate: update flag for...

github.com/thesayyn/go-containerregistry - 9f9b75e8fa34181a4f492e80c1e07f3d4952d927 authored about 3 years ago by ehmm <[email protected]>
chore: add open collective to funding

github.com/thesayyn/protoc-gen-ts - ff39483034a252fb230412a8e010049dad9f9315 authored about 3 years ago by Sahin <[email protected]>
chore: update lockfile

github.com/thesayyn/protoc-gen-ts - 7aab83703a1ed2b74f788f8c202c9cb760e3d2b9 authored about 3 years ago by Sahin <[email protected]>
Accept multiple entrypoint values in crane mutate (#1194)

* Accept multiple entrypoint values in crane mutate

Also add e2e test that runs an image prod...

github.com/thesayyn/go-containerregistry - c75901cce6272aea6bbcd9b517ba688d63a413f5 authored about 3 years ago by Jason Hall <[email protected]>
release: cut 0.8.1

github.com/thesayyn/protoc-gen-ts - 4ed9c2abc8fbba9c2b0d1e7f828c4ce5a55e48e7 authored about 3 years ago by Sahin <[email protected]>
docs: clarify conflicts with built-ins (#104)

github.com/thesayyn/protoc-gen-ts - a8616229e5edec913861b883a6f2a7641b244ebc authored about 3 years ago by Sahin Yort <[email protected]>
fix: correctly handle deserialization of packed fields in proto3 (#103)

github.com/thesayyn/protoc-gen-ts - 431620ff6d4d2ab4e3c021b563b531898bb187a2 authored about 3 years ago by Sahin Yort <[email protected]>
fix: use correct callback type for unary callback (#101)

Fix: update return type to sendUnaryData

github.com/thesayyn/protoc-gen-ts - 28a9276e3c2594dbed86bc27feb256953744af1a authored about 3 years ago by Sam <[email protected]>
release: cut 0.8.0

github.com/thesayyn/protoc-gen-ts - bf3613a3f9dad18fb458bd951ff5f669b3e9e870 authored about 3 years ago by Sahin <[email protected]>
fix: executable issue on windows (#87)

fixes #51 #86

github.com/thesayyn/protoc-gen-ts - f5de14ebd0d21ce62996af34880b3f430f15ac46 authored about 3 years ago by Sahin Yort <[email protected]>
Windowsify layers when `crane append`ing (#1179)

* WIP: add mutate.Windows

Also:
- support layer windowsification in `crane append` and `cran...

github.com/thesayyn/go-containerregistry - 63e6f4ed9c31bfefe26495cc9f3bd1f794174452 authored about 3 years ago by Jason Hall <[email protected]>
Add depcheck test that `pkg/registry` has light dependencies (#1187)

* Add depcheck test that pkg/registry has light dependencies

Also depcheck that cmd/{g}crane ...

github.com/thesayyn/go-containerregistry - 843455e19e3eabdf9f031b0dd260194934a555cc authored about 3 years ago by Jason Hall <[email protected]>
Add issue templates (#1192)

github.com/thesayyn/go-containerregistry - 92eabac95297cfd5b56bb5e3fd79274e3f93f666 authored about 3 years ago by Jason Hall <[email protected]>
Include 1.17 in build and test matrix (#1190)

github.com/thesayyn/go-containerregistry - abdc633f83054d6a0c2d569f1dca17ccb8f1cecf authored about 3 years ago by Jason Hall <[email protected]>
Update deps (#1188)

* update github.com/opencontainers/image-spec to HEAD

Signed-off-by: Jake Sanders <jsand@goog...

github.com/thesayyn/go-containerregistry - 35f91cff2cbe0487347c0e747535f31e4ab2bfee authored about 3 years ago by Jake Sanders <[email protected]>
Attempt 2: Check for Podman's auth in DefaultKeychain (#1185)

* Revert "Revert "Check for Podman's auth.json in DefaultKeychain (#1181)" (#1184)"

This reve...

github.com/thesayyn/go-containerregistry - 6a419dcafb1a8e5bc2847fcc4a6e6fe7d97564f7 authored about 3 years ago by Jason Hall <[email protected]>
Revert "Check for Podman's auth.json in DefaultKeychain (#1181)" (#1184)

This reverts commit 309df099955fd39ceecfdaf7bb1a62122794c39d.

github.com/thesayyn/go-containerregistry - bce549664fb776fad482708e2729c04c900512b3 authored about 3 years ago by Jason Hall <[email protected]>
Enable gosec, exempt tests, ignore others (#1169)

github.com/thesayyn/go-containerregistry - c90c44474acce673c0719a67e0f45a85f3dff157 authored about 3 years ago by Jason Hall <[email protected]>
Check for Podman's auth.json in DefaultKeychain (#1181)

* Check for Podman's auth.json in DefaultKeychain

* Prefer DOCKER_CONFIG, fallback to Podman ...

github.com/thesayyn/go-containerregistry - 309df099955fd39ceecfdaf7bb1a62122794c39d authored about 3 years ago by Jason Hall <[email protected]>
update crane mutate annotation/label args to allow commas in label values (#1178)

With the current argument type, a common in a label value (a reasonable thing to have)
will be ...

github.com/thesayyn/go-containerregistry - 88f6c0099e6ea743c7436f5040b68c465cbf2bf1 authored about 3 years ago by Vanessasaurus <[email protected]>
spelling: entrypoing->entrypoint (#1176)

Signed-off-by: vsoch <[email protected]>

Co-authored-by: vsoch <[email protected]...

github.com/thesayyn/go-containerregistry - f30efdd9b874ae20d38892316d1c68fc5c2b041e authored about 3 years ago by Vanessasaurus <[email protected]>
Bump dependencies (#1175)

github.com/thesayyn/go-containerregistry - 542cd568cb6abd9dfa1d11a8d9b8812678aab8ff authored about 3 years ago by Jason Hall <[email protected]>
Define a new `remote.DefaultTransport`. (#1165)

* Revert "Give the ping context a timeout. (#1163)"

This reverts commit 080751a76415bb3d4af18...

github.com/thesayyn/go-containerregistry - 7a6ee45528a9faed11cf55b539478bd81d439868 authored about 3 years ago by Matt Moore <[email protected]>
Adding OS version to Crane for better Windows support. (#1173)

* Adding OS version to Crane for better Windows support.

Windows images present some unique c...

github.com/thesayyn/go-containerregistry - 6cb23fb179b4257683cbd0f6d401df86e70355a9 authored about 3 years ago by Jamie Phillips <[email protected]>
Pass Options when recursively calling writeIndex (#1172)

Noticed while pushing nested indexes, we lose authentication options
when attempting to upload ...

github.com/thesayyn/go-containerregistry - f337ecf430c03d614d622b7e71808fa81b050373 authored about 3 years ago by Ryan Miller <[email protected]>
Do not forget CreatedBy in mutate.Canonical (#978)

* Add check for missing CreatedBy in canonical image

* Remember CreatedBy in mutate.Canonical...

github.com/thesayyn/go-containerregistry - 3cd0cb5ce7af01f097ca5abcc6bb5fa871d98d13 authored about 3 years ago by Herman <[email protected]>
Bump docker/docker dependency to v20.10.10 (#1171)

* Bump docker/docker dependency to v20.10.10

* also go mod download in k8schain

github.com/thesayyn/go-containerregistry - 45809215bcaa12f11852f2257e8c36cc88bfc7fa authored about 3 years ago by Jason Hall <[email protected]>
Add pkg/registry/README.md documenting expectations (#1167)

github.com/thesayyn/go-containerregistry - 5c9c442d5d68cd96787559ebf6e984c7eb084913 authored about 3 years ago by Jason Hall <[email protected]>
Enable some more golangci-lint checks, fix findings (#1164)

* Enable some more golangci-lint checks, fix findings

There's still quite a bit of errchecks ...

github.com/thesayyn/go-containerregistry - a0c4bd256482b8522065d5f6cf966281ef270680 authored about 3 years ago by Jason Hall <[email protected]>
Give the ping context a timeout. (#1163)

Debugging why requests to an insecure registry seem to hang, I noticed that there are 3+ request...

github.com/thesayyn/go-containerregistry - 080751a76415bb3d4af18f2e7fcee69752069f01 authored about 3 years ago by Matt Moore <[email protected]>
Enable golangci-lint (#1162)

github.com/thesayyn/go-containerregistry - dd49079bb93d5b233cf62be794c54afb97e4a01b authored about 3 years ago by Jason Hall <[email protected]>
Document setup-crane in cmd/crane/README.md (#1152)

github.com/thesayyn/go-containerregistry - 5f2509ca5621f8aaee1859b38e83865c73301811 authored about 3 years ago by Jason Hall <[email protected]>
recipe: Document diffing filesystem contents (#1155)

github.com/thesayyn/go-containerregistry - 0de2b1e4b76f2d7571e8e5f5942450b5028591c1 authored about 3 years ago by Jason Hall <[email protected]>
Fix presubmit (#1161)

- gofmt things using Go 1.17+
- go install @version instead of go get
- go get some k8schain deps

github.com/thesayyn/go-containerregistry - 0dfbb568512eae093cfeaefe620aabec76a6681b authored about 3 years ago by Jason Hall <[email protected]>
Add s390x arch to goreleaser (#1149)

github.com/thesayyn/go-containerregistry - dd86162b7208c25de4820ee511c8f1a4b8438aa9 authored about 3 years ago by Raul Cabello Martin <[email protected]>
Refactor the control flow for manifests and blobs. (#1157)

I noticed that these functions were giant switch statements without the `switch`, they should al...

github.com/thesayyn/go-containerregistry - e7cd6afc43c1dd7f1c5cb4e2dbab3836d9110b24 authored about 3 years ago by Matt Moore <[email protected]>
Fix small typo in partial README for UncompressedImageCore (#1156)

github.com/thesayyn/go-containerregistry - b0e827a2dd252e2b68ee1dff0b59a47077720dd9 authored about 3 years ago by Ryan Miller <[email protected]>
Update go mod deps to latest releases, run `go mod tidy` and `go mod vendor` (#1139)

Signed-off-by: Jake Sanders <[email protected]>

github.com/thesayyn/go-containerregistry - 72ae53c6cd6746b48ee64f08aa8b504d4d975a00 authored about 3 years ago by Jake Sanders <[email protected]>
Bump github.com/docker/docker (#1140)

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.8+incompatible to ...

github.com/thesayyn/go-containerregistry - 35e35410eee5e4245751cf575ed7abb5adb3a149 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/docker/cli (#1141)

Bumps [github.com/docker/cli](https://github.com/docker/cli) from 20.10.8+incompatible to 20.10....

github.com/thesayyn/go-containerregistry - d43a5ce71e7984310ca552171faaa2ac509c8e67 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/containerd/stargz-snapshotter/estargz (#1138)

Bumps [github.com/containerd/stargz-snapshotter/estargz](https://github.com/containerd/stargz-sn...

github.com/thesayyn/go-containerregistry - 230ff8eb266fb1b4330d7b96a5c45c3e6c919481 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
refactor: change from class methods to arrow functions (#92)

Big thanks to @koblas

Now we support `--ts_opt=unary_rpc_promise` and `--ts_opt=grpc_package=...

github.com/thesayyn/protoc-gen-ts - ce7dd994569f77967aa10abd579bdb246c5b7483 authored over 3 years ago by David Koblas <[email protected]>
Allow image layers to use any custom media type (#1136)

Workaround for https://github.com/google/go-containerregistry/issues/1133

Co-authored-by: Rya...

github.com/thesayyn/go-containerregistry - 9ae11fe20941660c625fdaf49d40fa88cc90da84 authored over 3 years ago by Ryan Miller <[email protected]>
Re-enable codeql analysis (#1135)

github.com/thesayyn/go-containerregistry - 2459de30539a35c9514d29b582dea19dbb3330ea authored over 3 years ago by Jason Hall <[email protected]>
chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 (#91)

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](...

github.com/thesayyn/protoc-gen-ts - 0fbff057ee4cb8d94deb8ce0673735723f7a10d6 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
release: cut 0.6.0

github.com/thesayyn/protoc-gen-ts - 1e298aa107bd4f5cfe3cdf349caf89eb6437c464 authored over 3 years ago by Sahin <[email protected]>
pkg/authn/k8schain: run go mod tidy (#1131)

Signed-off-by: Koichi Shiraishi <[email protected]>

github.com/thesayyn/go-containerregistry - 308547aa3b276fdddaa9c13bd7fcdcee09aef34e authored over 3 years ago by Koichi Shiraishi <[email protected]>
chore: start working on ccp port

github.com/thesayyn/cel-js - 71b8280b57cac113930724d20c892ef8b349975f authored over 3 years ago by Sahin <[email protected]>
Make retrying transport and http errors configurable (#1122)

* Only wrap transport if it is a transport.Transport

Note: This is a breaking change

Autho...

github.com/thesayyn/go-containerregistry - 34b7f00d7a60205c7e9938a8da80e10349d626cc authored over 3 years ago by Dennis Leon <[email protected]>
Don't reuse errgroups, propagate contexts better (#1128)

When you Wait() on an errgroup, the underlying context gets cancelled,
so calling Wait() twice ...

github.com/thesayyn/go-containerregistry - c71ca9bc5e4d7e3d4e62a70fdd34994621c7980d authored over 3 years ago by jonjohnsonjr <[email protected]>
Propagate crane options through gcrane cp -r (#1127)

Missed this when refactoring a while back. We want options to get
proagated down into the image...

github.com/thesayyn/go-containerregistry - b5cf9c4bef2a73e036ee1a048e316ef4efccd353 authored over 3 years ago by jonjohnsonjr <[email protected]>
feat(daemon): avoid multiple initialization (#1126)

* feat(daemon): avoid multiple initialization

* Use sync.Once

github.com/thesayyn/go-containerregistry - 486e71fb86558729ddd8185a9d6afd6ef9ae1b65 authored over 3 years ago by Teppei Fukuda <[email protected]>
Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#1125)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 2.1.0.
...

github.com/thesayyn/go-containerregistry - 40ba044ce038467e87299d229dcae9f5b2ea815f authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(daemon): lazy image saving (#1121)

* feat(daemon): tarball lazy loading

* fix tests

* fix: replace LayerByDigest with LayerBy...

github.com/thesayyn/go-containerregistry - f0983da3297cf2e88939a5db926ce60d8535b21b authored over 3 years ago by Teppei Fukuda <[email protected]>
Make `mutate` constructs immutable. (#1124)

I noticed that `cosign` was taking advantage of a bug in the mutate package
where the `Manifest...

github.com/thesayyn/go-containerregistry - 0e8b581974ddd6879e02df540662c394921387e7 authored over 3 years ago by Matt Moore <[email protected]>
release: cut 0.5.0

github.com/thesayyn/protoc-gen-ts - 736555ef86cdf1219ee5918416ed1f0dd58cd1b6 authored over 3 years ago by Sahin <[email protected]>
docs: fix typo

github.com/thesayyn/protoc-gen-ts - 5d6082b287b50ea8ba7761652da241e92ecb9bb9 authored over 3 years ago by Sahin Yort <[email protected]>
feat: add support for fromObject (#85)

* feat: add support for fromObject

github.com/thesayyn/protoc-gen-ts - afd2b1379fe9da680ce5da88d5aacff43f72a718 authored over 3 years ago by Sahin Yort <[email protected]>
Add temp codes when determining if an error is 'Temporary' (#1115)

Authored-by: Dennis Leon <[email protected]>

github.com/thesayyn/go-containerregistry - 8388fde8bcadbc8ddb820b5ac0046e10e6c572e7 authored over 3 years ago by Dennis Leon <[email protected]>
Bump github.com/containerd/stargz-snapshotter/estargz (#1118)

Bumps [github.com/containerd/stargz-snapshotter/estargz](https://github.com/containerd/stargz-sn...

github.com/thesayyn/go-containerregistry - c5dea0c25c85d545defae84225ff44876e37ae4c authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump codecov/codecov-action from 2.0.2 to 2.0.3 (#1112)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3.
...

github.com/thesayyn/go-containerregistry - 7e0ed51a7bb1930bfb6859f319975b578ed04de2 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: message length

github.com/thesayyn/youtube-party - 5bd0a98c70a88d2907de9bea7c2583cd1d8774a3 authored over 3 years ago by Sahin <[email protected]>
Make crane flatten work with indexes (#1105)

* Expose crane.GetOptions

* Add easier accessor for remote index

* Support flattening index

github.com/thesayyn/go-containerregistry - e92a648af1b6050f0a4b7e625bb4123ad0170d1b authored over 3 years ago by jonjohnsonjr <[email protected]>
Implement annotation-based rebase hints (#960)

* Implement annotation-based rebase hints

`crane rebase` now inspects the original image for ...

github.com/thesayyn/go-containerregistry - de8aff85c9090d37ed6fe436d696f3a820e5c767 authored over 3 years ago by Jason Hall <[email protected]>
fix: improved map-to-any casts based on fixed typings of google-protobuf (#81)

* Update descriptor.js

Fixes [#76](https://github.com/thesayyn/protoc-gen-ts/issues/76)

* ...

github.com/thesayyn/protoc-gen-ts - 8db40bbea9313c7902b85d481e118e60f43ff589 authored over 3 years ago by renkei <[email protected]>
Clean filepaths in mutate.Extract (#1106)

When flattening a filesystem, we have to clean filepaths so that
we don't have duplicate filepa...

github.com/thesayyn/go-containerregistry - f9a1886f3df0e2b00d6c62715114fe1093ab1ad7 authored over 3 years ago by jonjohnsonjr <[email protected]>
Add crane flatten (#1104)

* Add crane flatten

This is adapted from #735 but changes the UX a bit to match what we've
c...

github.com/thesayyn/go-containerregistry - bea59b93e0bf9f2ac673defd6d8f2a8e162937b9 authored over 3 years ago by jonjohnsonjr <[email protected]>
feat: ability to set page size for tags list and catalog calls (#1102)

github.com/thesayyn/go-containerregistry - bcbf8d3f7c2647dac055ca71d4e4762e1639dc56 authored over 3 years ago by Alexey Igrychev <[email protected]>