Commit Graph

159 Commits

Author SHA1 Message Date
David Karlsson 5b88ec44cd chore: add Sysdig to vocab
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-28 15:43:07 +02:00
David Karlsson a910fdb6dc chore: fix/remove broken vale rules
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-14 11:39:07 +02:00
dependabot[bot] 687444c96b
build(deps): bump aws-actions/configure-aws-credentials from 3 to 4
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 3 to 4.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v3...v4)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 01:31:13 +00:00
dependabot[bot] d32d4acd02
build(deps): bump actions/checkout from 3 to 4
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>
2023-09-05 02:06:53 +00:00
CrazyMax f0790796af
ci: missing concurrency checks
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-08-24 10:23:26 +02:00
CrazyMax 4ba0306c81
Merge pull request #18019 from docker/dependabot/github_actions/docker/bake-action-3
build(deps): bump docker/bake-action from 2 to 3
2023-08-24 10:21:49 +02:00
CrazyMax efc5106543
Merge pull request #18021 from docker/dependabot/github_actions/aws-actions/configure-aws-credentials-3
build(deps): bump aws-actions/configure-aws-credentials from 1 to 3
2023-08-24 10:21:38 +02:00
dependabot[bot] a8f4c62f08
build(deps): bump aws-actions/configure-aws-credentials from 1 to 3
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 to 3.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v1...v3)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-24 08:19:33 +00:00
dependabot[bot] 8f1687ff21
build(deps): bump peter-evans/create-pull-request from 5.0.0 to 5.0.2
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](5b4a9f6a9e...153407881e)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-24 08:19:31 +00:00
dependabot[bot] ff3005271e
build(deps): bump docker/bake-action from 2 to 3
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 2 to 3.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-24 08:19:27 +00:00
CrazyMax 964fca0283
chore: dependabot to keep gha up to date
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-08-24 10:11:36 +02:00
Allie Sadler f26f102c65
update codeowners (#18010)
Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
2023-08-23 16:21:22 +01:00
David Karlsson 92bccbcf15 release: remove unnecessary build-arg
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 21:52:42 +02:00
David Karlsson a0d21ade2f migrate to hugo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:41:02 +02:00
Stephanie Aurelio b9bf169c33
update recommended words (#17935) 2023-08-17 07:59:47 -07:00
David Karlsson b312d952d1 chore: update codeowners
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-02 20:27:31 +02:00
Chris Chinchilla 6c54a3179a
Style and contributor guide updates (#17724)
* Draft

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Update style guides, add vale rules, and fix style guide voilations

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

Further changes

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Add units mention

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Add more details to links

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Correct internal anchor

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

---------

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-07-24 10:02:28 +01:00
David Karlsson 8efdcadf88 chore: add ufw to vocabulary list
(and sort the list)

Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
Chris Chinchilla 97a3e20bd1 Fix terminology regex
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-05-30 17:37:53 +02:00
Chris Chinchilla df4b25f551
Update .github/vale/Docker/Terminology.yml
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-05-30 09:39:52 +02:00
Chris Chinchilla 7f1039e0ed
Add Scout terms
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-05-30 08:43:42 +02:00
Chris Chinchilla f6d6b03f5c
Switch to regex
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-05-30 08:31:34 +02:00
Chris Chinchilla 0182501bf2
Update link
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-05-26 16:58:43 +02:00
Chris Chinchilla c8d29a7fb6
Start terminology list
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-05-26 16:57:17 +02:00
David Karlsson c13f55aeda add buildx and link to issue trackers directly
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-25 15:18:37 +02:00
David Karlsson c9a9970f5e
Merge pull request #17331 from dvdksn/chore/issue-tpl-form-schema
chore: update issue template to use forms
2023-05-18 14:22:26 +02:00
David Karlsson 4460c0c503 chore: update issue template to use forms
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-18 13:48:22 +02:00
Allie Sadler 56f76186df
update codeowners (#17359) 2023-05-18 11:37:18 +01:00
Allie Sadler 5012d78d01
ENGDOCS-1366 (#17342)
* ENGDOCS-1366

* tidy and vale additions
2023-05-17 14:45:05 +01:00
Chris Chinchilla 8581cc6a4c
Merge branch 'main' into repo-level-logos 2023-05-17 13:02:35 +02:00
bagratte 9e1368bc5a
Proofread Compose samples (#17274)
* Proofread Compose samples

* Sort acronyms alphabetically
2023-05-10 13:04:14 +01:00
Chris Chinchilla fe750fef5c
Merge pull request #17047 from ChrisChinchilla/chrisward/dvp
Small tweaks to DVP content
2023-04-17 10:14:54 +02:00
David Karlsson 2d44be0fc0 ci: replace htmlproofer with wjdp/htmltest
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-12 15:38:51 +02:00
Chris Chinchilla 035233fa44
Merge branch 'main' into repo-level-logos 2023-04-12 13:39:16 +02:00
Chris Chinchilla 48af387a28
Merge pull request #17085 from ChrisChinchilla/chrisward/vale-acr
Add acronym terms to unpack to Vale
2023-04-12 12:55:57 +02:00
David Karlsson 8f34ac4f20 ci: fix auto-publish workflow
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-12 10:04:30 +02:00
David Karlsson 7299fb4d9b ci: add checkout for merge job
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-11 20:42:25 +02:00
David Karlsson b0492452b6 ci: remove yaml anchors
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-11 20:28:26 +02:00
David Karlsson 647ffabdbe
ci: automate publishing (#17086)
* ci: automate publishing

Signed-off-by: David Karlsson <david.karlsson@docker.com>
Co-authored-by: CrazyMax <github@crazymax.dev>

---------

Signed-off-by: David Karlsson <david.karlsson@docker.com>
Co-authored-by: CrazyMax <github@crazymax.dev>
2023-04-11 20:26:29 +02:00
Chris Chinchilla 31f0842ccb Add acronym terms to unpack 2023-04-11 17:45:04 +02:00
Chris Chinchilla 5ebb7432b0
Merge branch 'main' into chrisward/dvp 2023-04-06 12:18:15 +02:00
Chris Chinchilla 7dde6e40c6 Draft 2023-04-06 12:16:26 +02:00
Chris Chinchilla 7f9f453ec1 Make Vale substitute rule actionable in extensions 2023-04-06 09:47:35 +02:00
Chris Chinchilla f038e2792f Add illustrate to word list 2023-03-31 12:09:36 +02:00
Chris Chinchilla a68af92902 Draft 2023-03-20 13:22:18 +01:00
Chris Chinchilla 890ccc1734 DVP draft 2023-03-20 11:45:37 +01:00
CrazyMax 48fe03dfde
ci: fix validate upstream workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-03-13 16:28:01 +01:00
Chris Chinchilla b98cfe5cde Make Vale contractions actionable in editors 2023-03-13 12:31:38 +01:00
Chris Chinchilla 7eb37b0011
Merge pull request #16819 from docker/chrisward/get-started-tweaks
Small tweaks to get started guide
2023-03-01 18:14:42 +01:00
Chris Chinchilla 5f613c757a Draft 2023-03-01 12:51:40 +01:00