forked from carvel-dev/imgpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mutual tls #1
Open
simonvpe
wants to merge
139
commits into
btrieger:mutual-tls
Choose a base branch
from
simonvpe:mutual-tls
base: mutual-tls
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Mutual tls #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: github.com/go-logr/logr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.23.4 to 0.23.5. - [Release notes](https://github.com/kubernetes/apimachinery/releases) - [Commits](kubernetes/apimachinery@v0.23.4...v0.23.5) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.40.1 to 2.60.1. - [Release notes](https://github.com/kubernetes/klog/releases) - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md) - [Commits](kubernetes/klog@v2.40.1...v2.60.1) --- updated-dependencies: - dependency-name: k8s.io/klog/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Joao Pereira <joaod@vmware.com>
…dependencies 20210328 upgrade dependencies
--repo-based-tags
Signed-off-by: Joao Pereira <joaod@vmware.com>
…-for-mount-use-case Update linter version
be able to add legible tags based on original repo name using --repo-based-tags flag
This is done to fix an issue present in the registry, where it does not check that a blob can be mounted using different credentials Signed-off-by: Joao Pereira <joaod@vmware.com>
ggcr's implementation of the registry ignores the fact that a blob was uploaded for a particular repository. So when we are running tests even if the blob was uploaded for a different repo it will say that it exists Signed-off-by: Joao Pereira <joaod@vmware.com>
Signed-off-by: Joao Pereira <joaod@vmware.com>
Signed-off-by: Joao Pereira <joaod@vmware.com>
Signed-off-by: Joao Pereira <joaod@vmware.com>
Ensures that when an image is pulling all the files will contain the same permission for user, group and other. The permission is based on the user permission that is saved in the image Signed-off-by: Joao Pereira <joaod@vmware.com>
…-for-mount-use-case Correct transport for mount use case
- imgpkg is not using regremote.Option parameter in the code, so we created a new function that represent that. - To keep a lifeline to people that are using imgpkg as a library and need the to provide a special transport a new function was created Signed-off-by: Joao Pereira <joaod@vmware.com>
…ev#376) Signed-off-by: Joao Pereira <joaod@vmware.com>
…tputflag Separate messages for Copy and Push options regarding lock output flag
Signed-off-by: Joao Pereira <joaod@vmware.com>
Signed-off-by: Joao Pereira <joaod@vmware.com>
Signed-off-by: Joao Pereira <joaod@vmware.com>
Signed-off-by: Joao Pereira <joaod@vmware.com>
Bump multiple dependencies
Signed-off-by: Joao Pereira <joaod@vmware.com>
Signed-off-by: Joao Pereira <joaod@vmware.com>
Bump version of go to 1.18
…ules/github.com/spf13/cobra-1.6.1 build(deps): Bump github.com/spf13/cobra from 1.6.0 to 1.6.1
We are following the Inclusive Naming Initiative's guidance as that is what the CNCF supports.
Introduce inclusive naming check and update existing language
add synchronize event to inclusive language check
Bump Go to v1.19.3
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](golang/sys@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ules/golang.org/x/sys-0.3.0 build(deps): Bump golang.org/x/sys from 0.2.0 to 0.3.0
Signed-off-by: Joao Pereira <joaod@vmware.com>
Signed-off-by: Joao Pereira <joaod@vmware.com>
Signed-off-by: Vandana Pathak <pathakv@sjc-ubu-eng-127.vmware.com>
Signed-off-by: Vandana Pathak <pathakv@sjc-ubu-eng-127.vmware.com>
Remove workaround for windows for SystemCertPool utility
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.16 to 0.0.17. - [Release notes](https://github.com/mattn/go-isatty/releases) - [Commits](mattn/go-isatty@v0.0.16...v0.0.17) --- updated-dependencies: - dependency-name: github.com/mattn/go-isatty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…g-tags First commit to add the internal tag filter
…ules/github.com/mattn/go-isatty-0.0.17 build(deps): Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](golang/sys@v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ules/golang.org/x/sys-0.4.0 build(deps): Bump golang.org/x/sys from 0.3.0 to 0.4.0
Signed-off-by: Joao Pereira <joaod@vmware.com>
Signed-off-by: Joao Pereira <joaod@vmware.com>
…-builder Add registry opts builder
Signed-off-by: Joao Pereira <joaod@vmware.com>
…1.19.5 bump go to 1.19.5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pathed to work with v0.35.0