Jack Ivanov
90c2b1bbeb
upgrade ansible to 9.1.0 ( #14673 )
...
* upgrade to 9.1.0
* python version
* 3.11-alpine
* missed python version
2023-12-08 01:54:08 +03:00
dependabot[bot]
a5b30cdbfe
Bump docker/login-action from 2 to 3 ( #14649 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-27 18:02:00 +03:00
dependabot[bot]
29f5a2f6f8
Bump docker/metadata-action from 4 to 5 ( #14648 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md )
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-27 17:57:28 +03:00
dependabot[bot]
fc1d3d4d7b
Bump actions/checkout from 3 to 4 ( #14647 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-27 17:57:15 +03:00
dependabot[bot]
199e404ec4
Bump docker/build-push-action from 4 to 5 ( #14650 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-27 17:57:03 +03:00
Jack Ivanov
75cfeab24a
Ubuntu 22.04 support ( #14579 )
...
* add 22.04 support
* actions trigger
* lighsail to 22.04 and remove 20.04
* test scripted deploy
* ansible lint is advisory. moving to terraform
2023-05-17 03:04:23 +03:00
Jack Ivanov
1c47de7011
github docker image/package
2023-03-16 20:46:10 -04:00
Jack Ivanov
347f864abb
Ansible upgrade 6.1 ( #14500 )
...
* linting
* update ansible
* linters
2022-07-30 15:01:24 +03:00
dependabot[bot]
ed01f30949
Bump actions/checkout from 2 to 3 ( #14427 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-14 00:11:21 +03:00
dependabot[bot]
63bfa63f6a
Bump actions/setup-python from 2.3.1 to 2.3.2 ( #14418 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v2.3.2 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 11:38:34 +03:00
dependabot[bot]
7203f33f2e
Bump ansible-core from 2.11.3 to 2.12.1 ( #14375 )
...
* Bump ansible-core from 2.11.3 to 2.12.1
Bumps [ansible-core](https://github.com/ansible/ansible ) from 2.11.3 to 2.12.1.
- [Release notes](https://github.com/ansible/ansible/releases )
- [Commits](https://github.com/ansible/ansible/compare/v2.11.3...v2.12.1 )
---
updated-dependencies:
- dependency-name: ansible-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update requirements.txt
* python and cache for actions
* switch to python 3.8
* wait for lxc network
* no point to support 18.04 in tests
* cipher fix for openssl_privatekey
* cipher fix for openssl_privatekey
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jack Ivanov <17044561+jackivanov@users.noreply.github.com>
2021-12-14 23:52:34 +03:00
dependabot[bot]
0ce7840847
Bump actions/setup-python from 2.2.2 to 2.3.1 ( #14370 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2.2.2 to 2.3.1.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v2.3.1 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-13 23:58:24 +03:00
David Myers
4bed66f19e
Fix tests ( #14319 )
2021-10-31 13:21:04 +03:00
dependabot[bot]
96988f1b26
Bump actions/setup-python from 1 to 2.2.2 ( #14254 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 1 to 2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v1...v2.2.2 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-26 13:26:44 -04:00
Jauder Ho
e36d237ebc
Add Dependabot scanning ( #14238 )
...
* Update main.yml
* Create dependabot.yml
2021-07-26 13:13:42 -04:00
David Myers
44d4c274ef
Make builds pass ( #14174 )
2021-05-25 18:04:59 +03:00
David Myers
f1f676b75e
Make ansible-lint pass ( #1893 )
2020-10-31 20:23:35 +03:00
David Myers
8894dd0848
Discontinue use of the WireGuard PPA ( #1855 )
...
* Discontinue use of the WireGuard PPA
* Add instructions to update the system
* Change reboot instruction
2020-08-06 19:09:15 +03:00
Jack Ivanov
c14ff0d611
Ubuntu 20.04 support ( #1782 )
...
* ubuntu 20.04 support
* purge snapd for 20.04
* strongswan-starter fix
2020-05-10 13:48:30 +03:00
Jack Ivanov
2abbf22196
Alternative Ingress IP ( #1605 )
...
* Separate ingress IP draft
* task name fix
* placeholder
2020-01-31 11:24:29 +01:00
Jack Ivanov
0e57da8237
Move to Ubuntu 19.10 ( #1702 )
...
* 19.04 is dead, long live 19.10
* Remove 19.04 from tests
* Update docs
* Set proper Azure name
2020-01-23 17:24:41 +01:00
Jack Ivanov
62d00901e6
Update main.yml
2020-01-16 13:37:37 +01:00
Jack Ivanov
98f43c5cbd
Github Actions fix for PRs ( #1687 )
2020-01-16 13:06:11 +01:00
Jack Ivanov
53dfc570eb
Github Actions ( #1681 )
2020-01-13 17:20:40 +01:00
Dan Guido
09d70f9934
Create FUNDING.yml
2019-06-05 22:27:00 -04:00
Jack Ivanov
5e7f134005
Update issue templates ( #1114 )
...
* Update issue templates
* Delete ISSUE_TEMPLATE.md
2018-09-14 16:09:46 +03:00
Jack Ivanov
002c4ef198
Update ISSUE_TEMPLATE.md
2018-08-31 08:40:22 +03:00
Jack Ivanov
0fda81f12d
Update ISSUE_TEMPLATE.md
2018-03-16 21:02:11 +03:00
Jack Ivanov
72026d0ec8
Update ISSUE_TEMPLATE.md
2018-03-16 21:01:26 +03:00
Jack Ivanov
13503575c5
Update ISSUE_TEMPLATE.md
2018-03-12 10:29:18 +03:00
Jack Ivanov
094c8eede1
Update ISSUE_TEMPLATE.md
2017-04-12 20:14:27 +02:00
Jack Ivanov
eae4353691
Update ISSUE_TEMPLATE.md
2017-04-04 16:23:51 +02:00
Jack Ivanov
b8cfb98c5d
Update ISSUE_TEMPLATE.md
2017-04-04 16:20:10 +02:00
Jack Ivanov
f16d960feb
additional columns
2016-12-12 17:40:31 +03:00
Jack Ivanov
d708750bd1
Issue template
2016-11-26 23:42:04 +03:00