8000 Comparing 4.2.0...4.2.1 · allenporter/flux-local · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: allenporter/flux-local
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2.0
Choose a base ref
...
head repository: allenporter/flux-local
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.2.1
Choose a head ref
  • 9 commits
  • 9 files changed
  • 3 contributors

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    bd21c01 View commit details
    Browse the repository at this point in the history
  2. fix: change running user to 1001 (#461)

    Currently the container runs as root. This change is needed because of
    the following error when using the container in Github actions since Git
    will see the files as owned by 1001 instead of what the container
    expects of `root`
    
    ```
    Traceback (most recent call last):
      File "/usr/local/bin/flux-local", line 33, in <module>
        sys.exit(load_entry_point('flux-local', 'console_scripts', 'flux-local')())
      File "/app/flux_local/tool/flux_local.py", line 61, in main
        asyncio.run(action.run(**vars(args)))
      File "/usr/local/lib/python3.10/asyncio/runners.py", line 44, in run
        return loop.run_until_complete(main)
      File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
        return future.result()
      File "/app/flux_local/tool/diff.py", line 278, in run
        await git_repo.build_manifest(
      File "/app/flux_local/git_repo.py", line 628, in build_manifest
        results = await kustomization_traversal(selector.path, builder)
      File "/app/flux_local/git_repo.py", line 471, in kustomization_traversal
        for result in await asyncio.gather(*tasks):
      File "/app/flux_local/git_repo.py", line 408, in visit_kustomization
        cmd = kustomize.grep(f"kind={CLUSTER_KUSTOMIZE_KIND}", selector.root / path)
      File "/app/flux_local/git_repo.py", line 179, in root
        return repo_root(self.repo)
      File "/app/flux_local/git_repo.py", line 142, in repo_root
        return Path(repo.git.rev_parse("--show-toplevel"))
      File "/usr/local/lib/python3.10/site-packages/git/cmd.py", line 736, in <lambda>
        return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
      File "/usr/local/lib/python3.10/site-packages/git/cmd.py", line 1316, in _call_process
        return self.execute(call, **exec_kwargs)
      File "/usr/local/lib/python3.10/site-packages/git/cmd.py", line 1111, in execute
        raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
    git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
      cmdline: git rev-parse --show-toplevel
      stderr: 'fatal: detected dubious ownership in repository at '/github/workspace/pr'
    To add an exception for this directory, call:
    
    	git config --global --add safe.directory /github/workspace/pr'
    ```
    onedr0p authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c570d5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1df5cce View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Upgrade to pydantic v2 APIs (#464)

    Move away from the pydantic v1 deprecated apis.
    allenporter authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    082c55e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c4b165 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. chore(deps): update dependency coverage to v7.3.4 (#469)

    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [coverage](https://togithub.com/nedbat/coveragepy) | `==7.3.3` ->
    `==7.3.4` |
    [![age](https://developer.mend.io/api/mc/badges/age/pypi/coverage/7.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/coverage/7.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/coverage/7.3.3/7.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/coverage/7.3.3/7.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>nedbat/coveragepy (coverage)</summary>
    
    ###
    [`v7.3.4`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-734--2023-12-20)
    
    [Compare
    Source](https://togithub.com/nedbat/coveragepy/compare/7.3.3...7.3.4)
    
    - Fix: the change for multi-line signature exclusions in 7.3.3 broke
    other
    forms of nested clauses being excluded properly. This is now fixed,
    closing
        `issue 1713`\_.
    
    - Fix: in the HTML report, selecting code for copying won't select the
    line
        numbers also. Thanks, `Robert Harris <pull 1717_>`\_.
    
    .. \_issue
    1713:[https://github.com/nedbat/coveragepy/issues/1713](https://togithub.com/nedbat/coveragepy/issues/1713)3
    .. \_pull
    1717[https://github.com/nedbat/coveragepy/pull/1717](https://togithub.com/nedbat/coveragepy/pull/1717)17
    
    .. \_changes\_7-3-3:
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Mend
    Renovate](https://www.mend.io/free-developer-tools/renovate/). View
    repository job log
    [here](https://developer.mend.io/github/allenporter/flux-local).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    6865252 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency pydantic to v2.5.3 (#470)

    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [pydantic](https://togithub.com/pydantic/pydantic)
    ([changelog](https://docs.pydantic.dev/latest/changelog/)) | `==2.5.2`
    -> `==2.5.3` |
    [![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/2.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/2.5.2/2.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/2.5.2/2.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pydantic/pydantic (pydantic)</summary>
    
    ###
    [`v2.5.3`](https://togithub.com/pydantic/pydantic/releases/tag/v2.5.3):
    2023-12-22
    
    [Compare
    Source](https://togithub.com/pydantic/pydantic/compare/v2.5.2...v2.5.3)
    
    #### v2.5.3 (2023-12-22)
    
    [GitHub
    release](https://togithub.com/pydantic/pydantic/releases/tag/v2.5.3)
    
    ##### What's Changed
    
    ##### Packaging
    
    -   uprev `pydantic-core` to 2.14.6
    
    ##### Fixes
    
    - Fix memory leak with recursive definitions creating reference cycles
    by [@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
    [pydantic/pydantic-core#1125](https://togithub.com/pydantic/pydantic-core/pull/1125)
    
    Full Changelog:
    pydantic/pydantic@v2.5.2...v2.5.3/
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Mend
    Renovate](https://www.mend.io/free-developer-tools/renovate/). View
    repository job log
    [here](https://developer.mend.io/github/allenporter/flux-local).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    81664bb View commit details
    Browse the repository at this point in the history
  3. Fix broken diff action output (#468)

    Fix diff broken in #459
    allenporter authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    37c70b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4c5ce1 View commit details
    Browse the repository at this point in the history
Loading
0