-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat: allow specifying a remote config dependency from Google Cloud Storage #9057
Merged
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 57a13dc - Browse repository at this point
Copy the full SHA 57a13dcView commit details -
feat: Adjust remote config dependency for Google Cloud Storage to be …
…more inline with git. Instead of copying the skaffold config from GCS the user specifies a source that signifies the bucket and directory structure to copy recursively. For example, specifying the source "gs://my-bucket/dir1/*" will copy all the files and subdirectories stored in "gs://my-bucket/dir1/". This requires the user to also specify the path to the skaffold config relative to the provided source. In the example mentioned, if the skaffold config was stored in "gs://my-bucket/dir1/configs/skaffold.yaml" then the path required would be "configs/skaffold.yaml".
Configuration menu - View commit details
-
Copy full SHA for 42f7e02 - Browse repository at this point
Copy the full SHA 42f7e02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85f278a - Browse repository at this point
Copy the full SHA 85f278aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e3f3e - Browse repository at this point
Copy the full SHA 96e3f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b69f0 - Browse repository at this point
Copy the full SHA 60b69f0View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ee0735f - Browse repository at this point
Copy the full SHA ee0735fView commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for beac527 - Browse repository at this point
Copy the full SHA beac527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dadb1e - Browse repository at this point
Copy the full SHA 1dadb1eView commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 66c0671 - Browse repository at this point
Copy the full SHA 66c0671View commit details
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.