Skip to content
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
merged 9 commits into from
Sep 5, 2023

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    57a13dc View commit details
    Browse the repository at this point in the history
  2. 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".
    mattsanta committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    42f7e02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85f278a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96e3f3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60b69f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    ee0735f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    beac527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dadb1e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    66c0671 View commit details
    Browse the repository at this point in the history