Dario Tranchitella
954b4da3f4
chore(ci): ubuntu version pinning to 20.04
2023-03-28 12:57:17 +02:00
Dario Tranchitella
e64b3f8cf9
chore(ci): dropped cgroupv2 support from k8s
...
https://kind.sigs.k8s.io/docs/user/known-issues/#failure-to-create-cluster-with-cgroups-v2
2023-03-02 15:32:47 +01:00
Dario Tranchitella
89348c9499
chore(golangci-lint): updating to latest version and code alignement
2023-03-02 15:32:47 +01:00
Oliver Bähler
ee0fdc9efa
feat: ct install performs locally & ci loads current capsule build
...
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com >
2022-12-27 17:53:17 +01:00
Dario Tranchitella
ee213aab49
chore(gh): updating compatibility matrix
2022-12-18 11:20:25 +01:00
Dario Tranchitella
132ffd57ea
chore(maintainers): welcome oliver
2022-11-21 18:56:44 +01:00
Oliver Bähler
2771b63c18
feat: add helm-docs check
2022-08-30 10:33:18 +02:00
Oliver Bähler
9a1520ff66
feat: add github config, correct slack link
2022-08-30 10:33:18 +02:00
Oliver Bähler
c304fb2438
feat: chart testing and docs improvements
2022-08-30 10:33:18 +02:00
Dario Tranchitella
c32166ba45
chore(github): ensuring autogenerated crds docs is committed
2022-08-17 18:49:57 +02:00
Dario Tranchitella
3435f5464b
chore: adding maintainers list
2022-08-05 11:48:31 +02:00
alegrey91
f9e7256746
ci: add gosec pipeline
2022-08-01 09:37:12 +02:00
Dario Tranchitella
3afc470534
chore(e2e): triggering e2e also for pkg files
2022-07-22 19:29:27 +00:00
Dario Tranchitella
741db523e5
chore(gh): adding 1.24 to the e2e test matrix
2022-06-14 14:39:05 +00:00
Dario Tranchitella
7b3f850035
chore(gh): disabling fail fast for e2e
2022-06-13 09:52:58 +00:00
ptx96
29d29ccd4b
feat(ci): added docker.io repository
2022-05-24 13:26:57 +00:00
Dario Tranchitella
68956a075a
chore(ci): pinning golangci-lint version
2022-05-10 12:48:32 +00:00
Dario Tranchitella
a3495cf614
chore: go 1.18 support
2022-04-14 15:21:49 +00:00
Dario Tranchitella
535ef7412c
chore(ci): force use of go 1.16
2022-04-06 15:52:22 +00:00
Dario Tranchitella
c9af9c18e4
chore(ci): e2e for kubernetes v1.23
2022-01-03 10:33:42 +00:00
Vivek Singh
b97c23176d
fix: duplicate release for helm chart
...
this commit remote helm release workflow trigger on create which triggers duplicate event as push
fixes : #459
2021-11-02 17:13:10 +01:00
Dario Tranchitella
fa8e805842
build(ci): triggering e2e also for nested files
2021-10-28 17:53:17 +02:00
Gonzalo Gabriel Jiménez Fuentes
7a66e8ea93
ci: limit e2e tests to specific paths
2021-09-23 17:57:25 +02:00
Gonzalo Gabriel Jiménez Fuentes
681b514516
ci: allowing tag creation as trigger to push helm chart
2021-09-23 17:57:25 +02:00
Gonzalo Gabriel Jiménez Fuentes
03456c0b54
fix(ci): allowing tag creation as trigger to push helm chart
2021-09-23 14:01:57 +02:00
Dario Tranchitella
c140ab076e
ci(gh): adding git semantic commit message check
2021-08-18 22:08:53 +02:00
Dario Tranchitella
6223b1c297
chore(github): forcing Go 1.16 and removing caching
2021-08-10 15:39:43 +02:00
Dario Tranchitella
d5158f06be
chore(github): updating Kubernetes supported matrix
2021-08-10 15:39:43 +02:00
Pietro Terrizzi
b56015922f
chore(gh): using build-args
2021-08-09 11:53:43 +02:00
Dario Tranchitella
e1d98334a2
chore(gh): updating e2e workflow
2021-07-28 17:34:24 +02:00
Dario Tranchitella
ac7de3bf88
chore(github): updating steps for single YAML file installer diffs
2021-07-19 15:21:56 +02:00
Dario Tranchitella
1aa026c977
chore(github): no need of fundings
2021-07-08 11:36:15 +02:00
ptx96
dfe0f5ea49
chore: do docker(x) build/push step in gh actions
2021-06-05 16:12:14 +02:00
Dario Tranchitella
b349042265
chore: no need of fmt or vet, already managed by golanci-lint
2021-05-31 16:15:44 +02:00
Maksim Fedotov
bb6614d1e8
chore(ci): output diff files for manifests files
2021-05-25 14:46:05 +02:00
Dario Tranchitella
ac7114e975
chore: triggering Helm Charts CD upon tag release
2021-05-07 16:20:33 +02:00
Dario Tranchitella
d2700556dd
Adding linters and aligning code ( #169 )
...
* Adding linters and aligning code
* Aligning ingressHostnames to AllowedListSpec
2021-01-13 23:49:11 +01:00
Dario Tranchitella
49c8131eb5
Adding k8s 1.20 to E2E testing matrix and updating 1.19 to latest stable release ( #171 )
2020-12-20 23:47:34 +01:00
Dario Tranchitella
12a8c469e8
Requiring Helm Chart version
2020-12-06 02:26:37 +01:00
Dario Tranchitella
f6fd0cfe3f
Helm Charts are now inside of the repository ( #147 )
...
* Adding Helm chart source
* Pointing to new Chart location
* Setting GitHub Action for remote Helm Chart release
* Updating Go dependencies
* Using Helm as default installation tool
* Separating diff and e2e jobs
* Aligning tests to Helm labels
* Checking fmt and vet, and fixing it
* We don't need limits on E2E
2020-12-01 23:30:31 +01:00
Dario Tranchitella
6541f19b67
Automating version pick-up according to current git version and minor Kustomize hotfixes ( #135 )
2020-11-17 19:20:31 +01:00
Dario Tranchitella
2d628e1cd0
Upgrading GitHub actions ( #136 )
...
* New KinD GitHub action
* Upgrading golangci-lint
2020-11-17 09:27:53 +01:00
Dario Tranchitella
ee6e3aa0df
Using matrix strategy for e2e on multiple k8s versions ( #111 )
...
* Using matrix strategy for e2e on multiple k8s versions
* EndpointSlice version support according to Kubernetes release
* Utility helper for testing various Kubernetes versions
2020-10-29 09:39:22 +01:00
Dario Tranchitella
10dcfeab82
Typo on bug report template
2020-09-10 16:49:34 +02:00
Maxim Fedotov
e8362f739f
Add Service labelling and annotating webhook ( #84 )
...
Co-authored-by: Maksim Fedotov <m_fedotov@wargaming.net >
2020-09-10 11:56:51 +02:00
Dario Tranchitella
ea2d69088d
Fixing CI ( #75 )
...
* Version pinning Ubuntu
* Caching Docker images and other Go modules
* Removing kustomize
2020-09-01 19:12:32 +02:00
Dario Tranchitella
e481a4ff5f
Implementing e2e during CI ( #62 )
2020-08-21 22:45:19 +02:00
Roberto Polli
6d4fb83a23
Refactoring lint GitHub Action ( #37 )
2020-08-06 11:08:00 +02:00
Dario Tranchitella
5d20d515a7
Migrating from OperatorSDK 0.18 to 0.19 ( #23 )
2020-08-04 16:30:28 +02:00
Dario Tranchitella
812b16fcff
Initial commit
2020-07-24 10:57:51 +02:00