Skip to content

Commit

Permalink
Release v0.33.0 (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc authored Jan 14, 2025
1 parent 416a71a commit 35c93ca
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 66 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nix-installer"
description = "The Determinate Nix Installer"
version = "0.32.3"
version = "0.33.0"
edition = "2021"
resolver = "2"
license = "LGPL-2.1"
Expand Down
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 0 additions & 32 deletions nix/tests/container-test/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,38 +34,6 @@ let
tester = ./default/Dockerfile;
system = "x86_64-linux";
};

# Found via https://hub.docker.com/_/ubuntu/ under "How is the rootfs build?"
# Jammy (--determinate)
"ubuntu-v22_04-determinate" = {
tarball = builtins.fetchurl {
url = "http://cdimage.ubuntu.com/ubuntu-base/releases/22.04/release/ubuntu-base-22.04-base-amd64.tar.gz";
sha256 = "01sbpjb32x1z1yr9q78zrk0a6kfw5c4fxw1jqmm23g8ixryffvyz";
};
tester = ./default/Dockerfile.determinate;
system = "x86_64-linux";
};

# focal (--determinate)
"ubuntu-v20_04-determinate" = {
tarball = builtins.fetchurl {
url = "http://cdimage.ubuntu.com/ubuntu-base/releases/20.04/release/ubuntu-base-20.04.1-base-amd64.tar.gz";
sha256 = "0ryn38csmx41a415g9b3wk30csaxxlkgkdij9v4754pk877wpxlp";
};
tester = ./default/Dockerfile.determinate;
system = "x86_64-linux";
};

# bionic (--determinate)
"ubuntu-v18_04-determinate" = {
tarball = builtins.fetchurl {
url = "http://cdimage.ubuntu.com/ubuntu-base/releases/18.04/release/ubuntu-base-18.04.5-base-amd64.tar.gz";
sha256 = "1sh73pqwgyzkyssv3ngpxa2ynnkbdvjpxdw1v9ql4ghjpd3hpwlg";
};
tester = ./default/Dockerfile.determinate;
system = "x86_64-linux";
};

};

makeTest = containerTool: imageName:
Expand Down
9 changes: 0 additions & 9 deletions nix/tests/container-test/default/Dockerfile.determinate

This file was deleted.

4 changes: 2 additions & 2 deletions tests/fixtures/linux/linux.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.32.3",
"version": "0.33.0",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1164,7 +1164,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.32.3",
"version": "0.33.0",
"planner": "linux",
"configured_settings": [],
"os_name": "Ubuntu",
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/linux/steam-deck.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.32.3",
"version": "0.33.0",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1224,7 +1224,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.32.3",
"version": "0.33.0",
"planner": "steam-deck",
"configured_settings": [],
"os_name": "SteamOS",
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/macos/macos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.32.3",
"version": "0.33.0",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1266,7 +1266,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.32.3",
"version": "0.33.0",
"planner": "macos",
"configured_settings": [],
"os_name": "unknown",
Expand Down

0 comments on commit 35c93ca

Please sign in to comment.