Skip to content

Commit

Permalink
Merge pull request #532 from cedwards/update_doc_version
Browse files Browse the repository at this point in the history
update versions from 12.x to 13.x
  • Loading branch information
cedwards authored Jul 22, 2022
2 parents 260149c + 40c99ef commit 6393340
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/chapters/networking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/chapters/subcommands/bootstrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/chapters/subcommands/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/chapters/targeting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+-----------+--------+---------------------------------+----------------------------------------------+


Expand All @@ -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 |
+-----------+--------------+--------------+-------------------------------------------------------------+
Expand Down

0 comments on commit 6393340

Please sign in to comment.