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

Bump upstream #12

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

Bump upstream #12

wants to merge 32 commits into from

Commits on Oct 5, 2023

  1. add Bazel 5 to CI (adobe#92)

    kzadorozhny authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    0e1080c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e87ee02 View commit details
    Browse the repository at this point in the history
  3. fasterci on PR (adobe#95)

    apesternikov authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1213856 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40e5c22 View commit details
    Browse the repository at this point in the history
  5. symlink to config (adobe#98)

    * 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]>
    2 people authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1d2699c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12e120d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ae470f View commit details
    Browse the repository at this point in the history
  8. upgrade bazel deps (adobe#102)

    * upgrade bazel deps
    
    * buildifier-fix
    
    * buildifier
    
    * rules_go initialization
    
    * always call go_register_toolchains
    
    * use named parameter (buildifier)
    
    * init go
    
    * format
    
    * readme
    apesternikov authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e88698e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a31a864 View commit details
    Browse the repository at this point in the history
  10. renaming master branch

    kzadorozhny authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    c6ada46 View commit details
    Browse the repository at this point in the history
  11. release pipeline (adobe#104)

    kzadorozhny authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    558a285 View commit details
    Browse the repository at this point in the history
  12. (13:15:04) DEBUG: Rule 'k8s_test' indicated that a canonical reproduc…

    …ible form can be obtained by dropping arguments ["name"] (adobe#105)
    
    (13:15:04) DEBUG: Repository k8s_test instantiated at:
      /root/repo/WORKSPACE:181:11: in <toplevel>
    apesternikov authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    c77830d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0b38d2c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fc30ed0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    45bc912 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    49463fc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d8ff01e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    10a68ca View commit details
    Browse the repository at this point in the history
  19. rules_go v0.37.0 (adobe#114)

    kzadorozhny authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b9bc6ea View commit details
    Browse the repository at this point in the history
  20. --dry_run flag (adobe#115)

    * --dry_run flag
    
    * more info on dry run
    
    * doc
    apesternikov authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    99b00ba View commit details
    Browse the repository at this point in the history
  21. secrets example (adobe#118)

    * secrets example
    
    * more commments
    
    * buildifier
    
    * use array for images
    apesternikov authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7d1343f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2d441ee View commit details
    Browse the repository at this point in the history
  23. ap/update deps (adobe#125)

    * 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
    apesternikov authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e7aa7a9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    80944aa View commit details
    Browse the repository at this point in the history
  25. handle runfiles (adobe#127)

    apesternikov authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    53623d5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e9895e2 View commit details
    Browse the repository at this point in the history
  27. Handle case where returned object from a Watch is not a Pod (adobe#132)

    * Handle cases where returned object from a watch is not a Pod
    harjsing7 authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7a30fa3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a89dbdb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c6f1ad2 View commit details
    Browse the repository at this point in the history
  30. resolver: Don't crash on nil objs (adobe#142)

    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.
    DolceTriade authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b17c82d View commit details
    Browse the repository at this point in the history
  31. correct handling of deps runtimes (adobe#109)

    * +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]>
    2 people authored and arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    c1a1b25 View commit details
    Browse the repository at this point in the history
  32. Pull in changes from upstream

    - Tested by running gitops targets in skyops with this repo in local_repository and verifying no changes
    
    Topic: upstream-changes
    Reviewers: daniel-b,holt-w
    arturo-skydio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    eeeb8b1 View commit details
    Browse the repository at this point in the history