From 0a03d0f2926dd59f2cf7fc17862207c6c20ba34c Mon Sep 17 00:00:00 2001 From: Juan David Hurtado G Date: Wed, 1 Oct 2025 11:53:28 -0500 Subject: [PATCH] release: bump version to 1.1.0.251001 --- README.md | 6 +++--- docs/chapters/installation.rst | 2 +- docs/conf.py | 4 ++-- usr/local/bin/bastille | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3e95a15f..95c464e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Bastille 1.0.x +Bastille 1.x ======== [Bastille](https://bastillebsd.org/) is an open-source system for automating deployment and management of containerized applications on FreeBSD. @@ -6,7 +6,7 @@ deployment and management of containerized applications on FreeBSD. Check the [Bastille Documentation](https://bastille.readthedocs.io/en/latest/) -Potentially breaking changes in 1.0 ⚠️ +Potentially breaking changes since 1.0 ⚠️ ======================================== Up until version 1.0.20250714, Bastille has handled epairs for -V jails using the jib script included in FreeBSD installs. However, for -B jails, @@ -159,7 +159,7 @@ Use "bastille command -h|--help" for more information about a command. Use "bastille -c|--config config.conf command" to specify a non-default config file. ``` -## 1.0.x +## 1.x This document outlines the basic usage of the Bastille container management framework. This release is still considered beta. diff --git a/docs/chapters/installation.rst b/docs/chapters/installation.rst index 3766477d..69a96891 100644 --- a/docs/chapters/installation.rst +++ b/docs/chapters/installation.rst @@ -4,7 +4,7 @@ Bastille is available in the official FreeBSD ports tree at ``sysutils/bastille``. Binary packages are available in quarterly and latest repositories. -Current version is ``1.0.1.250714``. +Current version is ``1.1.0.251001``. To install from the FreeBSD package repository: diff --git a/docs/conf.py b/docs/conf.py index 68dd29f6..e114e41f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,9 +5,9 @@ copyright = '2018-2025, Christer Edwards' author = 'Christer Edwards' # The short X.Y version -version = '1.0.1' +version = '1.1.0' # The full version, including alpha/beta/rc tags -release = '1.0.1.250714' +release = '1.1.0.251001' # -- General configuration --------------------------------------------------- diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index 7e2c81a6..edeb1161 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -32,7 +32,7 @@ PATH=${PATH}:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin -BASTILLE_VERSION=1.0.1.250714 +BASTILLE_VERSION=1.1.0.251001 # Validate config file # Copy default when 'setup' is called