Commit Graph

65 Commits

Author SHA1 Message Date
dependabot[bot]
fbeb2eb41b
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/checkout` from 4 to 5
- [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/v4...v5)

Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 22:02:04 +00:00
Kevin Franklin Kim
d95f8df187
chore: bump golangci-lint 2025-05-26 21:54:45 +02:00
Kevin Franklin Kim
e179275645
chore: add timeout 2025-03-07 16:50:17 +01:00
Kevin Franklin Kim
26f77b26b2
chore: update name 2025-03-07 16:35:46 +01:00
Kevin Franklin Kim
375e419280
docs: add community files 2025-03-07 16:35:10 +01:00
Kevin Franklin Kim
55963c3749
chore: update dependabot 2025-03-07 16:34:38 +01:00
Kevin Franklin Kim
1e428a4832
docs: update README 2024-11-22 09:15:21 +01:00
Kevin Franklin Kim
4ee89ee26b
Merge branch 'main' into dependabot/github_actions/goreleaser/goreleaser-action-6 2024-07-05 07:02:32 +02:00
dependabot[bot]
4dd2ed75cd
chore(deps): bump golangci/golangci-lint-action from 4 to 6
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v6)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-28 14:54:09 +00:00
dependabot[bot]
54f3b8af13
chore(deps): bump goreleaser/goreleaser-action from 5 to 6
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-28 14:54:07 +00:00
Kevin Franklin Kim
686ef11205
refactor: rename keeltest folder 2024-04-16 08:55:30 +02:00
Kevin Franklin Kim
e2062f5940
chore: group dependencies 2024-04-15 09:08:49 +02:00
Kevin Franklin Kim
011d917752
Merge branch 'v0.18.x' of github.com:foomo/keel into feature/graceful-shutdown 2024-03-25 08:22:26 +01:00
Kevin Franklin Kim
801110dc8e
chore: update workflows 2024-03-25 08:20:18 +01:00
Kevin Franklin Kim
40b754758c
chore: bump actions 2024-03-15 15:44:18 +01:00
Kevin Franklin Kim
a789e0fa57
chore: add timeout 2023-09-08 12:23:25 +02:00
Kevin Franklin Kim
93d7b46f1c
chore: fix config 2023-09-08 12:20:58 +02:00
Kevin Franklin Kim
9473fa3dcb
chore: update github workflow 2023-09-08 12:17:44 +02:00
franklin
fe85d0988d chore: update gh actions 2023-08-11 11:04:48 +02:00
franklin
d00ec8daf9 feat: remove obsolete cache flag 2023-06-01 11:47:54 +02:00
dependabot[bot]
d8da158928
chore(deps): bump actions/setup-go from 3 to 4
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>
2023-03-20 22:57:46 +00:00
franklin
2b94959e59 chore: remove matrix 2023-02-20 11:17:55 +01:00
franklin
b31b0e8bd5 chore: skip cache 2023-02-20 11:16:36 +01:00
franklin
9040452a6d chore: remove depends 2023-02-20 11:11:07 +01:00
franklin
46496400d4 chore: use path matrix 2023-02-20 11:10:16 +01:00
franklin
466587f833 chore: remove only-new 2023-02-20 11:07:26 +01:00
franklin
ec8356e9a4 chore: cancel prev run 2023-02-20 11:05:45 +01:00
franklin
0aafba4de3 chore: add release workflow 2023-02-20 11:04:34 +01:00
franklin
4535e78be1 chore: rename workflow 2023-01-27 15:55:55 +01:00
Kevin Franklin Kim
ae48cdee2f chore: update action 2022-09-12 08:32:51 +02:00
Kevin Franklin Kim
a5bdcaf541 feat: update go and deps 2022-08-17 11:54:59 +02:00
Kevin Franklin Kim
12ffff460c chore: bump golangci-lint 2022-08-12 16:01:09 +02:00
dependabot[bot]
5b670362fd
chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 22:17:18 +00:00
Kevin Franklin Kim
ffe067ed1a chore: update golangci-lint version 2022-04-14 16:04:52 +02:00
Kevin Franklin Kim
4063a3b651 Merge remote-tracking branch 'origin/dependabot/github_actions/actions/setup-go-3' 2022-04-14 16:01:59 +02:00
Kevin Franklin Kim
9952b990fc chore: update go 2022-04-14 16:00:34 +02:00
dependabot[bot]
0bde1624fb
chore(deps): bump actions/setup-go from 2 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
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>
2022-04-11 22:15:50 +00:00
Kevin Franklin Kim
aa79868e55 chore: update deps 2022-03-08 21:13:08 +01:00
Kevin Franklin Kim
badfd5f1d1 chore: ignore sub package 2022-02-11 15:34:23 +01:00
Kevin Franklin Kim
8f5bbd9b30 chore: remove super linter and add tests 2022-02-03 08:56:36 +01:00
dependabot[bot]
a398701164
chore(deps): bump github/super-linter from 4.8.5 to 4.8.7
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.8.5 to 4.8.7.
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md)
- [Commits](https://github.com/github/super-linter/compare/v4.8.5...v4.8.7)

---
updated-dependencies:
- dependency-name: github/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 22:15:25 +00:00
Kevin Franklin Kim
8a597e9301 Merge branch 'main' of github.com:foomo/keel 2022-01-03 16:22:19 +01:00
dependabot[bot]
540052446a
chore(deps): bump github/super-linter from 4.8.4 to 4.8.5
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.8.4 to 4.8.5.
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md)
- [Commits](https://github.com/github/super-linter/compare/v4.8.4...v4.8.5)

---
updated-dependencies:
- dependency-name: github/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 22:13:23 +00:00
Kevin Franklin Kim
593625f089 chore: pwd test 2021-12-14 16:48:46 +01:00
Kevin Franklin Kim
938f87cb35 chore: pwd test 2021-11-25 15:19:35 +01:00
Kevin Franklin Kim
3c17dde3be chore: rename actions 2021-11-24 16:22:41 +01:00
Kevin Franklin Kim
eb0f49165a chore: fix folder 2021-11-24 16:19:36 +01:00
Kevin Franklin Kim
21c238e39a chore: fix type 2021-11-24 16:17:55 +01:00
Kevin Franklin Kim
d76af50c83 chore: fix typo 2021-11-24 16:16:23 +01:00
Kevin Franklin Kim
4fa7ac21f0 chore: split lint 2021-11-24 16:14:32 +01:00