Commit graph

51 commits

Author SHA1 Message Date
vcazsdk
38d767c55d Remove duplicate var 2022-09-13 08:24:26 +02:00
vcazsdk
a142b4547f Update ubuntu and sasl_xoauth2 version 2022-09-13 08:24:26 +02:00
Bojan Čekrlić
2ba5cc752b Fix: Depend on successful builds before releasing a new version 2022-06-19 12:42:02 +02:00
Bojan Čekrlić
470990fe14 Fix: Fix building releases with the new actions structure 2022-06-19 12:37:21 +02:00
Bojan Čekrlić
ce640e1cd3 Fix: Make sure builds for Alpine are not failing (remove linux/386) 2022-06-09 11:20:35 +02:00
dependabot[bot]
371a4ac567 Bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)

---
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>
2022-05-27 15:05:42 +02:00
Bojan Čekrlić
cb9ab38d1f Upd: Simplify GitHub actions 2022-04-13 13:54:28 +02:00
Bojan Čekrlić
f4e2fea734 Upd: Simplify GitHub actions 2022-04-13 13:49:31 +02:00
Bojan Čekrlić
48a752b344 Upd: Simplify GitHub actions 2022-04-13 13:46:15 +02:00
Bojan Čekrlić
26a784ec68 Upd: Simplify GitHub actions 2022-04-13 13:45:06 +02:00
Bojan Čekrlić
f3554a3eb4 Upd: Simplify GitHub actions 2022-04-13 13:37:45 +02:00
Bojan Čekrlić
a74d681dd9 Upd: Simplify GitHub actions 2022-04-13 13:30:05 +02:00
Bojan Čekrlić
18c6ac17ae Upd: Simplify GitHub actions 2022-04-13 13:27:51 +02:00
Bojan Čekrlić
5bcaa63f8f Upd: Simplify GitHub actions 2022-04-13 13:23:43 +02:00
Bojan Čekrlić
81eb4eaef7 Upd: Simplyfy GitHub actions 2022-04-13 13:19:58 +02:00
Bojan Čekrlić
71c6c075e1 Fix: Try clearing the GitHub cache
Maybe this will help with builds.
2022-04-13 12:33:58 +02:00
Bojan Čekrlić
6d538bed66 Upd: Fix building on GitHub
Apparently the issue is not with Alpine. Next suspect: cache.
2022-04-13 11:34:37 +02:00
Bojan Čekrlić
fb19630c2a Upd: (Temporarily?) remove linux/386 build
Seems that there's an issue with Alpine `linux/386` repo which
produces an error `UNTRUSTED signature` while trying to install
packages.

Temporarily removing this platform make the build pass.
2022-04-13 11:09:05 +02:00
dependabot[bot]
2cb9cdd1a5 Bump actions/checkout from 2 to 3
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>
2022-03-28 19:37:44 +02:00
dependabot[bot]
d8fcf8b376 Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 19:37:24 +02:00
Bojan Čekrlić
16b19d59e8 Upgrade Ubuntu Focal -> Impish
This allows us to build `arm/v7` which should hopefully fix #90.
2021-12-14 16:10:19 +01:00
Bojan Čekrlić
3ec47a147b Fix: Formatting and layout, update pull_request GitHub action 2021-06-04 16:00:29 +02:00
Bojan Čekrlić
5a176d1180 Upd: Simplify GitHub actions. 2021-05-29 21:42:24 +02:00
Bojan Čekrlić
af7438a645 Upd: Simplify GitHub actions. 2021-05-29 21:23:03 +02:00
Bojan Čekrlić
c1be59d2f5 Upd: Simplify GitHub actions. 2021-05-29 21:05:30 +02:00
Bojan Čekrlić
4476cba5a5 Upd: Simplify GitHub actions. 2021-05-29 20:41:40 +02:00
Bojan Čekrlić
bc84df98c5 Upd: Simplify GitHub actions. 2021-05-29 20:41:36 +02:00
dependabot[bot]
2deedeab51
Bump crazy-max/ghaction-docker-buildx from 1 to 3.3.1 (#74)
Bumps [crazy-max/ghaction-docker-buildx](https://github.com/crazy-max/ghaction-docker-buildx) from 1 to 3.3.1.
- [Release notes](https://github.com/crazy-max/ghaction-docker-buildx/releases)
- [Changelog](https://github.com/crazy-max/ghaction-docker-buildx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-docker-buildx/compare/v1...v3.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-29 20:29:57 +02:00
Bojan Čekrlić
18ca47e62a Upd: Simplify GitHub actions. 2021-05-29 20:28:42 +02:00
Bojan Čekrlić
7892c03cdc Upd: Simplify GitHub actions. 2021-05-29 20:26:58 +02:00
Bojan Čekrlić
5c9e076f0b Upd: Simplify GitHub actions. 2021-05-29 20:21:48 +02:00
Bojan Čekrlić
4d0e7b9755 Upd: Switch to docker actions and add caching 2021-05-29 18:34:38 +02:00
Bojan Čekrlić
13bdabe27e Fix: Fix deploymen of TLS certificates, script exec and Ubuntu build 2021-05-29 18:21:02 +02:00
Bojan Čekrlić
b3e2e8daeb Fix: Remove linux/s390x build from Alpine
Alpine doesn't seem to have rsyslog compiled for linux/s390x and
will therefore fail the build.
2021-05-29 17:22:29 +02:00
Bojan Čekrlić
0c12027622 New: Add support for Ubuntu builds and TLS certs on Helm 2021-05-29 17:08:08 +02:00
Bojan Čekrlić
367099b781 Upd: Create changelog before packing the chart
This is an initial preparation for incorporating the changelong
into the published chart.
2021-03-21 13:33:54 +01:00
Bojan Čekrlić
cc779fbd05 Fix actions 2020-11-22 21:22:10 +01:00
Bojan Čekrlić
1aa1de571a Fix actions 2020-11-22 21:17:33 +01:00
Bojan Čekrlić
2e790097cc Try to re-enable XOAuth2 integration tests 2020-11-22 21:16:05 +01:00
Bojan Čekrlić
1268bb0bf7 Update: Add LICENSE and README.md to the helm chart
This commit will push the `LICENSE` and `README.md` to the helm
chart.
2020-11-18 12:02:30 +01:00
Bojan Čekrlić
f2f1d34612 Fix: Fix deployment workflow for tags 2020-11-18 11:28:47 +01:00
Bojan Čekrlić
4ba3145635 Fix workflows 2020-11-03 12:48:44 +01:00
Bojan Čekrlić
1fa1191153 Remove deprecated options 2020-11-03 12:21:08 +01:00
Bojan Čekrlić
b9a9fa55d7 Execute HELM chart tests on commit 2020-11-03 12:15:16 +01:00
Bojan Čekrlić
6c6a587346 Update: Run tests on commits 2020-11-03 12:11:50 +01:00
Bojan Čekrlić
b8b40fdc69 Try to fix gh-pages deployment 2020-10-25 18:37:17 +01:00
Bojan Čekrlić
014c8f1dbe Add automatic release generator 2020-10-25 18:30:20 +01:00
Bojan Čekrlić
cc0966c6de First comit of auto-deployment of helm charts 2020-10-25 18:22:30 +01:00
Bojan Čekrlić
7f0ab1e24f Setup for automatic deployment to gh-pages 2020-10-25 18:02:00 +01:00
Bojan Čekrlić
8a9002566f Remove build for linux/s390x 2020-01-31 21:18:02 +01:00