Danny Kopping
d5d8b918d7
feat: lint github actions workflows ( #13552 )
2024-06-26 10:28:16 +02:00
Muhammad Atif Ali
136900268e
ci: migrate to depot.dev runners ( #13467 )
2024-06-25 09:36:33 +03:00
Cian Johnston
b4a5c7ffa9
chore: upgrade Go version to 1.22.4 ( #13623 )
...
Updates Go version to 1.22.4
Co-authored-by: Muhammad Atif Ali <me@matifali.dev >
2024-06-24 15:50:52 +01:00
dependabot[bot]
7cb8bfb133
ci: bump the github-actions group with 2 updates ( #13645 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 15:52:05 +03:00
dependabot[bot]
eed9794516
ci: bump crate-ci/typos in the github-actions group ( #13584 )
...
Bumps the github-actions group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos ).
Updates `crate-ci/typos` from 1.22.3 to 1.22.7
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.22.3...v1.22.7 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 09:03:26 -04:00
dependabot[bot]
363dbad3a3
ci: bump the github-actions group with 2 updates ( #13521 )
...
Bumps the github-actions group with 2 updates: [crate-ci/typos](https://github.com/crate-ci/typos ) and [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ).
Updates `crate-ci/typos` from 1.21.0 to 1.22.3
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.21.0...v1.22.3 )
Updates `aquasecurity/trivy-action` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/fd25fed6972e341ff0007ddb61f77e88103953c2...595be6a0f6560a0a8fc419ddf630567fc623531d )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-11 01:06:40 +03:00
Bruno Quaresma
056a697eff
feat(site): add download logs option ( #13466 )
2024-06-07 10:03:05 -03:00
Colin Adler
b723da9e91
chore: upgrade terraform to v1.8.5 ( #13429 )
2024-06-02 13:10:28 -04:00
Muhammad Atif Ali
7a7bef0dab
ci: fix syntax issue in docker-base.yaml ( #13412 )
2024-05-30 08:49:30 +00:00
Muhammad Atif Ali
6730c24c58
ci: build base image on PRs ( #13409 )
2024-05-30 08:35:37 +00:00
dependabot[bot]
a1d3b82dd1
ci: bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 in the github-actions group ( #13376 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-27 19:57:36 +03:00
Spike Curtis
b43344b672
feat: use latest gVisor and go 1.22.3 ( #13338 )
2024-05-23 08:22:44 -04:00
Kyle Carberry
3364abecdd
chore: generate terraform testdata with matching terraform version ( #13343 )
...
Terraform changed the default output of the `terraform graph` command. You must put `-type=plan` to keep the prior behavior.
Co-authored-by: Colin Adler <colin1adler@gmail.com >
2024-05-22 12:45:47 -05:00
Cian Johnston
45b45f1107
ci: re-enable test migrations in release workflow ( #13307 )
2024-05-20 10:35:06 +01:00
Colin Adler
f176ff532f
ci: re-pin actions/dependency-review-action back to a release ( #13309 )
2024-05-17 11:55:30 -05:00
Jon Ayers
82c1562f82
fix: skip license review for dependabot ( #13239 )
2024-05-10 18:14:03 +00:00
dependabot[bot]
8c9560ddb8
ci: bump the github-actions group with 2 updates ( #13238 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-10 17:38:07 +00:00
Mathias Fredriksson
06dd656e08
ci: disable make test-migrations in release.yaml ( #13201 )
2024-05-07 17:15:12 +00:00
Colin Adler
421c0d1242
chore: add nginx topology to tailnet tests ( #13188 )
2024-05-07 18:17:38 +10:00
Dean Sheather
677be9aab2
chore: add tailnet integration test CI job ( #13181 )
2024-05-07 06:21:17 +00:00
Muhammad Atif Ali
b56c9c438f
ci: only send docs-check notifications on schedule ( #13191 )
2024-05-07 01:40:18 +03:00
Kyle Carberry
3e3118794f
chore: add build targets to nix flake ( #13186 )
...
* chore: add build targets to nix flake
Enables `nix build github:coder/coder#main`!
* Fix all packages
* Add back pnpm
* Update flake.nix
Co-authored-by: Asher <ash@coder.com >
* Remove yarn
* fmt
---------
Co-authored-by: Asher <ash@coder.com >
2024-05-06 18:21:20 -04:00
dependabot[bot]
e7c87a806b
ci: bump the github-actions group with 2 updates ( #13177 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 22:43:17 +03:00
Kyle Carberry
93d8812284
chore: remove codecov ( #13124 )
...
* chore: remove codecov
It wasn't being used anymore.
* Update actions packages
2024-05-01 21:47:25 +00:00
Kyle Carberry
4e5960660e
chore: fix dependency review action ( #13105 )
...
See https://github.com/actions/dependency-review-action/issues/757
2024-04-29 20:51:01 -04:00
Kyle Carberry
1bda8a0856
feat: add deployment_id to the ui and licenses ( #13096 )
...
* feat: expose `deployment_id` in the user dropdown
* feat: add license deployment_id verification
* Ignore wireguard.com from mlc config
2024-04-29 16:50:11 -04:00
dependabot[bot]
ed07921752
ci: bump crate-ci/typos from 1.20.9 to 1.20.10 in the github-actions group ( #13090 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 16:57:53 +00:00
Jon Ayers
8269124ab7
feat: sign windows binaries ( #13086 )
2024-04-29 10:43:27 -05:00
Mathias Fredriksson
b82a782619
chore(scripts): implement mainline and stable release channels ( #13048 )
...
Fixes #12458
2024-04-24 19:43:11 +00:00
Frederik Dudzik
5780050493
chore(docs): fix broken links ( #13056 )
...
* fix broken links
* fmt
2024-04-24 11:21:22 +03:00
Cian Johnston
a04c76ce40
ci: release: test migrations before building ( #13051 )
2024-04-24 08:31:01 +01:00
dependabot[bot]
81fcdf717b
chore: bump github.com/gohugoio/hugo from 0.124.0 to 0.125.2 ( #13024 )
...
* chore: bump github.com/gohugoio/hugo from 0.124.0 to 0.125.2
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo ) from 0.124.0 to 0.125.2.
- [Release notes](https://github.com/gohugoio/hugo/releases )
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml )
- [Commits](https://github.com/gohugoio/hugo/compare/v0.124.0...v0.125.2 )
---
updated-dependencies:
- dependency-name: github.com/gohugoio/hugo
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* add license to allowlist
* syntax
* wrong format
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Ayers <jon@coder.com >
2024-04-23 02:27:32 +00:00
dependabot[bot]
3af317317a
ci: bump crate-ci/typos from 1.19.0 to 1.20.9 in the github-actions group ( #13027 )
...
* ci: bump crate-ci/typos in the github-actions group
Bumps the github-actions group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos ).
Updates `crate-ci/typos` from 1.19.0 to 1.20.9
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.19.0...v1.20.9 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
* Add `pn` exclusion
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Carberry <kyle@carberry.com >
2024-04-22 10:25:23 -04:00
Jon Ayers
0c993566dd
hotfix: skip dependency license review on main ( #12982 )
2024-04-16 23:08:22 -05:00
Jon Ayers
80f5978124
chore: add license review to CI ( #12981 )
2024-04-16 22:52:07 -05:00
Steven Masley
22785a307c
chore: add -agpl to agpl e2e artifacts ( #12943 )
...
* chore: -agpl added to agpl e2e artifacts
Before was doing 'false' at the end of artifacts
2024-04-11 16:57:40 +00:00
Steven Masley
b9936a4671
chore: deconflict e2e enterprise and AGPL artifacts in ci ( #12941 )
2024-04-11 09:42:21 -05:00
Kayla Washburn-Love
9cf2358114
ci: execute enterprise and non-enterprise e2e tests concurrently ( #12872 )
2024-04-10 15:42:53 -06:00
Kayla Washburn-Love
bc9ea61eb4
ci: disable enterprise e2e tests temporarily ( #12874 )
2024-04-04 17:39:07 -06:00
Colin Adler
cb6fea61df
chore: upgrade go to 1.21.9 ( #12861 )
2024-04-03 13:20:26 -05:00
dependabot[bot]
b7f5456e35
ci: bump the github-actions group with 1 update ( #12828 )
...
Bumps the github-actions group with 1 update: [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ).
Updates `aquasecurity/trivy-action` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/062f2592684a31eb3aa050cc61e7ca1451cecd3d...d710430a6722f083d3b36b8339ff66b32f22ee55 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 13:01:09 -05:00
Kayla Washburn-Love
f3cfe10c26
chore: add more e2e template settings tests ( #12717 )
2024-03-28 16:00:27 -06:00
dependabot[bot]
064a08efa5
ci: bump the github-actions group with 1 update ( #12743 )
...
Bumps the github-actions group with 1 update: [contributor-assistant/github-action](https://github.com/contributor-assistant/github-action ).
Updates `contributor-assistant/github-action` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/contributor-assistant/github-action/releases )
- [Commits](https://github.com/contributor-assistant/github-action/compare/v2.3.1...v2.3.2 )
---
updated-dependencies:
- dependency-name: contributor-assistant/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 23:40:35 +03:00
Kyle Carberry
fd8010c26d
chore: make build only run on main ( #12753 )
2024-03-25 19:15:18 +00:00
Marcin Tojek
1e0bbd5e10
docs: describe operational readiness ( #12723 )
2024-03-25 17:10:24 +01:00
Marcin Tojek
a7d9d87ba2
docs: use scale testing utility ( #12643 )
2024-03-22 11:33:31 +00:00
Muhammad Atif Ali
f0c5e8e960
chore: reduce slack spam for manually run docs link checker workflows ( #12630 )
2024-03-18 17:23:54 +03:00
dependabot[bot]
aa3ab209f3
ci: bump the github-actions group with 3 updates ( #12622 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-17 13:27:15 +00:00
Cian Johnston
3e6e1e6f10
ci: add jnb wsproxy + update dogfood template ( #12440 )
...
Co-authored-by: Dean Sheather <dean@deansheather.com >
2024-03-06 18:54:26 +00:00
Dean Sheather
842799847a
chore: fix trivy scanning ( #12421 )
2024-03-05 19:04:16 -06:00