Jose Diaz-Gonzalez
ae1b695fc5
feat: build digitalocean images in ci on release
...
While these don't (yet?) get submitted to the Digitalocean marketplace, it should bring us most of the way of making that possible.
The next step would be to somehow get notifications of the new image snapshot sent... Somewhere and have the lovely DO folks test/release it for us.
2023-02-16 14:21:36 -05:00
Jose Diaz-Gonzalez
46ea507182
fix: use authenticated requests to the github api in order to generate changelogs for a release
2023-02-15 22:30:39 -05:00
Jose Diaz-Gonzalez
6e28b9f835
chore: drop set-output usage
2022-12-29 00:14:29 -05:00
Jose Diaz-Gonzalez
c589206b64
Merge pull request #5160 from dokku/dependabot/github_actions/docker/setup-buildx-action-2
...
chore(deps): bump docker/setup-buildx-action from 1 to 2
2022-05-10 10:26:20 -04:00
Jose Diaz-Gonzalez
ae8c093bc8
Merge pull request #5161 from dokku/dependabot/github_actions/docker/login-action-2
...
chore(deps): bump docker/login-action from 1 to 2
2022-05-10 10:25:57 -04:00
dependabot[bot]
ecdb701685
chore(deps): bump docker/setup-qemu-action from 1 to 2
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-06 13:30:16 +00:00
dependabot[bot]
4dc49f9154
chore(deps): bump docker/login-action from 1 to 2
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-06 13:30:13 +00:00
dependabot[bot]
0c7d15371f
chore(deps): bump docker/setup-buildx-action from 1 to 2
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-06 13:30:10 +00:00
dependabot[bot]
c0ab69c209
chore(deps): bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [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/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-16 06:47:38 +00:00
dependabot[bot]
5ba4c71ac2
chore(deps): bump actions/upload-artifact from 2 to 3
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-14 15:32:24 +00:00
Jose Diaz-Gonzalez
669c232562
feat: test building the docker image when building a non-release
2022-03-08 01:31:25 -05:00
Jose Diaz-Gonzalez
c3ee7ce886
fix: ensure buildx is available during the release process
...
Without this, we cannot build the docker image during a release.
2022-03-08 01:31:25 -05:00
Jose Diaz-Gonzalez
4306178966
fix: use netrc binary to properly release dokku client homebrew formula
2021-11-11 18:59:03 -05:00
Jose Diaz-Gonzalez
3aa7d39358
chore: switch to unauthenticated tap for formula bumping
2021-10-10 02:19:49 -04:00
Jose Diaz-Gonzalez
03ff6e9824
add verbose debugging to formula releasing
2021-04-16 14:45:54 -04:00
Jose Diaz-Gonzalez
8e954d99df
fix: checkout code to ensure the bump-azure script is available
2021-02-28 02:57:54 -05:00
Jose Diaz-Gonzalez
3511ae53f4
refactor: bump azure template and formula directly on release
...
Rather than try and do something fancy on tag creation via workflows - which won't trigger due to workflows not being able to trigger other workflows without using workflow_run on the downstream workflow as a trigger - we just do all the releasing at once. This makes it easy to understand whether a release fully completed.
2021-02-28 02:11:58 -05:00
Jose Diaz-Gonzalez
36c2266196
fix: add missing docker login for release process
2021-02-15 17:14:55 -05:00
Jose Diaz-Gonzalez
6b357fdcb4
fix: properly configure git in release environment
2021-02-15 16:55:33 -05:00
Jose Diaz-Gonzalez
2ed3c6c356
fix: install package_cloud for use with release process
2021-02-15 16:52:16 -05:00
Jose Diaz-Gonzalez
4ab42e846d
feat: add ability to trigger release via github actions
...
This will enable releases to be performed even when not at a computer, though also by anyone with Actions access.
2021-02-15 03:18:21 -05:00