From 82cc312bfd76bfd563dd31d8e5a9fc8666012c3b Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Wed, 7 May 2025 16:16:22 +0000 Subject: [PATCH 1/7] FreeBSD 14.3-RELEASE Update to FreeBSD 14.3-RELEASE --- README.md | 8 ++++---- variables.pkr.hcl | 2 +- variables.pkrvars.hcl.sample | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f30fb0b..8f0ac12 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To create a box: more information. ```console - $ vagrant box add builds/FreeBSD-14.2-RELEASE-amd64.box --name FreeBSD-14.2-RELEASE-amd64 + $ vagrant box add builds/FreeBSD-14.3-RELEASE-amd64.box --name FreeBSD-14.3-RELEASE-amd64 ``` Sample `Vagrantbox` file @@ -70,7 +70,7 @@ ansible_raw_arguments = [] Vagrant.configure(2) do |config| servers.each do |server| config.vm.define server[:name] do |box| - box.vm.box = 'FreeBSD-14.2-RELEASE-amd64' + box.vm.box = 'FreeBSD-14.3-RELEASE-amd64' box.vm.hostname = server[:name] box.vm.provider 'virtualbox' do |v| v.default_nic_type = 'virtio' @@ -124,7 +124,7 @@ guest_os_type = "FreeBSD_64" memory = 1024 mirror = "https://download.freebsd.org" rc_conf_file = "" -revision = "14.2" +revision = "14.3" ``` The following variables can be set: @@ -136,7 +136,7 @@ The following variables can be set: - `memory` is the amount of RAM in megabytes assigned. _Default:_ `1024` -- `revision` is the FreeBSD revision number. _Default:_ `14.2` +- `revision` is the FreeBSD revision number. _Default:_ `14.3` - `branch` used in conjunction with `build_date`, `git_commit` and `directory`. _Default:_ `RELEASE` diff --git a/variables.pkr.hcl b/variables.pkr.hcl index ff9a028..ea1ff60 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -65,5 +65,5 @@ variable "rc_conf_file" { variable "revision" { type = string - default = "14.2" + default = "14.3" } diff --git a/variables.pkrvars.hcl.sample b/variables.pkrvars.hcl.sample index c1196d8..2f8ba28 100644 --- a/variables.pkrvars.hcl.sample +++ b/variables.pkrvars.hcl.sample @@ -11,4 +11,4 @@ guest_os_type = "FreeBSD_64" memory = 1024 mirror = "https://download.freebsd.org" rc_conf_file = "" -revision = "14.2" +revision = "14.3" From 7830a1ef0724c4fa04eb16ea947a16de639ce7d1 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Wed, 7 May 2025 16:18:13 +0000 Subject: [PATCH 2/7] -BETA1 --- variables.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.pkr.hcl b/variables.pkr.hcl index ea1ff60..2ffc10f 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -5,7 +5,7 @@ variable "arch" { variable "branch" { type = string - default = "RELEASE" + default = "BETA1" } variable "build_date" { From c79de0eb254270f19dfe731f5ab8da67a4be5acc Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Sat, 10 May 2025 06:22:37 +0000 Subject: [PATCH 3/7] -BETA2 --- variables.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.pkr.hcl b/variables.pkr.hcl index 2ffc10f..9782ef5 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -5,7 +5,7 @@ variable "arch" { variable "branch" { type = string - default = "BETA1" + default = "BETA2" } variable "build_date" { From 0ee71e74a8959ac0614f5cea329e58dcba90a6c0 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Sat, 17 May 2025 05:02:00 +0000 Subject: [PATCH 4/7] -BETA3 --- variables.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.pkr.hcl b/variables.pkr.hcl index 9782ef5..5e3fdcd 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -5,7 +5,7 @@ variable "arch" { variable "branch" { type = string - default = "BETA2" + default = "BETA3" } variable "build_date" { From 744109b508b93875a4f7483efdfedcac9a48bdab Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Fri, 23 May 2025 03:20:37 +0000 Subject: [PATCH 5/7] -BETA4 --- variables.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.pkr.hcl b/variables.pkr.hcl index 5e3fdcd..9986e8f 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -5,7 +5,7 @@ variable "arch" { variable "branch" { type = string - default = "BETA3" + default = "BETA4" } variable "build_date" { From 7123aca0bf30b6238d29c835acec24d25e86dfbb Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Mon, 2 Jun 2025 06:36:18 +0000 Subject: [PATCH 6/7] -RC1 --- variables.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.pkr.hcl b/variables.pkr.hcl index 9986e8f..898e1e7 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -5,7 +5,7 @@ variable "arch" { variable "branch" { type = string - default = "BETA4" + default = "RC1" } variable "build_date" { From 15517f3159775a75e1745ad9a45438cf61d090d9 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Fri, 6 Jun 2025 16:50:53 +0000 Subject: [PATCH 7/7] -RELEASE --- variables.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.pkr.hcl b/variables.pkr.hcl index 898e1e7..ea1ff60 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -5,7 +5,7 @@ variable "arch" { variable "branch" { type = string - default = "RC1" + default = "RELEASE" } variable "build_date" {