-
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
Skaffold master -> main #6263
Skaffold master -> main #6263
Conversation
Rewrite the few existing uses of `skaffold/(blob|tree)/HEAD` to use main as GitHub's file viewer uses a commit rather than a branch. Rewrite the buildpacks to use main since they already switched.
Verification notes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you verify if hack/release_notes binary needs to be rebuilt.
See #6263 (comment)
|
Maybe it was mistake during v1.9.0? |
I don't find any references to |
Codecov Report
@@ Coverage Diff @@
## main #6263 +/- ##
==========================================
+ Coverage 70.86% 70.88% +0.01%
==========================================
Files 490 490
Lines 22162 22162
==========================================
+ Hits 15706 15709 +3
+ Misses 5440 5439 -1
+ Partials 1016 1014 -2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change examples/remote-multi-config-microservices to include branch: main
- git:
repo: https://github.com/GoogleContainerTools/skaffold
path: examples/multi-config-microservices/leeroy-app
sync: false
- git:
repo: https://github.com/GoogleContainerTools/skaffold
path: examples/multi-config-microservices/leeroy-web
sync: false
``
We don't need to do that @tejal29: the git repo code already uses main if master is not found. skaffold/pkg/skaffold/git/gitutil.go Lines 41 to 43 in 8c34f1e
Well at least theoretically that's supposed to work :-) (#6264)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have any build/release webhooks (eg: cloudbuild, etc) which target master
that need to be changed on GCP (code/infra not directly in this repo)? I don't believe so, just wanted to put this here in case something was there that watched master
@aaron-prindle I updated the GCB triggers already to support |
Kokoro is being temperamental. Committing since everything is green. |
- Rewrite the few existing uses of `skaffold/(blob|tree)/HEAD` to use `main` as GitHub's file viewer uses a commit rather than a branch. - Rewrite the buildpacks references to use `main` since they already switched. - Explicitly specify `main` for remote repositories due to GoogleContainerTools#6264
- Rewrite the few existing uses of `skaffold/(blob|tree)/HEAD` to use `main` as GitHub's file viewer uses a commit rather than a branch. - Rewrite the buildpacks references to use `main` since they already switched. - Explicitly specify `main` for remote repositories due to GoogleContainerTools#6264
* [v2] Customize hydration-dir and render-output path. 1. Remove unused flag v2 2. Enable hydration-dir as a configurable flag. 3. Convert structured (hydrated) manifests to a flattened format and stored in a give path (--render-output/--output flag) 4. Prompt user interactive message to acknowledge users that the manifest hydration may override the hydration-dir 5. sort SkaffoldOptions to fix maligned linter error. * Skaffold master -> main (#6263) - Rewrite the few existing uses of `skaffold/(blob|tree)/HEAD` to use `main` as GitHub's file viewer uses a commit rather than a branch. - Rewrite the buildpacks references to use `main` since they already switched. - Explicitly specify `main` for remote repositories due to #6264 * bump v1 versions to v2beta20 * improve user experience on the prompting message Co-authored-by: Brian de Alwis <[email protected]>
- Rewrite the few existing uses of `skaffold/(blob|tree)/HEAD` to use `main` as GitHub's file viewer uses a commit rather than a branch. - Rewrite the buildpacks references to use `main` since they already switched. - Explicitly specify `main` for remote repositories due to GoogleContainerTools#6264
Update references to master to now point to main.