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: aksiksi/compose2nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: aksiksi/compose2nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 45 files changed
  • 1 contributor

Commits on Oct 14, 2024

  1. v0.3.2 pre-release

    aksiksi committed Oct 14, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f63fd63 View commit details
  2. test: rename as compose.yml, ensure DNS config works

    aksiksi committed Oct 14, 2024
    Copy the full SHA
    07cad03 View commit details

Commits on Nov 24, 2024

  1. update compose-go to v2.4.4

    aksiksi committed Nov 24, 2024
    Copy the full SHA
    323aeca View commit details
  2. update nixpkgs

    aksiksi committed Nov 24, 2024
    Copy the full SHA
    5f67fc0 View commit details
  3. test: fix auto-formatted output due to nixfmt change

    aksiksi committed Nov 24, 2024
    Copy the full SHA
    a81c2e5 View commit details

Commits on Feb 1, 2025

  1. doc: add section on unexpected systemd UpheldBy behavior

    aksiksi committed Feb 1, 2025
    Copy the full SHA
    abb340f View commit details

Commits on Feb 2, 2025

  1. Podman DNS match pattern for nftables (#76)

    Idea is to support both iptables (default) and nftables for Podman DNS config. See: NixOS/nixpkgs#226365 (comment)
    
    Docker always uses iptables, and handles configuring firewall rules itself. See:
    
    * NixOS/nixpkgs#111852
    * Comment here on nftables + Docker: https://github.com/NixOS/nixpkgs/blob/f6687779bf4c396250831aa5a32cbfeb85bb07a3/nixos/modules/services/networking/nftables.nix#L61 
    
    As part of this PR, I have also cleaned up the redundant Podman DNS config for the default network. `compose2nix` does not use the default network at all, and anyways configures a firewall rule that also covers the default network (`podman0` interface).
    aksiksi authored Feb 2, 2025
    Copy the full SHA
    1baa2f5 View commit details

Commits on Feb 3, 2025

  1. ci: Create flakehub-publish-tagged.yml

    aksiksi authored Feb 3, 2025
    Copy the full SHA
    5d928d0 View commit details
  2. Copy the full SHA
    7d88640 View commit details
  3. test: small test for UpheldBy

    aksiksi committed Feb 3, 2025
    Copy the full SHA
    8941b4f View commit details
Loading