mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 01:19:52 +01:00
release: bump version to 1.1.0.251001
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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 ---------------------------------------------------
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user