renovate[bot]
d444202ab8
chore(ci): update dorny/paths-filter action (v3.0.0 → v3.0.1) ( #1032 )
...
| datasource | package | from | to |
| ----------- | ------------------ | ------ | ------ |
| github-tags | dorny/paths-filter | v3.0.0 | v3.0.1 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-16 00:41:02 +00:00
renovate[bot]
3790b522e7
chore(ci): Update dorny/paths-filter action (v2.12.0 → v3.0.0) ( #959 )
...
| datasource | package | from | to |
| ----------- | ------------------ | ------- | ------ |
| github-tags | dorny/paths-filter | v2.12.0 | v3.0.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-26 22:20:35 -05:00
renovate[bot]
3a5e69d9c8
chore(ci): update dorny/paths-filter action (v2.11.1 → v2.12.0) ( #958 )
...
| datasource | package | from | to |
| ----------- | ------------------ | ------- | ------- |
| github-tags | dorny/paths-filter | v2.11.1 | v2.12.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 20:50:15 -05:00
Pavel Boldyrev
a030542da0
chore(ci): add link checker, reformat actions code ( #944 )
...
* chore(ci): add link checker, reformat actions code
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
* chore: use bot app token
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
---------
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-21 03:43:08 +00:00
renovate[bot]
daa94d4f87
chore(ci): update dorny/paths-filter action ( v2.2.1 → v2.11.1 ) ( #911 )
...
| datasource | package | from | to |
| ----------- | ------------------ | ------ | ------- |
| github-tags | dorny/paths-filter | v2.2.1 | v2.11.1 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 03:44:09 +00:00
renovate[bot]
5574e60542
chore(ci): update dorny/paths-filter digest ( 4512585 → 3b817c9 ) ( #910 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 03:43:21 +00:00
Pavel Boldyrev
c635044db3
chore(ci): update ( #890 )
...
* Update release-please workflow
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
* test run
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
* update metrics workflow
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
* update other workflows
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
---------
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-15 21:40:06 -05:00
dependabot[bot]
164a72d19d
chore(deps): bump actions/setup-go from 4 to 5 ( #791 )
...
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-11 19:17:48 -05:00
dependabot[bot]
6ab1d5fffb
chore(deps): bump github.com/golangci/golangci-lint from 1.55.0 to 1.55.1 in /tools ( #664 )
...
* chore(deps): bump github.com/golangci/golangci-lint in /tools
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint ) from 1.55.0 to 1.55.1.
- [Release notes](https://github.com/golangci/golangci-lint/releases )
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/golangci/golangci-lint/compare/v1.55.0...v1.55.1 )
---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* make sure golangci-lint runs when tools/go.mod is updated
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-10-29 19:53:58 +00:00
Pavel Boldyrev
16ebf30a79
fix(api): set min TLS version 1.3, secure HTTP-only cookie ( #596 )
...
* fix(api): set min TLS version 1.3, secure HTTP-only cookie
* remove `all-tests-passed` job
---------
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-10-01 14:19:51 -04:00
Pavel Boldyrev
bd09fd3d6e
chore(ci): cleanup CI flows ( #595 )
...
* chore: cleanup CI flows
- remove codeql
- pin 3rd-party action versions
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
* run linter only if go files changed
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
* run build/test only if go files changed
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
---------
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-10-01 15:01:22 +00:00
dependabot[bot]
44d6d6b080
chore(deps): bump actions/checkout from 3 to 4 ( #541 )
...
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 14:03:27 -04:00
Pavel Boldyrev
343e8045c1
feat(vm): add network device resources ( #376 )
...
* wip
* experimenting with terraform plugin framework
* cleaning up poc and adding tests
* adding read / update / delete
* update bridge_vlan_aware and MTU
* add ipv6 and simplify IP support
* fix provider's schema
* add docs
* run linter from cmdline
* disable TF acceptance tests
* add VLAN
* update docs
* add examole
* cleanup
2023-06-23 22:47:25 +00:00
Pavel Boldyrev
8edfe9c7c5
feat: Update to Go 1.19 ( #280 )
...
* feat: Update to Go 1.19
* fix order of steps in CI
2023-03-27 21:43:55 +00:00
dependabot[bot]
fdb9dc7714
chore(deps): bump actions/setup-go from 3 to 4 ( #269 )
...
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>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-03-21 22:18:04 -04:00
Pavel Boldyrev
a50b5efa63
chore: fix linter CI
2023-01-16 22:09:27 -05:00
Pavel Boldyrev
fc254db468
chore: fix linter config ( #209 )
2023-01-16 23:24:23 +00:00
Pavel Boldyrev
bf9e31ecfc
chore: lint and reformat the code ( #204 )
...
* chore: reformat code
* chore: add commitlint config
* reformat README.md
* add linter config
* lint & reformat docs
* go linter: only new issues
* fix some linting errors
* more reformatting
* disable linter warning for some duplicated code
2023-01-16 18:07:30 -05:00
Pavel Boldyrev
b0a92de22b
chore: update ci configs ( #148 )
...
* chore: update mergify config
* chore: add linter
2022-10-21 21:43:59 -04:00