Commit Graph

36 Commits

Author SHA1 Message Date
dependabot[bot] bb41e8597b
deps/gha: bump docker/metadata-action from 5.0.0 to 5.2.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.2.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](96383f4557...e6428a5c4e)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 08:10:51 +00:00
dependabot[bot] 3a1b779b56
deps/gha: bump docker/build-push-action from 5.0.0 to 5.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](0565240e2d...4a13e500e5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 08:15:46 +00:00
florian e8803e346f
cache linux test images, fix linux example of proxy protocol and add more logs to k8s tests 2023-10-30 21:33:54 +01:00
dependabot[bot] 6738b95524
deps/gha: bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8ade135a41...b4ffde65f4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 04:15:57 +00:00
Théophile Diot 07676a3d0a
Use hashes instead of versions in github workflows 2023-10-02 18:30:17 +02:00
Théophile Diot 4d50026744
Extract codeQL workflow to have a separate one + Add scorecards analysis workflow file + Add UI tests for the UI branch 2023-09-28 09:02:31 +01:00
Théophile Diot 80d56fcca6
ci/cd start working on linux core tests 2023-09-18 12:12:03 +02:00
Théophile Diot 1259fb67d9
Merge pull request #634 from bunkerity/dependabot/github_actions/dev/docker/setup-buildx-action-3
deps/gha: bump docker/setup-buildx-action from 2 to 3
2023-09-15 18:14:24 +02:00
Théophile Diot b9e752f12f
Merge pull request #636 from bunkerity/dependabot/github_actions/dev/docker/login-action-3
deps/gha: bump docker/login-action from 2 to 3
2023-09-15 18:14:04 +02:00
Théophile Diot 278eb0c8a4
Merge pull request #635 from bunkerity/dependabot/github_actions/dev/docker/build-push-action-5
deps/gha: bump docker/build-push-action from 4 to 5
2023-09-15 18:13:37 +02:00
dependabot[bot] 955c7e0630
deps/gha: bump docker/metadata-action from 4 to 5
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>
2023-09-13 04:25:35 +00:00
dependabot[bot] 8ea823e061
deps/gha: bump docker/login-action from 2 to 3
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>
2023-09-13 04:25:31 +00:00
dependabot[bot] a6efa52051
deps/gha: bump docker/build-push-action from 4 to 5
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>
2023-09-13 04:25:27 +00:00
dependabot[bot] a6b30f6a6b
deps/gha: bump docker/setup-buildx-action from 2 to 3
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 04:25:23 +00:00
Théophile Diot 673ee921f6
Lint files 2023-09-06 13:44:45 +02:00
Théophile Diot 0681cf2c9b
Update actions/checkout to v4 2023-09-04 15:59:19 +02:00
florian 3db7904d41
ci/cd - fix wrong image tag for Linux test images 2023-08-26 14:42:32 +02:00
bunkerity d6aa6a9b09 ci/cd - staging improvements 2023-08-25 17:51:32 +02:00
Théophile Diot 0b93916a37
Merge branch 'dev' into dependabot/github_actions/dev/docker/build-push-action-4 2023-08-21 11:44:12 -04:00
florian 758fc13c3d
ci/cd - replace version string for testing release 2023-08-15 21:28:17 +02:00
florian cd825cd341
ci/cd - fix wrong VERSION path for testing release 2023-08-15 21:01:06 +02:00
florian c03b1bb20b
ci/cd - update VERSION file for testing release 2023-08-15 20:32:03 +02:00
florian 08ce31bb0f
ci/cd - prepare for testing releases 2023-08-15 11:40:05 +02:00
Théophile Diot b529d85255
Revert "Update checkout part of workflow to include submodules"
This reverts commit 4b4e0f8b3b.
2023-06-28 09:59:37 -04:00
Théophile Diot 4b4e0f8b3b
Update checkout part of workflow to include submodules 2023-06-26 13:01:02 -04:00
dependabot[bot] a586b5b6be
deps/gha: bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
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>
2023-05-22 22:39:34 +00:00
florian e14475de4a
ci/cd - fix missing version in linux package name 2023-05-08 16:37:43 +02:00
florian d83730cf75
ci/cd - fix linux package name in upload/download steps 2023-05-08 15:36:57 +02:00
florian 14ca85cdb6
ci/cd - fix package.sh name in linux build wf 2023-05-07 19:51:03 +02:00
florian dc1cb6a6fa
ci/cd - fix scp command in linux build wf 2023-05-07 19:32:38 +02:00
florian 73acbe0852
ci/cd - fix typo in linux build wf 2023-05-07 18:41:54 +02:00
florian 45c90527c4
ci/cd - fix linux package generation when arch is ARM 2023-05-07 18:27:45 +02:00
florian fb03733433
ci/cd - use single quote in linux build wf 2023-05-07 11:17:29 +02:00
florian 43cbc79c75
ci/cd - move ARM_* to secrets in linux build wf 2023-05-07 11:15:17 +02:00
florian a286e7bd32
fix wrong container in autoconf/k8s, init work on linux arm and ci/cd refactoring 2023-05-06 02:22:30 +02:00
florian 54a17c7752
init work on CI/CD for generic beta releases, remove useless autoconf examples and fix linux postinstall script 2023-04-29 15:21:30 +02:00
Renamed from .github/workflows/staging-linux-build.yml (Browse further)