Seth For Privacy
699b578ee7
Harden CI workflows: reliability tests, least-privilege, build cache
...
Reliability (catch a bad image revision before prod):
- Smoke-test the exact pushed digest in update-image-on-push.yml BEFORE the
merge job tags it 'latest' (previously the prod artifact was never run).
- Assert the p2pool banner reports the pinned P2POOL_BRANCH tag, and verify
the container starts and stays up, instead of just sleeping 30s.
Hardening:
- Least-privilege 'permissions:' blocks (default contents: read; packages:
write only on push/merge jobs; repo default token is currently write-all).
- Concurrency groups (cancel superseded PR builds; serialize prod pushes).
- persist-credentials: false on checkout; timeout-minutes on jobs.
Build cache:
- cache-to registry buildcache (mode=max, per-arch); read buildcache + latest.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-23 09:16:30 -04:00
Seth For Privacy
46d68375cd
Merge pull request #161 from sethforprivacy/fix-legacy-dockerfile-syntax
...
Fix legacy Dockerfile syntax flagged by BuildKit
2026-06-23 08:45:47 -04:00
Seth For Privacy
1bb3947f60
Fix legacy Dockerfile syntax flagged by BuildKit
...
- 'FROM ... as build' -> 'AS' (FromAsCasing)
- 'ENV key value' -> 'ENV key=value' for USE_SINGLE_BUILDDIR and
BOOST_DEBUG (LegacyKeyValueFormat)
No functional change; 'docker build --check' now reports no warnings.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-23 08:20:40 -04:00
Seth For Privacy
df326bcf85
Merge pull request #160 from sethforprivacy/renovate/ubuntu-26.x
...
chore(deps): update ubuntu docker tag to v26
2026-06-23 07:36:59 -04:00
renovate[bot]
f0f9059dd6
chore(deps): update ubuntu docker tag to v26
2026-06-23 11:11:44 +00:00
Seth For Privacy
93b13c156d
Merge pull request #157 from sethforprivacy/optimize-final-image
...
Optimize final image: runtime libs instead of -dev, pin base image
2026-06-23 07:11:01 -04:00
Seth For Privacy
5b7ab876bf
Merge pull request #158 from sethforprivacy/add-renovate-config
...
Add Renovate config for automated p2pool version bumps
2026-06-23 07:10:21 -04:00
Seth For Privacy
7e7cab924e
Add Renovate config for automated p2pool version bumps
...
Adds .github/renovate.json based on the gold-standard config in
sethforprivacy/simple-monerod-docker, plus a `# renovate:` annotation
above ARG P2POOL_BRANCH so Renovate tracks the upstream p2pool release.
- renovate.json: same extends + customManager regex as monerod. The
customManager already matches `ARG ..._BRANCH=<value>` patterns, so it
picks up P2POOL_BRANCH directly. The docker manager (via
docker:enableMajor) will also keep the pinned ubuntu base image current.
- Dockerfile: add
`# renovate: datasource=github-releases depName=SChernykh/p2pool`
immediately above `ARG P2POOL_BRANCH=v4.17`.
Validated with `renovate-config-validator` (renovate@latest):
"Config validated successfully". (Note: the field `managerFilePatterns`
requires Renovate >= 39; the hosted Mend app on this owner runs current
Renovate, matching the live monerod config.)
The hosted Mend Renovate app is already active on this owner's repos and
will pick this up automatically once merged.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-22 20:58:22 -04:00
Seth For Privacy
c0187089f4
Optimize final image: runtime libs instead of -dev, pin base image
...
The final runtime stage installed full -dev packages (headers, static
archives, build-time deps) when only the runtime shared libraries are
needed. Replace them with the runtime-only equivalents, verified via
`ldd` on the built p2pool binary against the pinned base.
Changes:
- Final stage: install runtime libs instead of -dev packages
(libuv1t64, libzmq5, libsodium23, libpgm-5.3-0t64, libnorm1t64,
libgssapi-krb5-2, libcurl4t64, libidn2-0). Note the t64 names on
Ubuntu 24.04 due to the 64-bit time_t transition.
- Pin both stages to ubuntu:24.04 (current LTS) instead of
ubuntu:latest for reproducible builds. Renovate's docker manager
keeps this current.
- Add --depth 1 --shallow-submodules to the git clone for faster,
lighter source checkout.
Local verification (native arm64):
- Build succeeds (exit 0).
- `docker run --rm p2pool:test --help` prints "P2Pool v4.17" + usage.
- `ldd` on the binary in the final image: all libs resolve, none missing.
- Image size: 317MB -> 188MB (-129MB, -41%).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-22 20:57:26 -04:00
Seth For Privacy
6f18143ef1
Merge pull request #156 from sethforprivacy/purge-old-handle
...
chore: purge old sethsimmons handle/branding
2026-06-22 20:18:01 -04:00
Seth For Privacy
81b47a06b7
chore: replace old sethsimmons handle/branding
...
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-22 20:15:30 -04:00
Seth For Privacy
a36f7e0a2f
Update GitHub Actions badges in README
...
Updated GitHub Actions badges to reflect new repository links.
2026-06-21 14:02:50 -04:00
Seth For Privacy
0518013758
Update P2POOL_BRANCH to version v4.17
2026-06-21 14:01:02 -04:00
Seth For Privacy
24185da98c
Merge pull request #155 from sethforprivacy/renovate/actions-checkout-7.x
...
Update actions/checkout action to v7
2026-06-18 15:59:53 -04:00
renovate[bot]
a0610a6215
Update actions/checkout action to v7
2026-06-18 19:52:11 +00:00
Seth For Privacy
f8867c29bb
Merge pull request #154 from hundehausen/bump/p2pool-v4.16
...
Bump P2Pool to version 4.16
2026-06-15 07:54:16 -04:00
hundehausen
6b67d40ec2
Update P2POOL_BRANCH to version 4.16
2026-06-13 18:45:10 +02:00
Seth For Privacy
3d1374df75
Merge pull request #153 from sethforprivacy/renovate/docker-setup-buildx-action-4.x
...
Update docker/setup-buildx-action action to v4.1.0
2026-05-23 16:23:41 -04:00
renovate[bot]
599c70f413
Update docker/setup-buildx-action action to v4.1.0
2026-05-23 20:20:53 +00:00
Seth For Privacy
9303676316
Merge pull request #152 from sethforprivacy/renovate/docker-login-action-4.x
...
Update docker/login-action action to v4.2.0
2026-05-23 16:20:22 -04:00
Seth For Privacy
c20c54e17d
Merge pull request #151 from sethforprivacy/renovate/docker-build-push-action-7.x
...
Update docker/build-push-action action to v7.2.0
2026-05-23 16:20:05 -04:00
renovate[bot]
b3dca32ba0
Update docker/login-action action to v4.2.0
2026-05-23 15:50:07 +00:00
renovate[bot]
f96e9166dc
Update docker/build-push-action action to v7.2.0
2026-05-23 15:50:03 +00:00
Seth For Privacy
1ec1d51cfb
Update P2POOL_BRANCH to version 4.15.1
2026-05-12 11:01:18 -04:00
Seth For Privacy
d2bed819bd
Bump to v4.15
2026-05-01 18:46:30 -04:00
Seth For Privacy
ea2462edf8
Merge pull request #150 from sethforprivacy/renovate/docker-build-push-action-7.x
...
Update docker/build-push-action action to v7.1.0
2026-04-10 12:22:11 -04:00
renovate[bot]
d30e72c868
Update docker/build-push-action action to v7.1.0
2026-04-10 14:04:03 +00:00
Seth For Privacy
943566c666
Delete .github/dependabot.yml
2026-04-04 09:56:58 -04:00
Seth For Privacy
2afef48805
Merge pull request #148 from sethforprivacy/renovate/docker-login-action-4.x
...
Update docker/login-action action to v4.1.0
2026-04-04 09:56:35 -04:00
renovate[bot]
9c9a34f0d3
Update docker/login-action action to v4.1.0
2026-04-02 18:35:07 +00:00
Seth For Privacy
bd412b57f5
Merge pull request #147 from sethforprivacy/dependabot/github_actions/dependency-updates-d9df5d0194
...
Bump the dependency-updates group across 1 directory with 2 updates
2026-03-07 06:33:39 -05:00
dependabot[bot]
46a1067577
Bump the dependency-updates group across 1 directory with 2 updates
...
Bumps the dependency-updates group with 2 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action ) and [docker/metadata-action](https://github.com/docker/metadata-action ).
Updates `docker/build-push-action` from 6.19.2 to 7.0.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.19.2...v7.0.0 )
Updates `docker/metadata-action` from 5 to 6
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependency-updates
- dependency-name: docker/metadata-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-06 20:42:38 +00:00
Seth For Privacy
fd9cf843cf
Merge pull request #143 from sethforprivacy/renovate/docker-setup-buildx-action-4.x
...
Update docker/setup-buildx-action action to v4
2026-03-05 09:10:08 -05:00
renovate[bot]
e883973c01
Update docker/setup-buildx-action action to v4
2026-03-05 09:47:12 +00:00
Seth For Privacy
fa13d52fdb
Merge pull request #142 from sethforprivacy/renovate/docker-login-action-4.x
...
Update docker/login-action action to v4
2026-03-04 06:05:52 -05:00
renovate[bot]
de5a18086b
Update docker/login-action action to v4
2026-03-04 10:46:25 +00:00
Seth For Privacy
99e34b3579
Update P2POOL_BRANCH to version v4.14
2026-03-01 20:12:03 -05:00
Seth For Privacy
21da5b959b
Merge pull request #139 from sethforprivacy/dependabot/github_actions/dependency-updates-985357984d
...
Bump the dependency-updates group with 2 updates
2026-02-27 08:29:52 -05:00
dependabot[bot]
f2476cbaaa
Bump the dependency-updates group with 2 updates
...
Bumps the dependency-updates group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact ) and [actions/download-artifact](https://github.com/actions/download-artifact ).
Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7 )
Updates `actions/download-artifact` from 7 to 8
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependency-updates
- dependency-name: actions/download-artifact
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-26 20:42:29 +00:00
Seth For Privacy
bf406b66a8
Merge pull request #137 from sethforprivacy/renovate/docker-build-push-action-6.x
...
Update docker/build-push-action action to v6.19.2
2026-02-13 09:26:42 -05:00
renovate[bot]
cc76d47cc4
Update docker/build-push-action action to v6.19.2
2026-02-12 09:39:31 +00:00
Seth For Privacy
276ec16292
Merge pull request #136 from sethforprivacy/renovate/docker-build-push-action-6.x
...
Update docker/build-push-action action to v6.19.0
2026-02-11 10:08:44 -05:00
renovate[bot]
366802894c
Update docker/build-push-action action to v6.19.0
2026-02-11 13:13:59 +00:00
Seth For Privacy
9fdc25b6b6
Merge pull request #135 from sethforprivacy/renovate/docker-login-action-3.x
...
Update docker/login-action action to v3.7.0
2026-01-28 10:32:14 -05:00
renovate[bot]
868cfb9673
Update docker/login-action action to v3.7.0
2026-01-28 13:08:13 +00:00
Seth For Privacy
6ebfedde92
Merge pull request #134 from sethforprivacy/renovate/docker-setup-buildx-action-3.x
...
Update docker/setup-buildx-action action to v3.12.0
2025-12-19 09:14:36 -05:00
renovate[bot]
6d4f11403b
Update docker/setup-buildx-action action to v3.12.0
2025-12-19 14:11:24 +00:00
Seth For Privacy
b82007d36e
Bump to v4.13
2025-12-18 09:57:08 -05:00
Seth For Privacy
8522817c89
Merge pull request #131 from sethforprivacy/dependabot/github_actions/dependency-updates-c2e7f7cad0
...
Bump the dependency-updates group with 2 updates
2025-12-15 11:21:33 -05:00
dependabot[bot]
8a2d4bd270
Bump the dependency-updates group with 2 updates
...
Bumps the dependency-updates group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact ) and [actions/download-artifact](https://github.com/actions/download-artifact ).
Updates `actions/upload-artifact` from 5 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6 )
Updates `actions/download-artifact` from 6 to 7
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependency-updates
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-12 20:02:23 +00:00
Seth For Privacy
37d68bc1bd
Merge pull request #130 from sethforprivacy/renovate/actions-checkout-6.x
...
Update actions/checkout action to v6
2025-11-20 13:25:41 -05:00
renovate[bot]
dae74873c4
Update actions/checkout action to v6
2025-11-20 17:46:57 +00:00
Seth For Privacy
d37c6f7bdf
Bump to v4.12
2025-11-05 13:26:05 -05:00
Seth For Privacy
84ebde54dd
Merge pull request #128 from sethforprivacy/renovate/actions-download-artifact-6.x
2025-10-26 12:35:08 -04:00
Seth For Privacy
e834b7e289
Merge pull request #127 from sethforprivacy/dependabot/github_actions/dependency-updates-3249c11fdc
2025-10-26 12:34:54 -04:00
renovate[bot]
389cc18843
Update actions/download-artifact action to v6
2025-10-24 20:02:31 +00:00
dependabot[bot]
93c985963a
Bump the dependency-updates group with 2 updates
...
Bumps the dependency-updates group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact ) and [actions/download-artifact](https://github.com/actions/download-artifact ).
Updates `actions/upload-artifact` from 4 to 5
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
Updates `actions/download-artifact` from 5 to 6
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependency-updates
- dependency-name: actions/download-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-24 20:02:11 +00:00
Seth For Privacy
8d209c335a
Merge pull request #126 from sethforprivacy/renovate/docker-login-action-3.x
...
Update docker/login-action action to v3.6.0
2025-09-29 09:02:37 -04:00
renovate[bot]
2baed31844
Update docker/login-action action to v3.6.0
2025-09-29 10:52:23 +00:00
Seth For Privacy
c591b338f3
Update docker-compose.yml
2025-09-28 09:08:39 -04:00
Seth For Privacy
a1a95d5294
Bump to v4.11
2025-09-27 09:21:18 -04:00
Seth For Privacy
0bc7dba09d
Bump to v4.10.1
2025-09-10 06:53:06 -04:00
Seth For Privacy
49019ab2f9
Bump to v4.10
2025-09-09 05:37:30 -04:00
Seth For Privacy
53c1baaaf2
Bump to v4.9.1
2025-08-21 07:19:45 -04:00
Seth For Privacy
1fdd47de76
Merge pull request #123 from sethforprivacy/dependabot/github_actions/dependency-updates-7921bc0373
...
Bump the dependency-updates group across 1 directory with 2 updates
2025-08-12 13:26:14 -04:00
dependabot[bot]
f2a46b8a21
Bump the dependency-updates group across 1 directory with 2 updates
...
Bumps the dependency-updates group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout ) and [actions/download-artifact](https://github.com/actions/download-artifact ).
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/download-artifact` from 4 to 5
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependency-updates
- dependency-name: actions/download-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-12 04:39:58 +00:00
Seth For Privacy
679ac1e87e
Merge pull request #119 from sethforprivacy/renovate/docker-login-action-3.x
...
Update docker/login-action action to v3.5.0
2025-08-04 13:07:04 -04:00
renovate[bot]
cbf7fbfb7e
Update docker/login-action action to v3.5.0
2025-08-04 16:36:05 +00:00
Seth For Privacy
382708175c
Bump to v4.9
2025-07-23 19:58:59 -04:00
Seth For Privacy
e4d02db831
Merge pull request #118 from levinster82/main
...
Update README.md
2025-07-01 05:48:05 -04:00
levinster82
ef64a6db7d
Update README.md
...
update docker run example from unmaintained docker hub image to ghcr image
2025-06-30 18:18:33 -04:00
Seth For Privacy
d3a1a704b8
Update README.md
2025-06-26 05:50:35 -04:00
Seth For Privacy
8178e7df3e
Update Dockerfile
2025-06-26 05:49:55 -04:00
Seth For Privacy
9b158c86c2
Merge pull request #117 from sethforprivacy/renovate/docker-setup-buildx-action-3.x
...
Update docker/setup-buildx-action action to v3.11.1
2025-06-18 09:19:44 -04:00
renovate[bot]
031bd91913
Update docker/setup-buildx-action action to v3.11.1
2025-06-18 11:01:02 +00:00
Seth For Privacy
2bd817c6c2
Merge pull request #116 from sethforprivacy/renovate/docker-setup-buildx-action-3.x
...
Update docker/setup-buildx-action action to v3.11.0
2025-06-16 14:04:09 -04:00
renovate[bot]
b77b8d9d7c
Update docker/setup-buildx-action action to v3.11.0
2025-06-16 17:41:06 +00:00
Seth For Privacy
f34b0b4e7a
Merge pull request #115 from hundehausen/patch-13
...
Bump p2pool to v4.8
2025-06-16 06:44:58 -04:00
hundehausen
77f6cd5311
Bump p2pool to v4.8
2025-06-15 17:30:43 +02:00
Seth For Privacy
9719c48897
Merge pull request #114 from hundehausen/patch-13
...
Bump p2pool to v4.7
2025-05-30 11:36:11 -04:00
hundehausen
2290ddb6b9
Bump to v4.7
2025-05-30 08:38:12 +02:00
Seth For Privacy
843f97b1cf
Merge pull request #113 from sethforprivacy/dependabot/github_actions/dependency-updates-eb4bd8a3a6
...
Bump docker/build-push-action from 6.17.0 to 6.18.0 in the dependency-updates group
2025-05-28 21:20:33 -04:00
dependabot[bot]
6945b17b5d
Bump docker/build-push-action in the dependency-updates group
...
Bumps the dependency-updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.17.0 to 6.18.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.17.0...v6.18.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-27 20:53:03 +00:00
Seth For Privacy
df89ed309f
Merge pull request #111 from hundehausen/patch-13
...
Bump to v4.6
2025-05-18 07:30:32 -04:00
hundehausen
f181dbcd59
Bump to v4.6
2025-05-18 09:52:13 +02:00
Seth For Privacy
89ca118508
Merge pull request #110 from sethforprivacy/renovate/docker-build-push-action-6.x
...
Update docker/build-push-action action to v6.17.0
2025-05-15 13:09:30 -04:00
renovate[bot]
9d6980c6d2
Update docker/build-push-action action to v6.17.0
2025-05-15 13:37:56 +00:00
Seth For Privacy
501a27001b
Merge pull request #109 from hundehausen/patch-12
...
Bump to v4.5
2025-05-04 07:34:31 -04:00
hundehausen
35a6c3a3ed
Bump to v4.5
2025-05-04 09:05:48 +02:00
Seth For Privacy
bfe73f3409
Merge pull request #108 from sethforprivacy/renovate/docker-build-push-action-6.x
...
Update docker/build-push-action action to v6.16.0
2025-04-24 14:12:37 -04:00
renovate[bot]
9925a8d336
Update docker/build-push-action action to v6.16.0
2025-04-24 14:49:14 +00:00
Seth For Privacy
c699d76908
Merge pull request #107 from sethforprivacy/renovate/docker-login-action-3.x
...
Update docker/login-action action to v3.4.0
2025-03-14 20:17:24 -04:00
renovate[bot]
ee90239c6b
Update docker/login-action action to v3.4.0
2025-03-14 20:45:55 +00:00
Seth For Privacy
28104934af
Bump to v4.4
2025-03-01 15:05:35 -05:00
Seth For Privacy
d2494e9deb
Merge pull request #105 from sethforprivacy/dependabot/github_actions/dependency-updates-93cde54b9c
...
Bump the dependency-updates group with 2 updates
2025-02-26 16:09:00 -05:00
dependabot[bot]
76b1d9164c
Bump the dependency-updates group with 2 updates
...
Bumps the dependency-updates group with 2 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) and [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/setup-buildx-action` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0 )
Updates `docker/build-push-action` from 6.14.0 to 6.15.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.14.0...v6.15.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-26 20:30:43 +00:00
Seth For Privacy
ec715061c0
Allow manual Actions runs
2025-02-19 15:30:05 -05:00
Seth For Privacy
90af90e29a
Fix p2pool version tag images
2025-02-19 15:29:20 -05:00
Seth For Privacy
9b66c26a8d
Merge pull request #104 from sethforprivacy/dependabot/github_actions/dependency-updates-f02b80db45
...
Bump docker/build-push-action from 6.13.0 to 6.14.0 in the dependency-updates group
2025-02-19 15:27:58 -05:00
dependabot[bot]
ba800e4da7
Bump docker/build-push-action in the dependency-updates group
...
Bumps the dependency-updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.13.0 to 6.14.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.13.0...v6.14.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-19 20:02:59 +00:00
Seth For Privacy
00fe0b7e4d
Fix test run of images
2025-02-07 12:02:33 -05:00
Seth For Privacy
38772276a6
Migrate to native architecture runners for Github Actions builds and add test build workflow for PRs
2025-02-07 11:32:30 -05:00
Seth For Privacy
a980dba152
Merge pull request #103 from sethforprivacy/dependabot/github_actions/dependency-updates-4ce3feb040
...
Bump the dependency-updates group with 2 updates
2025-02-07 07:11:24 -05:00
dependabot[bot]
7bb6b1b7d5
Bump the dependency-updates group with 2 updates
...
Bumps the dependency-updates group with 2 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ).
Updates `docker/setup-qemu-action` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.3.0...v3.4.0 )
Updates `docker/setup-buildx-action` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-06 20:31:04 +00:00
Seth For Privacy
985a39cb05
Merge pull request #102 from sethforprivacy/dependabot/github_actions/dependency-updates-2741f241c8
...
Bump docker/build-push-action from 6.12.0 to 6.13.0 in the dependency-updates group
2025-01-25 07:53:21 -05:00
dependabot[bot]
011112e362
Bump docker/build-push-action in the dependency-updates group
...
Bumps the dependency-updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.12.0 to 6.13.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.12.0...v6.13.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-24 20:01:51 +00:00
Seth For Privacy
fe73634e36
Merge pull request #101 from sethforprivacy/dependabot/github_actions/dependency-updates-3e01918a24
...
Bump docker/build-push-action from 6.11.0 to 6.12.0 in the dependency-updates group
2025-01-17 10:50:50 -05:00
dependabot[bot]
bd18fb8337
Bump docker/build-push-action in the dependency-updates group
...
Bumps the dependency-updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.11.0 to 6.12.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.11.0...v6.12.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-15 20:40:05 +00:00
Seth For Privacy
7f7693b836
Merge pull request #100 from sethforprivacy/dependabot/github_actions/dependency-updates-c2b1a29632
...
Bump the dependency-updates group with 2 updates
2025-01-08 21:11:30 -05:00
dependabot[bot]
be951a1c42
Bump the dependency-updates group with 2 updates
...
Bumps the dependency-updates group with 2 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) and [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/setup-qemu-action` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.2.0...v3.3.0 )
Updates `docker/build-push-action` from 6.10.0 to 6.11.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.10.0...v6.11.0 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-08 20:55:15 +00:00
Seth For Privacy
37c8d08d56
Bump to v4.3
2024-12-30 18:55:44 +00:00
Seth For Privacy
e83c4109ac
Merge pull request #99 from sethforprivacy/dependabot/github_actions/dependency-updates-a8eed03185
...
Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 in the dependency-updates group
2024-12-17 13:56:46 -05:00
dependabot[bot]
0746b4b33d
Bump docker/setup-buildx-action in the dependency-updates group
...
Bumps the dependency-updates group with 1 update: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ).
Updates `docker/setup-buildx-action` from 3.7.1 to 3.8.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-16 20:25:26 +00:00
Seth For Privacy
355802e65d
Merge pull request #98 from sethforprivacy/dependabot/github_actions/dependency-updates-25399bd403
...
Bump docker/build-push-action from 6.9.0 to 6.10.0 in the dependency-updates group
2024-11-27 05:51:14 -05:00
dependabot[bot]
9f6c19d9bd
Bump docker/build-push-action in the dependency-updates group
...
Bumps the dependency-updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.9.0 to 6.10.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-26 20:09:08 +00:00
Seth For Privacy
67addf8338
Stop automatically rebuilding container each week
2024-11-25 14:38:10 +00:00
Seth For Privacy
73169033ea
Merge pull request #97 from hundehausen/patch-12
...
Bump to v4.2
2024-11-01 12:48:41 +00:00
hundehausen
32651de3e2
Bump to v4.2
2024-11-01 13:30:56 +01:00
Seth For Privacy
81ea995fca
Merge pull request #96 from sethforprivacy/dependabot/github_actions/dependency-updates-2e90baafb9
...
Bump docker/setup-buildx-action from 3.7.0 to 3.7.1 in the dependency-updates group
2024-10-07 10:34:31 +00:00
dependabot[bot]
dc3a843ab2
Bump docker/setup-buildx-action in the dependency-updates group
...
Bumps the dependency-updates group with 1 update: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ).
Updates `docker/setup-buildx-action` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.7.0...v3.7.1 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-04 20:03:35 +00:00
Seth For Privacy
c58f7d2319
Merge pull request #95 from sethforprivacy/dependabot/github_actions/dependency-updates-7e03e5856c
...
Bump docker/setup-buildx-action from 3.6.1 to 3.7.0 in the dependency-updates group
2024-10-04 09:35:20 +00:00
dependabot[bot]
4e092e9d04
Bump docker/setup-buildx-action in the dependency-updates group
...
Bumps the dependency-updates group with 1 update: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ).
Updates `docker/setup-buildx-action` from 3.6.1 to 3.7.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.6.1...v3.7.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-03 20:24:29 +00:00
Seth For Privacy
d83dc79dbb
Merge pull request #94 from sethforprivacy/dependabot/github_actions/dependency-updates-fe8ded95b1
...
Bump docker/build-push-action from 6.8.0 to 6.9.0 in the dependency-updates group
2024-10-01 14:50:51 +00:00
dependabot[bot]
328892589a
Bump docker/build-push-action in the dependency-updates group
...
Bumps the dependency-updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.8.0 to 6.9.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.8.0...v6.9.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-30 20:08:35 +00:00
Seth For Privacy
5dbff4059b
Bump to v4.1.1
2024-09-30 17:23:57 +00:00
Seth For Privacy
875c67350b
Merge pull request #93 from sethforprivacy/dependabot/github_actions/dependency-updates-078f5a3e70
...
Bump docker/build-push-action from 6.7.0 to 6.8.0 in the dependency-updates group
2024-09-27 22:54:51 +00:00
dependabot[bot]
9849a58364
Bump docker/build-push-action in the dependency-updates group
...
Bumps the dependency-updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.7.0 to 6.8.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.7.0...v6.8.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-27 20:56:30 +00:00
Seth For Privacy
8d53a0e426
Merge pull request #92 from sethforprivacy/dependabot/github_actions/dependency-updates-e4814d2850
...
Bump docker/build-push-action from 6.6.1 to 6.7.0 in the dependency-updates group
2024-08-14 10:22:02 +00:00
dependabot[bot]
8a06c6f9e6
Bump docker/build-push-action in the dependency-updates group
...
Bumps the dependency-updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.6.1 to 6.7.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.6.1...v6.7.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-13 20:06:59 +00:00
Seth For Privacy
9107db0ae7
Merge pull request #91 from hundehausen/patch-11
...
bump p2pool to v4.1
2024-08-12 19:12:26 +00:00
hundehausen
1d9d9afad4
bump p2pool to v4.1
2024-08-12 21:07:44 +02:00
Seth For Privacy
95332331c7
Merge pull request #90 from sethforprivacy/dependabot/github_actions/dependency-updates-6a282d0ee2
...
Bump docker/build-push-action from 6.5.0 to 6.6.1 in the dependency-updates group
2024-08-08 10:27:56 +00:00
dependabot[bot]
1a7a634021
Bump docker/build-push-action in the dependency-updates group
...
Bumps the dependency-updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.5.0 to 6.6.1
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.5.0...v6.6.1 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-07 20:43:37 +00:00
Seth For Privacy
eac168d0f4
Merge pull request #89 from sethforprivacy/dependabot/github_actions/dependency-updates-397284ac6b
...
Bump docker/setup-buildx-action from 3.5.0 to 3.6.1 in the dependency-updates group
2024-07-30 09:25:10 +00:00
dependabot[bot]
d9631c3a05
Bump docker/setup-buildx-action in the dependency-updates group
...
Bumps the dependency-updates group with 1 update: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ).
Updates `docker/setup-buildx-action` from 3.5.0 to 3.6.1
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.5.0...v3.6.1 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-29 20:56:57 +00:00
Seth For Privacy
bd4b90418d
Merge pull request #88 from sethforprivacy/dependabot/github_actions/dependency-updates-94cf3a8dd1
...
Bump the dependency-updates group with 4 updates
2024-07-23 14:10:48 +00:00
dependabot[bot]
78212b08a9
Bump the dependency-updates group with 4 updates
...
Bumps the dependency-updates group with 4 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ), [docker/login-action](https://github.com/docker/login-action ) and [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/setup-qemu-action` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.1.0...v3.2.0 )
Updates `docker/setup-buildx-action` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.4.0...v3.5.0 )
Updates `docker/login-action` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3.2.0...v3.3.0 )
Updates `docker/build-push-action` from 6.4.1 to 6.5.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.4.1...v6.5.0 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependency-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-23 14:08:55 +00:00
Seth For Privacy
7a6215cddd
Update dependabot.yml
2024-07-23 14:07:55 +00:00
Seth For Privacy
dd4c1eeb16
Update dependabot.yml
2024-07-23 14:05:42 +00:00
Seth For Privacy
af15619846
Merge pull request #83 from sethforprivacy/dependabot/github_actions/docker/build-push-action-6.4.1
...
Bump docker/build-push-action from 6.4.0 to 6.4.1
2024-07-18 12:34:20 +00:00
dependabot[bot]
9811ac61db
Bump docker/build-push-action from 6.4.0 to 6.4.1
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.4.0...v6.4.1 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-17 20:42:08 +00:00
Seth For Privacy
7653b6df38
Merge pull request #82 from sethforprivacy/dependabot/github_actions/docker/build-push-action-6.4.0
...
Bump docker/build-push-action from 6.3.0 to 6.4.0
2024-07-16 13:35:29 +00:00
dependabot[bot]
60ca0fb32d
Bump docker/build-push-action from 6.3.0 to 6.4.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-15 20:26:04 +00:00
Seth For Privacy
b4f75ab93b
Merge pull request #81 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-3.4.0
...
Bump docker/setup-buildx-action from 3.3.0 to 3.4.0
2024-07-05 15:40:03 +00:00
dependabot[bot]
9fa3b778f3
Bump docker/setup-buildx-action from 3.3.0 to 3.4.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-04 20:37:35 +00:00
Seth For Privacy
e94487c590
Merge pull request #80 from sethforprivacy/dependabot/github_actions/docker/setup-qemu-action-3.1.0
...
Bump docker/setup-qemu-action from 3.0.0 to 3.1.0
2024-07-04 02:11:01 +00:00
Seth For Privacy
616c1608ad
Merge pull request #79 from sethforprivacy/dependabot/github_actions/docker/build-push-action-6.3.0
...
Bump docker/build-push-action from 6.2.0 to 6.3.0
2024-07-04 02:10:53 +00:00
dependabot[bot]
0b0dbd3474
Bump docker/setup-qemu-action from 3.0.0 to 3.1.0
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.0.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-03 20:33:27 +00:00
dependabot[bot]
62c0c9e005
Bump docker/build-push-action from 6.2.0 to 6.3.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.2.0...v6.3.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-03 20:33:23 +00:00
Seth For Privacy
b3b869d7c4
Merge pull request #78 from hundehausen/patch-10
...
bump p2pool to v4.0
2024-06-30 23:46:19 +00:00
hundehausen
38cf5d6a84
bump p2pool to v4.0
2024-06-30 19:23:57 +02:00
Seth For Privacy
1843f251d5
Merge pull request #77 from sethforprivacy/dependabot/github_actions/docker/build-push-action-6.2.0
...
Bump docker/build-push-action from 6.1.0 to 6.2.0
2024-06-27 13:12:31 +00:00
dependabot[bot]
bd18f3d111
Bump docker/build-push-action from 6.1.0 to 6.2.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-26 20:30:52 +00:00
Seth For Privacy
07b6f2969f
Merge pull request #76 from sethforprivacy/dependabot/github_actions/docker/build-push-action-6.1.0
...
Bump docker/build-push-action from 6.0.1 to 6.1.0
2024-06-22 20:44:48 +00:00
dependabot[bot]
bd992a2ffc
Bump docker/build-push-action from 6.0.1 to 6.1.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.0.1...v6.1.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-21 20:05:10 +00:00
Seth For Privacy
5c6b754e97
Merge pull request #74 from sethforprivacy/dependabot/github_actions/docker/build-push-action-6.0.1
...
Bump docker/build-push-action from 6.0.0 to 6.0.1
2024-06-18 23:37:33 +00:00
dependabot[bot]
0a4d4524fd
Bump docker/build-push-action from 6.0.0 to 6.0.1
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.0.0...v6.0.1 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-18 20:35:12 +00:00
Seth For Privacy
6f7888e740
Merge pull request #73 from sethforprivacy/dependabot/github_actions/docker/build-push-action-6.0.0
...
Bump docker/build-push-action from 5.4.0 to 6.0.0
2024-06-17 21:29:02 +00:00
dependabot[bot]
3d7cbaddc6
Bump docker/build-push-action from 5.4.0 to 6.0.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5.4.0 to 6.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 20:22:30 +00:00
Seth For Privacy
ace2c9a7a9
Merge pull request #72 from sethforprivacy/dependabot/github_actions/docker/build-push-action-5.4.0
...
Bump docker/build-push-action from 5.3.0 to 5.4.0
2024-06-10 20:29:04 +00:00
dependabot[bot]
64e04560a2
Bump docker/build-push-action from 5.3.0 to 5.4.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-10 20:28:13 +00:00
Seth For Privacy
4d8cd4f5bf
Merge pull request #71 from sethforprivacy/dependabot/github_actions/docker/login-action-3.2.0
...
Bump docker/login-action from 3.1.0 to 3.2.0
2024-05-29 19:50:12 +00:00
dependabot[bot]
937d4d207a
Bump docker/login-action from 3.1.0 to 3.2.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3.1.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-28 20:15:23 +00:00
Seth For Privacy
f2c3407206
Merge pull request #70 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-3.3.0
...
Bump docker/setup-buildx-action from 3.2.0 to 3.3.0
2024-04-09 09:59:44 -04:00
dependabot[bot]
82df9b893e
Bump docker/setup-buildx-action from 3.2.0 to 3.3.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-08 20:04:09 +00:00
Seth For Privacy
7d855fcdcf
Merge pull request #69 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-3.2.0
2024-03-18 23:33:34 -04:00
Seth For Privacy
3e28bd79bb
Merge pull request #68 from sethforprivacy/dependabot/github_actions/docker/build-push-action-5.3.0
2024-03-18 23:33:23 -04:00
dependabot[bot]
e7b693eca7
Bump docker/setup-buildx-action from 3.1.0 to 3.2.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.1.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-19 03:31:29 +00:00
Seth For Privacy
42ac1dd8f3
Merge pull request #67 from sethforprivacy/dependabot/github_actions/docker/login-action-3.1.0
2024-03-18 23:30:54 -04:00
dependabot[bot]
5c16e72cca
Bump docker/build-push-action from 5.2.0 to 5.3.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-14 20:32:13 +00:00
dependabot[bot]
872054274d
Bump docker/login-action from 3.0.0 to 3.1.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3.0.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-13 20:50:34 +00:00
Seth For Privacy
52657ada5f
Merge pull request #66 from sethforprivacy/dependabot/github_actions/docker/build-push-action-5.2.0
2024-03-09 07:11:29 -05:00
dependabot[bot]
a94db93818
Bump docker/build-push-action from 5.1.0 to 5.2.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-08 20:43:05 +00:00
Seth For Privacy
6abe49d300
Merge pull request #65 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-3.1.0
2024-02-28 09:44:06 -05:00
dependabot[bot]
671eb6ee58
Bump docker/setup-buildx-action from 3.0.0 to 3.1.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.0.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-27 20:53:13 +00:00
Seth For Privacy
11e3952381
Merge pull request #64 from hundehausen/patch-9
...
Bump to v3.10
2024-01-04 06:54:37 -05:00
hundehausen
720874c094
Bump to v3.10
...
Changes in v3.10
New features:
Updated RandomX code to v1.2.1
Added RISC-V build
Bugfixes:
Fixed Peers could ban each other erroneously for "not broadcasting blocks"
Fixed incorrect timing values when logging found shares
2024-01-04 11:01:07 +01:00
Seth For Privacy
2a352a233a
Merge pull request #63 from sethforprivacy/dependabot/github_actions/github/codeql-action-3
...
Bump github/codeql-action from 2 to 3
2023-12-14 06:33:03 -05:00
dependabot[bot]
ee069d5526
Bump github/codeql-action from 2 to 3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-13 20:30:03 +00:00
Seth For Privacy
3a2db8c62a
Bump to v3.9
2023-11-26 12:36:21 -05:00
Seth For Privacy
ad9472df27
Merge pull request #62 from sethforprivacy/dependabot/github_actions/docker/build-push-action-5.1.0
...
Bump docker/build-push-action from 5.0.0 to 5.1.0
2023-11-20 09:48:23 -05:00
dependabot[bot]
621df20d26
Bump docker/build-push-action from 5.0.0 to 5.1.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-17 20:14:14 +00:00
Seth For Privacy
90c5fc16d9
Merge pull request #61 from hundehausen/patch-8
2023-10-31 19:16:39 -04:00
hundehausen
4b74c1d58e
Update P2Pool v3.8
2023-10-31 14:00:16 +01:00
Seth For Privacy
1485621a8b
Merge pull request #60 from hundehausen/patch-7
...
update P2Pool v3.7
2023-10-05 11:19:06 -04:00
hundehausen
e440b831d3
update P2Pool v3.7
2023-09-30 15:32:48 +02:00
Seth For Privacy
059bbb198c
Merge pull request #59 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-3.0.0
...
Bump docker/setup-buildx-action from 2.10.0 to 3.0.0
2023-09-14 11:05:31 -04:00
Seth For Privacy
e4dec7a703
Merge pull request #58 from sethforprivacy/dependabot/github_actions/docker/setup-qemu-action-3.0.0
...
Bump docker/setup-qemu-action from 2.2.0 to 3.0.0
2023-09-14 11:05:24 -04:00
Seth For Privacy
ebc4fa72c6
Merge pull request #57 from sethforprivacy/dependabot/github_actions/docker/build-push-action-5.0.0
...
Bump docker/build-push-action from 4.2.1 to 5.0.0
2023-09-14 11:05:16 -04:00
Seth For Privacy
beb814486e
Merge pull request #56 from sethforprivacy/dependabot/github_actions/docker/login-action-3.0.0
...
Bump docker/login-action from 2.2.0 to 3.0.0
2023-09-14 11:05:10 -04:00
dependabot[bot]
d223a8e43c
Bump docker/setup-buildx-action from 2.10.0 to 3.0.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.10.0 to 3.0.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0 )
---
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 >
2023-09-12 20:15:21 +00:00
dependabot[bot]
1fed9611d2
Bump docker/setup-qemu-action from 2.2.0 to 3.0.0
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2.2.0...v3.0.0 )
---
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 >
2023-09-12 20:15:18 +00:00
dependabot[bot]
db5f838f65
Bump docker/build-push-action from 4.2.1 to 5.0.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4.2.1 to 5.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-12 20:15:15 +00:00
dependabot[bot]
7cf2cedd92
Bump docker/login-action from 2.2.0 to 3.0.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2.2.0...v3.0.0 )
---
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 >
2023-09-12 20:15:12 +00:00
Seth For Privacy
06f5f68876
Merge pull request #55 from sethforprivacy/dependabot/github_actions/docker/build-push-action-4.2.1
...
Bump docker/build-push-action from 4.1.1 to 4.2.1
2023-09-12 08:57:38 -04:00
dependabot[bot]
15017d92dd
Bump docker/build-push-action from 4.1.1 to 4.2.1
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4.1.1 to 4.2.1.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.1 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-08 20:23:21 +00:00
Seth For Privacy
5187dd5590
Merge pull request #54 from sethforprivacy/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2023-09-06 10:41:19 -04:00
dependabot[bot]
6cea2d8e9f
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-04 20:25:21 +00:00
Seth For Privacy
bdfc0b56b8
Merge pull request #53 from hundehausen/patch-6
2023-09-04 07:41:25 -04:00
hundehausen
5bc0a94da1
Update P2Pool v3.6.2
2023-09-03 11:01:16 +02:00
Seth For Privacy
16fa50a210
Bump to v3.6.1
2023-09-01 08:08:18 -04:00
Seth For Privacy
5762985a4f
Merge pull request #52 from hundehausen/patch-5
2023-08-31 07:00:31 -04:00
hundehausen
1aaeaff282
Update p2pool v3.6
...
[Release Notes](https://github.com/SChernykh/p2pool/releases/tag/v3.6 )
2023-08-31 12:02:53 +02:00
Seth For Privacy
d67ee8763b
Merge pull request #51 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-2.10.0
...
Bump docker/setup-buildx-action from 2.9.1 to 2.10.0
2023-08-29 08:46:43 -04:00
dependabot[bot]
11cdbfc64b
Bump docker/setup-buildx-action from 2.9.1 to 2.10.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-28 20:53:43 +00:00
Seth For Privacy
b9fe61dd2f
Merge pull request #50 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-2.9.1
...
Bump docker/setup-buildx-action from 2.7.0 to 2.9.1
2023-07-14 18:06:26 -04:00
dependabot[bot]
828dcca6bb
Bump docker/setup-buildx-action from 2.7.0 to 2.9.1
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.7.0 to 2.9.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.9.1 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-12 20:09:58 +00:00
Seth For Privacy
8d603202bd
Merge pull request #48 from hundehausen/patch-4
...
Update p2pool v3.5
2023-07-01 11:24:13 -04:00
hundehausen
04d8715df5
Update Dockerfile
2023-07-01 02:38:21 +02:00
Seth For Privacy
3a6722c4e5
Merge pull request #46 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-2.7.0
...
Bump docker/setup-buildx-action from 2.6.0 to 2.7.0
2023-06-13 20:36:30 -04:00
Seth For Privacy
89f515b778
Merge pull request #45 from sethforprivacy/dependabot/github_actions/docker/build-push-action-4.1.1
...
Bump docker/build-push-action from 4.1.0 to 4.1.1
2023-06-13 20:36:19 -04:00
dependabot[bot]
ee12a4bc95
Bump docker/setup-buildx-action from 2.6.0 to 2.7.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-13 20:57:58 +00:00
dependabot[bot]
348aaa0098
Bump docker/build-push-action from 4.1.0 to 4.1.1
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-13 20:57:55 +00:00
Seth For Privacy
9b53ff0c36
Merge pull request #44 from sethforprivacy/dependabot/github_actions/docker/build-push-action-4.1.0
...
Bump docker/build-push-action from 4.0.0 to 4.1.0
2023-06-09 20:54:02 -04:00
dependabot[bot]
98a65ddd74
Bump docker/build-push-action from 4.0.0 to 4.1.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-09 20:57:50 +00:00
Seth For Privacy
0705e29340
Merge pull request #41 from sethforprivacy/dependabot/github_actions/docker/login-action-2.2.0
...
Bump docker/login-action from 2.1.0 to 2.2.0
2023-06-08 10:48:35 -04:00
Seth For Privacy
01946eff08
Merge pull request #42 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-2.6.0
...
Bump docker/setup-buildx-action from 2.5.0 to 2.6.0
2023-06-08 10:48:29 -04:00
Seth For Privacy
bd0bf4b7b3
Merge pull request #43 from sethforprivacy/dependabot/github_actions/docker/setup-qemu-action-2.2.0
...
Bump docker/setup-qemu-action from 2.1.0 to 2.2.0
2023-06-08 10:48:20 -04:00
dependabot[bot]
a0879382ba
Bump docker/setup-qemu-action from 2.1.0 to 2.2.0
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-07 20:58:01 +00:00
dependabot[bot]
cce61d8f0d
Bump docker/setup-buildx-action from 2.5.0 to 2.6.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.6.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-07 20:57:59 +00:00
dependabot[bot]
6dd8d50d40
Bump docker/login-action from 2.1.0 to 2.2.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-07 20:57:56 +00:00
Seth For Privacy
6ba1b74919
Merge pull request #40 from hundehausen/patch-3
...
Update p2pool v3.4
2023-05-31 13:27:29 -04:00
hundehausen
e6ea1b6004
Update p2pool v3.4
2023-05-31 19:24:26 +02:00
Seth For Privacy
722c524cb1
Merge pull request #39 from hundehausen/patch-2
...
Update p2pool v3.3
2023-04-30 16:18:20 -04:00
hundehausen
5cb5058b1a
Update v3.3
2023-04-30 18:50:50 +02:00
Seth For Privacy
8b7a2ffe1d
Bump to v3.2
2023-03-31 15:31:06 -04:00
Seth For Privacy
336bfd7c0d
Merge pull request #34 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-2.5.0
...
Bump docker/setup-buildx-action from 2.4.1 to 2.5.0
2023-03-10 16:08:37 -05:00
dependabot[bot]
4685a1f96e
Bump docker/setup-buildx-action from 2.4.1 to 2.5.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-10 20:58:54 +00:00
Seth For Privacy
bade9b6fa0
Merge pull request #33 from hundehausen/patch-1
...
P2Pool v3.1
2023-02-28 14:33:15 -05:00
hundehausen
a0ace5df2f
Update Dockerfile
...
Bump to v3.1
2023-02-28 20:06:01 +01:00
Seth For Privacy
0ae1704c81
Merge pull request #32 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-2.4.1
...
Bump docker/setup-buildx-action from 2.4.0 to 2.4.1
2023-02-14 16:19:11 -05:00
dependabot[bot]
1a3e82c816
Bump docker/setup-buildx-action from 2.4.0 to 2.4.1
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.4.0...v2.4.1 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-06 20:07:45 +00:00
Seth For Privacy
0ac7584b42
Merge pull request #30 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-2.4.0
...
Bump docker/setup-buildx-action from 2.2.1 to 2.4.0
2023-01-31 18:38:25 +00:00
Seth For Privacy
d85e81e7e8
Merge pull request #31 from sethforprivacy/dependabot/github_actions/docker/build-push-action-4.0.0
...
Bump docker/build-push-action from 3.3.0 to 4.0.0
2023-01-31 18:37:50 +00:00
Seth For Privacy
bce0b8b84a
Bump to v3.0
2023-01-31 18:23:20 +00:00
dependabot[bot]
f01cebc40a
Bump docker/build-push-action from 3.3.0 to 4.0.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3.3.0 to 4.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3.3.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-30 20:05:22 +00:00
dependabot[bot]
5bda92d255
Bump docker/setup-buildx-action from 2.2.1 to 2.4.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.2.1 to 2.4.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.2.1...v2.4.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-30 20:05:17 +00:00
Seth For Privacy
7cad3e8697
Merge pull request #29 from sethforprivacy/dependabot/github_actions/docker/build-push-action-3.3.0
...
Bump docker/build-push-action from 3.2.0 to 3.3.0
2023-01-23 10:54:50 -05:00
dependabot[bot]
0070af6523
Bump docker/build-push-action from 3.2.0 to 3.3.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-16 20:05:44 +00:00
Seth For Privacy
37aa0bdde6
Bump to v2.7
2023-01-03 10:32:26 -05:00
Seth For Privacy
626ebffdc3
Bump to v2.6
2022-11-29 14:10:19 -05:00
sethforprivacy
5f971f4bf3
Bump base images to ubuntu:latest
2022-11-02 16:28:42 -04:00
Seth For Privacy
9f2d9f9255
Bump to v2.5
2022-10-31 14:09:26 -04:00
Seth For Privacy
efe2d31008
Merge pull request #28 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-2.2.1
...
Bump docker/setup-buildx-action from 2.2.0 to 2.2.1
2022-10-19 08:27:13 -04:00
dependabot[bot]
c28b48ca92
Bump docker/setup-buildx-action from 2.2.0 to 2.2.1
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.2.0...v2.2.1 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-18 20:17:26 +00:00
Seth For Privacy
1e904afd8c
Merge pull request #27 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-2.2.0
...
Bump docker/setup-buildx-action from 2.1.0 to 2.2.0
2022-10-18 08:10:35 -04:00
dependabot[bot]
bc8405ef8d
Bump docker/setup-buildx-action from 2.1.0 to 2.2.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-17 20:20:16 +00:00
Seth For Privacy
4bdc6f6d16
Bump to v2.4
2022-10-17 10:17:37 -04:00
Seth For Privacy
11b080cbda
Merge pull request #23 from sethforprivacy/dependabot/github_actions/docker/setup-qemu-action-2.1.0
...
Bump docker/setup-qemu-action from 2.0.0 to 2.1.0
2022-10-17 10:16:22 -04:00
Seth For Privacy
215e879f87
Merge pull request #24 from sethforprivacy/dependabot/github_actions/docker/login-action-2.1.0
...
Bump docker/login-action from 2.0.0 to 2.1.0
2022-10-17 10:16:15 -04:00
Seth For Privacy
77acabc114
Merge pull request #25 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-2.1.0
...
Bump docker/setup-buildx-action from 2.0.0 to 2.1.0
2022-10-17 10:16:08 -04:00
Seth For Privacy
274cead289
Merge pull request #26 from sethforprivacy/dependabot/github_actions/docker/build-push-action-3.2.0
...
Bump docker/build-push-action from 3.1.1 to 3.2.0
2022-10-17 10:16:01 -04:00
dependabot[bot]
3706e699a9
Bump docker/build-push-action from 3.1.1 to 3.2.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3.1.1...v3.2.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-12 20:19:56 +00:00
dependabot[bot]
5319fcc6f7
Bump docker/setup-buildx-action from 2.0.0 to 2.1.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-12 20:19:54 +00:00
dependabot[bot]
d587b97851
Bump docker/login-action from 2.0.0 to 2.1.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-12 20:19:51 +00:00
dependabot[bot]
18b630e04a
Bump docker/setup-qemu-action from 2.0.0 to 2.1.0
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-12 20:19:48 +00:00
Seth For Privacy
8a29f6b245
Bump to p2pool v2.3
2022-08-30 12:55:38 -04:00
sethforprivacy
65211c0c7a
Enable multi-arch builds
2022-08-10 13:47:09 -04:00
sethforprivacy
2e63bd433e
Bump GH Actions to ubuntu-latest
2022-08-09 14:20:03 -04:00
Seth For Privacy
3c1162e67f
Merge pull request #21 from sethforprivacy/dependabot/github_actions/docker/build-push-action-3.1.1
...
Bump docker/build-push-action from 3.1.0 to 3.1.1
2022-08-05 16:23:19 -04:00
dependabot[bot]
b6687ee02a
Bump docker/build-push-action from 3.1.0 to 3.1.1
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-05 20:20:24 +00:00
Seth For Privacy
96a643ec94
Merge pull request #20 from sethforprivacy/dependabot/github_actions/docker/build-push-action-3.1.0
...
Bump docker/build-push-action from 3.0.0 to 3.1.0
2022-07-19 16:37:18 -04:00
dependabot[bot]
267e8518a8
Bump docker/build-push-action from 3.0.0 to 3.1.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3.0.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-19 20:16:04 +00:00
Seth For Privacy
74b549b83d
Bump to v2.2.1
2022-07-08 13:05:54 -04:00
Seth For Privacy
c906c9fb29
Fix dependencies
2022-06-30 12:46:33 -04:00
Seth For Privacy
b89a79883b
Bump to p2pool v2.2
2022-06-30 12:30:19 -04:00
Seth For Privacy
b41ac7109f
Bump to v2.1
2022-05-31 13:37:36 -04:00
Seth For Privacy
33a422f450
Merge pull request #19 from sethforprivacy/dependabot/github_actions/docker/login-action-2.0.0
...
Bump docker/login-action from 1.14.1 to 2.0.0
2022-05-05 16:25:06 -04:00
Seth For Privacy
0eefb70afc
Merge pull request #18 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-2.0.0
...
Bump docker/setup-buildx-action from 1.7.0 to 2.0.0
2022-05-05 16:24:52 -04:00
Seth For Privacy
6e5f32eb7b
Merge pull request #17 from sethforprivacy/dependabot/github_actions/docker/build-push-action-3.0.0
...
Bump docker/build-push-action from 2.10.0 to 3.0.0
2022-05-05 16:24:41 -04:00
dependabot[bot]
443051a56a
Bump docker/login-action from 1.14.1 to 2.0.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1.14.1 to 2.0.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1.14.1...v2.0.0 )
---
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-05 20:18:39 +00:00
dependabot[bot]
81804e92b9
Bump docker/setup-buildx-action from 1.7.0 to 2.0.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1.7.0 to 2.0.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.7.0...v2.0.0 )
---
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-05 20:18:36 +00:00
dependabot[bot]
a773fd57aa
Bump docker/build-push-action from 2.10.0 to 3.0.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2.10.0 to 3.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2.10.0...v3.0.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-05 20:18:34 +00:00
Seth For Privacy
526abc9a06
Bump to v2.0
2022-04-30 16:36:05 +00:00
Seth For Privacy
a7391e6f16
Merge pull request #16 from sethforprivacy/dependabot/github_actions/docker/setup-buildx-action-1.7.0
...
Bump docker/setup-buildx-action from 1.6.0 to 1.7.0
2022-04-29 09:01:41 -04:00
dependabot[bot]
a289f68123
Bump docker/setup-buildx-action from 1.6.0 to 1.7.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.6.0...v1.7.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-28 20:38:03 +00:00
sethforprivacy
968a7a65ea
Remove Azure scanning on image builds
2022-04-26 10:04:54 -04:00
Seth For Privacy
78215faa82
Merge pull request #15 from sethforprivacy/dependabot/github_actions/github/codeql-action-2
...
Bump github/codeql-action from 1 to 2
2022-04-26 09:56:31 -04:00
dependabot[bot]
e1e5162f71
Bump github/codeql-action from 1 to 2
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-25 20:23:03 +00:00
Seth For Privacy
af202ede32
Bump to v1.9
2022-03-30 15:53:37 -04:00
Seth For Privacy
299d7b262d
Merge pull request #14 from sethforprivacy/dependabot/github_actions/docker/build-push-action-2.10.0
...
Bump docker/build-push-action from 2.9.0 to 2.10.0
2022-03-16 14:26:53 -04:00
dependabot[bot]
2248d98c4c
Bump docker/build-push-action from 2.9.0 to 2.10.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2.9.0...v2.10.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-14 20:18:51 +00:00
Seth For Privacy
e6cd000908
Merge pull request #13 from sethforprivacy/dependabot/github_actions/docker/login-action-1.14.1
...
Bump docker/login-action from 1.14.0 to 1.14.1
2022-03-01 15:44:08 -05:00
Seth For Privacy
ffb72c4389
Merge pull request #12 from sethforprivacy/dependabot/github_actions/actions/checkout-3
...
Bump actions/checkout from 2 to 3
2022-03-01 15:43:56 -05:00
dependabot[bot]
b9d055005c
Bump docker/login-action from 1.14.0 to 1.14.1
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1.14.0...v1.14.1 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-01 20:18:35 +00:00
dependabot[bot]
fff5905916
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-03-01 20:18:31 +00:00
Seth For Privacy
019726a915
Merge pull request #11 from sethforprivacy/dependabot/github_actions/docker/login-action-1.14.0
...
Bump docker/login-action from 1.13.0 to 1.14.0
2022-02-28 15:33:24 -05:00
dependabot[bot]
c9a2c37883
Bump docker/login-action from 1.13.0 to 1.14.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1.13.0...v1.14.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 20:20:37 +00:00
Seth For Privacy
c698529a9f
Bump to v1.8
2022-02-27 14:27:40 -05:00
Seth For Privacy
2824a616cb
Merge pull request #10 from sethforprivacy/dependabot/github_actions/docker/login-action-1.13.0
...
Bump docker/login-action from 1.12.0 to 1.13.0
2022-02-17 16:11:14 -05:00
dependabot[bot]
38f2ec2d45
Bump docker/login-action from 1.12.0 to 1.13.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1.12.0...v1.13.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-17 20:22:06 +00:00
Seth For Privacy
d0ffbf384d
Bump to v1.7
2022-02-14 15:48:14 -05:00
Seth For Privacy
936ff2c8e5
Merge pull request #9 from sethforprivacy/dependabot/github_actions/docker/build-push-action-2.9.0
...
Bump docker/build-push-action from 2.8.0 to 2.9.0
2022-02-01 15:45:11 -05:00
dependabot[bot]
16b3a67855
Bump docker/build-push-action from 2.8.0 to 2.9.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2.8.0...v2.9.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-01 20:20:17 +00:00
Seth For Privacy
934ade8d4c
Bump to v1.6
2022-01-26 14:30:34 -05:00
Seth For Privacy
ba457a7487
Merge pull request #8 from sethforprivacy/dependabot/github_actions/docker/build-push-action-2.8.0
...
Bump docker/build-push-action from 2.7.0 to 2.8.0
2022-01-18 15:39:51 -05:00
dependabot[bot]
92079ebb52
Bump docker/build-push-action from 2.7.0 to 2.8.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2.7.0...v2.8.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-18 20:22:08 +00:00
Seth For Privacy
739e762064
Bump to v1.5
2022-01-10 09:25:48 -05:00
Seth For Privacy
a8fe081664
Merge pull request #7 from sethforprivacy/dependabot/github_actions/docker/login-action-1.12.0
...
Bump docker/login-action from 1.10.0 to 1.12.0
2021-12-21 13:21:58 +00:00
dependabot[bot]
7e6ef7436e
Bump docker/login-action from 1.10.0 to 1.12.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1.10.0 to 1.12.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1.10.0...v1.12.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-20 20:22:19 +00:00
Seth For Privacy
f21b2bc2f0
Bump to v1.4
2021-12-07 17:55:57 +00:00
sethforprivacy
03b69e856f
Update tag for monerod
2021-12-01 08:59:44 -05:00
Seth For Privacy
c414d984eb
Merge pull request #6 from hundehausen/main
...
Add in missing RPC port flag for p2pool.
2021-11-09 08:24:47 -05:00
hundehausen
3932b4f993
Update docker-compose.yml
2021-11-09 14:05:48 +01:00