From 40c99ef979c3f62e9bfefab206fb7c9099dce278 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Fri, 22 Jul 2022 07:55:22 -0600 Subject: [PATCH] update versions from 12.x to 13.x --- docs/chapters/networking.rst | 6 +++--- docs/chapters/subcommands/bootstrap.rst | 4 ++-- docs/chapters/subcommands/upgrade.rst | 2 +- docs/chapters/targeting.rst | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/chapters/networking.rst b/docs/chapters/networking.rst index 2addea1b..ad44615b 100644 --- a/docs/chapters/networking.rst +++ b/docs/chapters/networking.rst @@ -30,7 +30,7 @@ you create it. An example: .. code-block:: shell - bastille create alcatraz 12.1-RELEASE 192.168.1.50 em0 + bastille create alcatraz 13.1-RELEASE 192.168.1.50 em0 When the `alcatraz` container is started it will add `192.168.1.50` as an IP alias to the `em0` interface. It will then simply be another member of the @@ -56,7 +56,7 @@ external interface. .. code-block:: shell - bastille create -V azkaban 12.1-RELEASE 192.168.1.50/24 em0 + bastille create -V azkaban 13.1-RELEASE 192.168.1.50/24 em0 Bastille will automagically create the bridge interface and connect / disconnect containers as they are started and stopped. A new interface will be @@ -116,7 +116,7 @@ external bridge. .. code-block:: shell - bastille create -B azkaban 12.1-RELEASE 192.168.1.50/24 bridge0 + bastille create -B azkaban 13.1-RELEASE 192.168.1.50/24 bridge0 Bastille will automagically create the interface, attach it to the specified bridge and connect / disconnect containers as they are started and stopped. diff --git a/docs/chapters/subcommands/bootstrap.rst b/docs/chapters/subcommands/bootstrap.rst index 931b7964..eaa02f5d 100644 --- a/docs/chapters/subcommands/bootstrap.rst +++ b/docs/chapters/subcommands/bootstrap.rst @@ -27,8 +27,8 @@ release version as the argument. .. code-block:: shell - ishmael ~ # bastille bootstrap 11.4-RELEASE [update] - ishmael ~ # bastille bootstrap 12.1-RELEASE + ishmael ~ # bastille bootstrap 12.3-RELEASE [update] + ishmael ~ # bastille bootstrap 13.1-RELEASE To `bootstrap` a HardenedBSD release, run the bootstrap sub-command with the build version as the argument. diff --git a/docs/chapters/subcommands/upgrade.rst b/docs/chapters/subcommands/upgrade.rst index 7104aab3..f635a058 100644 --- a/docs/chapters/subcommands/upgrade.rst +++ b/docs/chapters/subcommands/upgrade.rst @@ -7,4 +7,4 @@ workflow this can be similar to a `bootstrap`. .. code-block:: shell - ishmael ~ # bastille upgrade 12.0-RELEASE 12.1-RELEASE + ishmael ~ # bastille upgrade 13.0-RELEASE 13.1-RELEASE diff --git a/docs/chapters/targeting.rst b/docs/chapters/targeting.rst index 014ccb95..be04c38d 100644 --- a/docs/chapters/targeting.rst +++ b/docs/chapters/targeting.rst @@ -42,7 +42,7 @@ Examples: Containers +----+------+----+---+------------------+--------------+----------------------------------------------+ | cp | bastion03 | /tmp/resolv.conf-cf etc/resolv.conf | copy host-path to container-path in bastion03| +----+------+----+---+---------------------------------+----------------------------------------------+ -| create | folsom | 12.1-RELEASE 10.17.89.10 | create 12.1 container named `folsom` with IP | +| create | folsom | 13.1-RELEASE 10.17.89.10 | create 13.1 container named `folsom` with IP | +-----------+--------+---------------------------------+----------------------------------------------+ @@ -56,7 +56,7 @@ Examples: Releases +-----------+--------------+--------------+-------------------------------------------------------------+ | command | target | args | description | +===========+==============+==============+=============================================================+ -| bootstrap | 12.1-RELEASE | --- | bootstrap 12.1-RELEASE release | +| bootstrap | 13.1-RELEASE | --- | bootstrap 13.1-RELEASE release | +-----------+--------------+--------------+-------------------------------------------------------------+ | update | 11.4-RELEASE | --- | update 11.4-RELEASE release | +-----------+--------------+--------------+-------------------------------------------------------------+