Skip to content

Commit

Permalink
bump version to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Stuerz committed Nov 4, 2021
1 parent c5395cf commit 48beb66
Show file tree
Hide file tree
Showing 4 changed files with 634 additions and 36 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/acceptance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,12 @@ jobs:
fail-fast: false

steps:
# - name: Prepare Virtualbox
# run: |
# #sudo mkdir -p /etc/vbox
# #sudo touch /etc/vbox/networks.conf
# #sudo echo '* 10.0.0.0/8 192.168.0.0/16' >> /etc/vbox/networks.conf
#
# echo ::group::=== /etc/vbox/networks.conf modified ===
# VBoxManage list hostonlyifs
# #cat /etc/vbox/networks.conf
# echo ::endgroup::

- name: Install docker
run: |
VBoxManage --version
mkdir -p ~/.docker/machine/cache
curl -Lo ~/.docker/machine/cache/boot2docker.iso https://github.com/boot2docker/boot2docker/releases/download/v19.03.12/boot2docker.iso
brew install docker docker-machine
docker-machine create --driver virtualbox --virtualbox-hostonly-cidr "192.168.56.1/24" --virtualbox-boot2docker-url ~/.docker/machine/cache/boot2docker.iso default
#docker-machine create --driver virtualbox default
docker-machine env default
- name: Checkout Source
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v2.0.0](https://github.com/andeman/puppet-opnsense/tree/v2.0.0) (2021-11-04)

[Full Changelog](https://github.com/andeman/puppet-opnsense/compare/v1.5.0...v2.0.0)

### Added

- add haproxy server, backend and frontend management [\#12](https://github.com/andeman/puppet-opnsense/pull/12) ([andeman](https://github.com/andeman))

## [v1.5.0](https://github.com/andeman/puppet-opnsense/tree/v1.5.0) (2021-08-24)

[Full Changelog](https://github.com/andeman/puppet-opnsense/compare/v1.4.0...v1.5.0)
Expand Down
Loading

0 comments on commit 48beb66

Please sign in to comment.