c82b499b01
Skip docs workflow
2025-12-01 14:07:38 +05:30
Ambrose Chua
5ba743afea
chore(deps): bump minimum Go version to 1.21
2024-03-19 15:06:03 +08:00
dependabot[bot]
c27b3a9195
chore(ci)(deps): bump actions/setup-go from 4 to 5 ( #1776 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
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-12-20 12:55:58 +01:00
dependabot[bot]
f568baf5ad
chore(ci)(deps): bump actions/upload-artifact from 3 to 4 ( #1784 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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-12-20 12:54:08 +01:00
AhmedGrati
0367b73b93
chore: install dyff in CI pipeline
...
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
2023-10-15 00:04:14 +01:00
dependabot[bot]
090d760bca
chore(ci)(deps): bump actions/checkout from 3 to 4 ( #1704 )
...
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-04 17:04:27 +01:00
Lctrs
e9c6ecc03c
fix(dependabot): remove obsolete ignore list for go packages ( #1685 )
...
Follow #1677
2023-08-23 15:21:34 +01:00
dependabot[bot]
5cfe4bff14
chore(ci)(deps): bump actions/setup-go from 3 to 4 ( #1614 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-go
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-03-16 16:24:55 +01:00
Lctrs
b088e4e3e2
chore(dependabot): fix missing property prefix ( #1606 )
2023-03-08 10:26:36 +01:00
Lctrs
d5002e54fe
chore: add configuration for dependabot ( #1596 )
2023-03-08 09:55:36 +01:00
AhmedGrati
37b503846c
Feat: Add issues and pull requests templates ( #1560 )
...
* feat: add issues template
* feat: add pr template
2023-02-08 19:49:27 -05:00
Charlie Drage
d43aefd882
change master to main in scripts and docs ( #1569 )
...
* change master to main in scripts and docs
Changes the naming from master to main in the scripts and documentation.
Do not merge unless CI passes!
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
* remove 1.18, specify version of staticcheck
---------
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2023-02-08 15:42:16 -05:00
Lctrs
2ad5745d58
feat: migrate from libcompose to compose-go ( #1547 )
...
* feat: migrate from libcompose to compose-go
libcompose has been deprecated since summer 2021 in favor of https://github.com/compose-spec/compose-go .
Kompose should now be able to load all versions of compose.
* chore: replace golint with staticcheck
golint has been deprecated. Recommended replacement is staticcheck.
2023-01-12 15:17:22 -05:00
Charlie Drage
089e946489
remove sync docs from ci ( #1536 )
...
don't need sync docs since we are building from `/docs` directory
instead of `gh-pages`.
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2022-11-18 15:01:16 -05:00
AhmedGrati
849c229aad
Fix(CI Pipeline): Update Kubernetes unit tests and CI Pipeline configuration files ( #1531 )
...
* fix: update kubernetes unit tests
* fix: check whether selectors are present or not
* fix: update golang-lint yaml file
* fix: downgrade the version of fsouza go docker-client
2022-11-12 21:46:18 +08:00
Hang Yan
72ea6a3c24
Support group service by shared volumes ( #1439 )
...
Signed-off-by: Hang Yan <hang.yan@hotmail.com>
2021-10-03 23:07:41 +08:00
Hang Yan
9a6a24cb16
Update golang versions in ci ( #1437 )
2021-10-02 02:18:20 +08:00
Rémy Léone
395d99fb7d
add support for golangci-lint ( #1373 )
2021-04-07 11:10:56 +08:00
Bo Biene
76565d80b2
TLS improvements ( #1317 )
...
* Fix tls hostname for ingress with path
* Possibility to set ExposeServiceTLS to true
* keep full path when extracting host
Co-authored-by: Tomas Kral <tomas.kral@gmail.com>
2020-11-30 15:48:50 +08:00
namusyaka
3772612ff9
GitHub Actions Part2 ( #1356 )
...
* Update CI badge
* Update CI target
* Add TODO comment
* Create .coverprofile for each directory
Re:running tests resolve 0% coverage issue.
2020-11-30 14:48:09 +08:00
namusyaka
6baca72c4d
Migrate CI from travis ci to github actions ( #1355 )
...
Ref #1352
2020-11-16 11:47:55 +08:00