Commit Graph

138 Commits

Author SHA1 Message Date
nitrocode
3b4545fe05 fix(release.yml): add dependencies to release.yml (#3522)
* fix(release.yml): add dependencies to release.yml

* fix(release.yml): add build to release.yml

---------

Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
2023-06-19 16:28:11 -05:00
nitrocode
49e992cd17 chore(buildkit): pin to v0.10.6 (#3517)
* chore(buildkit): pin to v0.10.6

* Update .github/workflows/atlantis-image.yml
2023-06-13 19:03:51 +00:00
nitrocode
2c2904bdd9 feat(release-notes): add release.yml (#3500) 2023-06-09 20:53:51 -05:00
nitrocode
bbebf3da57 fix(github-actions): pin buildx to v0.11.2 (#3481) 2023-06-07 00:01:37 +00:00
nitrocode
3468f58d1e feat(github-actions): Add pr lint workflow (#3480)
Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
2023-06-03 00:32:40 -05:00
nitrocode
8e72ab589d fix(atlantis-image): push on release tag (#3432) 2023-05-23 03:31:39 +00:00
Dylan Page
3c27fbbfc0 fix(ci): only push docker dev tag on main (#3393)
- Disables pushing a dev tag within an unmerged pr commit event.
- Also disabled pushing at all unless the event comes from the main branch
2023-05-11 21:34:14 -05:00
nitrocode
1a3a212c3c fix: add exempt labels to stale action (#3374)
Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
2023-05-04 07:29:51 -05:00
Dylan Page
1b8acba640 fix(ci): Create atlantis-image-required.yml (#3376)
There are still some corner cases where atlantis-image doesn't run, thus blocking PRs for passing. This should properly handle all cases by inverting the paths with paths-ignore.
2023-05-03 22:12:02 -07:00
Dylan Page
b0ebad5c4a fix(atlantis-image): build atlantis image when all packages update (#3353) 2023-04-26 15:08:21 -04:00
Dylan Page
d88857bb01 fix(ci): fix workflows to run when required to avoid empty required checks (#3342)
* fix(ci): fix workflows to run when required to avoid empty required checks
2023-04-20 17:51:01 -04:00
Dylan Page
2c726aa75c ci: fix docker push logic when PR originates from fork (#3324) 2023-04-12 19:24:19 -04:00
nitrocode
5a008d9c3a fix(atlantis-image): rm redundant dev push, correct authors (#3306) 2023-04-10 16:16:33 -07:00
Dylan Page
310aff8351 refactor(atlantis-image): recombine with atlantis-base (#3001)
* refactor: atlantis-image build pipeline and docker images

Atlantis built and maintained two separate docker images, atlantis and
atlantis-base. This made cutting releases cumbersome and had
inefficiencies in the docker image layers.

This PR condenses the workflow into a single job and Dockerfile once
again by utilizing multi-stage builds more heavily and Docker build targeting.

* fix: apply @nitrocode suggestions from code review
* feat: hadolint
* fix: DL4006 on go mod graph
* fix: version regressions

---------

Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
2023-04-04 21:49:00 +00:00
nitrocode
617714034f fix(workflows): use ** instead of **/* in paths (#3267)
* Update test.yml

* Update test.yml

* Update test-required.yml

* Update lint-required.yml

* Update lint.yml
2023-03-26 21:11:59 -05:00
renovate[bot]
7ac714e0da chore(deps): update actions/stale action to v8 in .github/workflows/stale.yml (#3266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-24 21:08:55 -05:00
Rui Chen
11a3b0018f deps: update goreleaser to 1.16.2 (#3257)
Signed-off-by: Rui Chen <rui@chenrui.dev>
2023-03-22 17:46:11 -04:00
renovate[bot]
f5aff35881 chore(deps): update actions/setup-go action to v4 in .github/workflows/release.yml (#3230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-15 14:24:49 -05:00
nitrocode
19da9a27a8 feat: schedule renovate daily (#3224) 2023-03-15 13:09:48 -05:00
nitrocode
0eacb34f37 fix: close stale issues after 2 months of inactivity (#3204) 2023-03-11 11:22:44 -08:00
nitrocode
890a5f7502 fix(docker): add prefix v to tags again (#3177) 2023-03-01 21:48:47 -08:00
nitrocode
510421d9ad fix: add missing description to multiarch images (#3170)
Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
2023-02-25 17:39:39 -06:00
nitrocode
2954e90847 fix: push to full ghcr repo name (#3167) 2023-02-25 15:27:33 -06:00
nitrocode
892a43b594 fix: push image to repo name without org (#3164) 2023-02-25 12:36:13 -08:00
nitrocode
4bd0f702ea feat(build): add new sha ghrc docker tags using docker/metadata-action (#3121)
* feat(build): use docker meta for tags
2023-02-25 12:02:14 -06:00
nitrocode
49bc17d3b9 feat(renovatebot): automerge enabled (#3123)
* feat(renovatebot): automerge enabled

* Update renovate.json5

* feat(workflows): add negative path filtering for required tests
2023-02-16 21:44:22 -08:00
renovate[bot]
a2e3aeead4 chore(deps): update docker/build-push-action action to v4 in .github/workflows/testing-env-image.yml (#3079)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-31 08:32:14 -06:00
Ken Kaizu
ac795ce435 docs: apply home dark mode (#3062)
* merge scss into index.scss

* apply darkmode on docs Home using predefined var color

* codeql/labeler github action for handling draft pr

* labeler require pull_requiest_target
2023-01-27 17:02:48 -06:00
nitrocode
40f1e9535f fix(docker): Set version based on release tag, revert gorelease signing (#3051)
* fix(docker): Set version based on release tag, revert gorelease signing
2023-01-25 19:46:09 -08:00
nitrocode
89ccb8659a feat(release): version based on github release tag (#3049) 2023-01-25 19:03:30 -06:00
nitrocode
3d92402788 chore(template): expand issue template (#2873)
* Add more to issue template

* Update bug_report.md

* Update bug_report.md
2023-01-24 12:35:25 -06:00
Adam Zahumenský
953de00f80 feat: --silence-no-projects to comments with -d and -p (#2969)
* Expand --silence-no-projects to targeted commands

* Cover other commands, test+docs

* Add more tests, refactor doc

* fix tests

* fix dangling pending VCS statuses

* fix: codeql yaml

* fix: lint
2023-01-24 08:26:24 -06:00
nitrocode
898bcec40e feat(actions): website link check (#3037)
* feat(actions): website link check
2023-01-23 23:14:24 -08:00
nitrocode
5491642f46 fix(actions): set labeler to use correct on event (#3033)
* fix(actions): set labeler to use correct on event
2023-01-23 13:42:20 -05:00
nitrocode
483b09d419 docs(readme): Add go pkg badge (#3029)
* docs(readme): Add go pkg badge
2023-01-22 23:20:17 -05:00
nitrocode
56677bda36 feat(actions): add labeler (#3020)
* feat(actions): add labeler
2023-01-22 18:44:56 -08:00
nitrocode
97f3c78f7a chore(test): remove redundant test job from circleci (#3026)
* chore(test): rm test job from circleci
2023-01-22 18:26:01 -08:00
nitrocode
97f19baabe feat(codeql): ignore draft prs (#3021) 2023-01-21 23:14:12 -08:00
nitrocode
74aaa44083 chore(actions): deprecate set-output (#3019)
* chore(actions): deprecate set-output

* chore(actions): proper deprecation
2023-01-21 22:15:22 -08:00
nitrocode
3d735a3a20 build(docker): fix intermittent ghcr push failures (#3018)
* Update atlantis-base.yml

* Update atlantis-image.yml
2023-01-21 12:34:48 -08:00
nitrocode
823f9e2a07 chore(docker): rm setup-golang from atlantis image workflow (#2989) 2023-01-18 17:04:04 -05:00
nitrocode
d736250e9a feat: more container labels: licenses (#2900)
* atlantis-base: add license label

* atlantis-image: add license label

* Apply suggestions from code review

* Update Dockerfile

* Update Dockerfile.alpine

* Update Dockerfile.debian

* Apply suggestions from code review

* Update Dockerfile

* Update Dockerfile

* Update docker-base/Dockerfile.alpine

* Update Dockerfile.debian
2023-01-16 15:57:55 -06:00
nitrocode
bcbcf5cb63 feat(build): add vulnerability codeql scanning (#2879)
* Add vulnerability codeql scanning

* Resolve zip slip
2023-01-16 15:53:35 -06:00
nitrocode
bfd88b021e feat: additional renovatebot configurations (#2981) 2023-01-15 17:34:38 -06:00
nitrocode
ad18c02f4e chore(deps): use testing-env:latest (#2966)
* Update config.yml

* Update test.yml

* Update Makefile
2023-01-10 22:17:07 -06:00
Ken Kaizu
c48c994bba chore: use actions/checkout@v3 (#2948) 2023-01-08 00:08:08 -05:00
renovate[bot]
9b7704ae38 chore(deps): update actions/checkout action to v3.3.0 (#2943)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 02:20:42 -05:00
renovate[bot]
b1b0b898cc chore(deps): update ghcr.io/runatlantis/testing-env docker tag to v2023 (#2931)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-05 00:24:02 -05:00
Ken Kaizu
f2c1046ab9 chore: enable renovate gomodUpdateImportPaths (#2929) 2023-01-05 00:07:50 -05:00
nitrocode
1fc3dd1b8d Disable bump-homebrew-action (#2906)
* Update release.yml

* Apply suggestions from code review

* Disable homebrew bump
2023-01-03 14:31:31 -05:00