-
Notifications
You must be signed in to change notification settings - Fork 25
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: Azure/dalec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Azure/dalec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 14 files changed
- 3 contributors
Commits on Dec 10, 2024
-
Remove warning message about skipping build targets
This warning was added in 9a2b35e to try and help reduce confusion if the spec contains targets and therefore we skip loading other targets. As it turns out, its a bit overzealous if you specfy anything in the `targets` section: 8 warnings found (use docker --debug to expand): - Skipping loading of built-in target "bullseye" since it is not in the list of targets in the spec - Skipping loading of built-in target "mariner2" since it is not in the list of targets in the spec - Skipping loading of built-in target "azlinux3" since it is not in the list of targets in the spec - Skipping loading of built-in target "windowscross" since it is not in the list of targets in the spec - Skipping loading of built-in target "bionic" since it is not in the list of targets in the spec - Skipping loading of built-in target "focal" since it is not in the list of targets in the spec - Skipping loading of built-in target "noble" since it is not in the list of targets in the spec - Skipping loading of built-in target "bookworm" since it is not in the list of targets in the spec This is probably more confusing and will just git bigger as we add support for more things. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for caed08a - Browse repository at this point
Copy the full SHA caed08aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed7390b - Browse repository at this point
Copy the full SHA ed7390bView commit details
Commits on Dec 11, 2024
-
* docs: fix apt repo example Apt repo keys are required to be readable by a non-root user. By default http sources have 0o600 permissions which will cause an error when trying to read the repo. We didn't see this when creating this example because the above mentioned error did not directly cause a non-zero exit code. Instead it only caused an issue if the package you are trying to install is only available in that repo AND is not cached locally already. Signed-off-by: Brian Goff <cpuguy83@gmail.com> * docs: Improve targets description Signed-off-by: Brian Goff <cpuguy83@gmail.com> * docs: Fix bad copy/paste for some artifact default permissions Signed-off-by: Brian Goff <cpuguy83@gmail.com> * README: Add link to supported targets Signed-off-by: Brian Goff <cpuguy83@gmail.com> --------- Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 17144a1 - Browse repository at this point
Copy the full SHA 17144a1View commit details
Commits on Dec 12, 2024
-
build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 (#473)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.31.0. - [Commits](golang/crypto@v0.27.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dfca9e8 - Browse repository at this point
Copy the full SHA dfca9e8View commit details -
build(deps): bump nanoid from 3.3.7 to 3.3.8 in /website
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 1c69008 - Browse repository at this point
Copy the full SHA 1c69008View commit details
Commits on Dec 14, 2024
-
Mounts were using the destination path as the source name when generating a source, this made it so mounts would only work correctly if mounted at the root of the filesystem since source names generally should not have path separators. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c404433 - Browse repository at this point
Copy the full SHA c404433View commit details
Loading
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 v0.11.1...v0.11.2