Conversation
* fixes additional calls to kubectl that were always using default user * skylib/k8s.bzl changes from michaelschiff/rules_gitops * rename symlink to use_host_config per code review Co-authored-by: Michael Schiff <schiff.michael@gmail.com>
* upgrade bazel deps * buildifier-fix * buildifier * rules_go initialization * always call go_register_toolchains * use named parameter (buildifier) * init go * format * readme
…ible form can be obtained by dropping arguments ["name"] (#105) (13:15:04) DEBUG: Repository k8s_test instantiated at: /root/repo/WORKSPACE:181:11: in <toplevel>
* +use images or image pushes in k8s_deploy images parameter
+use dict {"name": ":image" } or [ ":image" ] for images parameter
+more tests
* correct handling of dependency runtimes
* test fixes
* use template to generate expected file
* cleanup
* buildifier
* buildifier nit
* explain execution_requirements rationale
* buildifier
Co-authored-by: Konstantin Zadorozhny <kzadorozhny@users.noreply.github.com>
* --dry_run flag * more info on dry run * doc
* proper runfiles path just in case binary was called directly * buildifier
* secrets example * more commments * buildifier * use array for images
* update go and bazel dependencies * make it work with bazel 6 * deprecate bazel 5.1.1 and switch to 6.0.0 in github actions
* Handle cases where returned object from a watch is not a Pod
If a YAML specifies an empty `initContainers:`, this will crash this code if we also specify yamls. regardless of how pointless this is, this is, it is valid k8s yaml that applies cleanly.
Add ability to use bazel tags on k8s_deploy targets so can use bazel tag filters on these targets to include or exclude from building.
… preserve prior behavior for users who do not set these new arguments (#149)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* 6.0.0 -> 6.5.0 * 5.3.2 -> 5.4.1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….4.0 (#157) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add support for kustomize to run on Linux ARM64
* Add support for incremental stamping * Update docs with stamp parameter
* update CI image * upgrade kind
This is required in Bazel 8.3.0, where this target gained runfiles.
…g the prer tool (#190) * make tests ran on macs where port 5000 is taken * gitops path root support * keep gitopsPath to cloud for backward compatibility --------- Co-authored-by: csinghal <csinghal@adobe.com>
This file contains hidden or 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
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.
This is required to get Bazel 6.x working correctly.