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

Pull changes from upstream #10

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open

Pull changes from upstream #10

wants to merge 56 commits into from

Conversation

eric-skydio
Copy link

@eric-skydio eric-skydio commented Jan 14, 2023

This is required to get Bazel 6.x working correctly.

uajith and others added 30 commits April 11, 2022 10:21
* 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 <[email protected]>
* 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 <[email protected]>
* --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
harjsing7 and others added 26 commits March 15, 2023 15:05
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.