8000 Comparing 4.1.1...4.2.0 · 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.1.1
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.0
Choose a head ref
  • 7 commits
  • 11 files changed
  • 2 contributors

Commits on Dec 21, 2023

  1. feat: add container build and workflows (#452)

    Adds container workflow for builds for test and release. I moved the
    devcontainer Dockerfile to the devcontainer folder.
    
    ~~I didn't know the best way to add the kyverno CLI to the container
    since I wanted to do it in a multiarch way.~~
    
    ---------
    
    Signed-off-by: Devin Buhl <devin@buhl.casa>
    onedr0p authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e861eb5 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. fix: update logic in container test to build on main (#453)

    Hopefully this logic is correct so that main also builds
    onedr0p authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    1cb2eb1 View commit details
    Browse the repository at this point in the history
  2. fix: change CMD to ENTRYPOINT in Dockerfile (#454)

    This was a mistake on my end I forgot to revert on the original PR
    onedr0p authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    fab44be View commit details
    Browse the repository at this point in the history
  3. Streamline devcontainer (#456)

    Update the devcontainer to remove unnecessary code, and update to use a
    workspace with a volume mount for improved performance.
    allenporter authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    82b660e View commit details
    Browse the repository at this point in the history
  4. Add --output-file flag to get cluster action (#457)

    Add --output-file flag to get cluster action to allow writing output
    directly to a file. This makes it easier to invoke from a docker
    container and will simplify many of the github actions.
    
    Example usage:
    ```
    $ flux-local get cluster --path tests/testdata/cluster -o yaml --output-file=/tmp/yaml
    ```
    
    Tested manually, and implicitly through default argument using
    `/dev/stdout`.
    Fixes #455
    allenporter authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    ca7728b View commit details
    Browse the repository at this point in the history
  5. Add --output-file for build and diff and use in action (#459)

    Add the --output-file command for `diff` and `build`. Also update the
    diff action to use the output file command as in the example in the
    feature request.
    
    Fixes #455
    allenporter authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    1f97b1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a71aca View commit details
    Browse the repository at this point in the history
Loading
0