-
Notifications
You must be signed in to change notification settings - Fork 28
Comparing changes
Open a pull request
base repository: allenporter/flux-local
base: 4.1.1
head repository: allenporter/flux-local
compare: 4.2.0
- 7 commits
- 11 files changed
- 2 contributors
Commits on Dec 21, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for e861eb5 8000 clipboard-copy> - Browse repository at this point
Copy the full SHA e861eb5View commit details
Commits on Dec 22, 2023
-
fix: update logic in container test to build on main (#453)
Hopefully this logic is correct so that main also builds
Configuration menu - View commit details
-
Copy full SHA for 1cb2eb1 - Browse repository at this point
Copy the full SHA 1cb2eb1View commit details -
fix: change CMD to ENTRYPOINT in Dockerfile (#454)
This was a mistake on my end I forgot to revert on the original PR
Configuration menu - View commit details
-
Copy full SHA for fab44be - Browse repository at this point
Copy the full SHA fab44beView commit details -
Streamline devcontainer (#456)
Update the devcontainer to remove unnecessary code, and update to use a workspace with a volume mount for improved performance.
Configuration menu - View commit details
-
Copy full SHA for 82b660e - Browse repository at this point
Copy the full SHA 82b660eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ca7728b - Browse repository at this point
Copy the full SHA ca7728bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1f97b1b - Browse repository at this point
Copy the full SHA 1f97b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a71aca - Browse repository at this point
Copy the full SHA 8a71acaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.1.1...4.2.0