Jonathan Gonzalez V
6a2cd25a07
ci: defer creating major version
tag until release ( #108 )
...
Previously, we were always setting the `version` tag (e.g., 16, 17) when building
a container image. However, version 17 is still in beta and was tagged with `17`,
which could cause confusion. Users might mistake it for a stable release,
and tools like Renovate might attempt to update to this version.
This change ensures that the major `version` tag is not created until the version
is officially released.
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com >
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
2024-07-01 12:10:00 +02:00
Niccolò Fei
8093cb966f
ci: do not trigger the CD on imageCatalog updates ( #99 )
...
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
2024-05-13 09:29:28 +02:00
Niccolò Fei
baed8316c7
feat: generate Debian (12) Bookworm images ( #62 )
...
Add Debian 12 images and the related ClusterImageCatalog
---------
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com >
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com >
Co-authored-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com >
Co-authored-by: Francesco Canovai <francesco.canovai@enterprisedb.com >
2024-05-09 18:41:06 +02:00
Niccolò Fei
13c0eaf635
feat: generate a ClusterImageCatalog on image update ( #97 )
...
The image catalog YAML file will be committed an updated every time
an image is updated, thus, we provide a catalog with all the images in this repo.
Closes #96
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com >
Co-authored-by: Francesco Canovai <francesco.canovai@enterprisedb.com >
2024-04-22 15:35:55 +02:00
Niccolò Fei
6d2b8cbd74
ci: temporary workaround for the snyk failure ( #95 )
...
The Sarif upload action is currently failing because of github/codeql-action#2187 , which turned out being related to how snyk produces the sarif.
While the issue is being investigated with snyk, let's deploy a temporary workaround to allow the push of new images.
2024-03-13 13:21:06 +01:00
dependabot[bot]
0a9cc0a599
chore(deps): Bump nick-fields/retry from 2 to 3 ( #84 )
...
Bumps [nick-fields/retry](https://github.com/nick-fields/retry ) from 2 to 3.
- [Release notes](https://github.com/nick-fields/retry/releases )
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-fields/retry/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: nick-fields/retry
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-09 14:42:50 +01:00
dependabot[bot]
cf6a56c045
chore(deps): Bump github/codeql-action from 2 to 3 ( #81 )
...
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-20 15:54:12 +01:00
dependabot[bot]
a2e966c1ec
chore(deps): Bump actions/setup-python from 4 to 5 ( #80 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-20 15:53:51 +01:00
dependabot[bot]
62f0c47a6a
chore(deps): Bump benjefferies/branch-protection-bot from 1.0.9 to 1.1.2 ( #79 )
...
Bumps [benjefferies/branch-protection-bot](https://github.com/benjefferies/branch-protection-bot ) from 1.0.9 to 1.1.2.
- [Release notes](https://github.com/benjefferies/branch-protection-bot/releases )
- [Commits](https://github.com/benjefferies/branch-protection-bot/compare/1.0.9...v1.1.2 )
---
updated-dependencies:
- dependency-name: benjefferies/branch-protection-bot
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-20 15:53:30 +01:00
Tao Li
d3dca68e7f
fix: match python version in update workflow to the container content ( #82 )
...
Signed-off-by: Tao Li <tao.li@enterprisedb.com >
2023-12-19 12:45:59 +01:00
Jonathan Gonzalez V
cfddaadf01
chore: add Snyk container scanner ( #60 )
...
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com >
2023-11-02 19:17:03 +01:00
Niccolò Fei
5f9bb5e555
chore: set latest tag to v16 ( #76 )
...
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
2023-09-26 11:42:53 -03:00
dependabot[bot]
76548b335e
chore(deps): Bump docker/setup-qemu-action from 2 to 3 ( #66 )
...
* chore(deps): Bump docker/setup-qemu-action from 2 to 3
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3 )
---
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 >
* chore: use the latest qemu image
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
2023-09-12 14:51:28 +02:00
dependabot[bot]
d2e4999687
chore(deps): Bump docker/login-action from 2 to 3 ( #69 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
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 14:37:04 +02:00
dependabot[bot]
88ecae188b
chore(deps): Bump docker/setup-buildx-action from 2 to 3 ( #67 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3 )
---
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 14:32:18 +02:00
dependabot[bot]
221c00988e
chore(deps): Bump docker/build-push-action from 4 to 5 ( #68 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5 )
---
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 14:31:50 +02:00
dependabot[bot]
04047f3d6b
chore(deps): Bump actions/checkout from 3 to 4 ( #65 )
...
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-12 14:31:17 +02:00
dependabot[bot]
3d9694b3a1
chore(deps): Bump benjefferies/branch-protection-bot from 1.0.8 to 1.0.9 ( #64 )
...
Bumps [benjefferies/branch-protection-bot](https://github.com/benjefferies/branch-protection-bot ) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/benjefferies/branch-protection-bot/releases )
- [Commits](https://github.com/benjefferies/branch-protection-bot/compare/1.0.8...1.0.9 )
---
updated-dependencies:
- dependency-name: benjefferies/branch-protection-bot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-27 12:41:02 +02:00
Jonathan Gonzalez V
e7be7616c4
chore: update ubuntu and python versions ( #61 )
2023-06-13 14:40:19 +02:00
Niccolò Fei
2c44fb1272
chore: cleanup EDB references ( #55 )
...
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
2023-04-28 19:49:20 +02:00
dependabot[bot]
d6148aea8b
chore(deps): Bump benjefferies/branch-protection-bot from 1.0.7 to 1.0.8 ( #54 )
...
Bumps [benjefferies/branch-protection-bot](https://github.com/benjefferies/branch-protection-bot ) from 1.0.7 to 1.0.8.
- [Release notes](https://github.com/benjefferies/branch-protection-bot/releases )
- [Commits](https://github.com/benjefferies/branch-protection-bot/compare/1.0.7...1.0.8 )
---
updated-dependencies:
- dependency-name: benjefferies/branch-protection-bot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 18:37:48 +02:00
dependabot[bot]
0cae000947
chore(deps): Bump docker/build-push-action from 3 to 4 ( #53 )
...
* chore(deps): Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4 )
---
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 >
* chore: remove workaround for buildkit
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com >
2023-02-02 13:39:33 -03:00
Niccolò Fei
f198f7452e
ci: implement workaround for push failures on ghcr ( #52 )
...
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
2023-01-20 12:21:05 +01:00
Niccolò Fei
5287f3f26b
chore: replace deprecated set-output command ( #43 )
...
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
2022-11-11 09:20:13 +01:00
Niccolò Fei
c79ee8eb03
chore: set v15 as the latest tag ( #42 )
...
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
2022-10-19 16:45:53 +08:00
Niccolò Fei
51078cb283
chore: Update Github actions ( #38 )
...
* chore: Update Github actions
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
Co-authored-by: Hai He <hai.he@enterprisedb.com >
2022-10-19 13:28:59 +08:00
dependabot[bot]
b5778f5501
chore(deps): Bump docker/setup-qemu-action from 2.0.0 to 2.1.0 ( #36 )
...
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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-13 16:56:23 +02:00
dependabot[bot]
ed1361d04c
chore(deps): Bump docker/login-action from 2.0.0 to 2.1.0 ( #35 )
...
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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-13 12:47:45 +01:00
dependabot[bot]
c02647b4da
chore(deps): Bump docker/setup-buildx-action from 2.0.0 to 2.1.0 ( #33 )
...
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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-13 12:47:32 +01:00
dependabot[bot]
8acc5e5632
chore(deps): Bump docker/build-push-action from 3.1.1 to 3.2.0 ( #34 )
...
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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-13 12:47:03 +01:00
Niccolò Fei
a5a525a3ff
fix: pin a barman compatible google-api-core release ( #31 )
...
This will be reverted once barman removes the 'protobuf<3.18' requirement
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com >
2022-09-06 14:17:48 +08:00
dependabot[bot]
14f1973e29
chore(deps): Bump docker/build-push-action from 3.1.0 to 3.1.1 ( #30 )
...
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 11:12:54 -04:00
dependabot[bot]
286a188e5b
chore(deps): Bump nick-fields/retry from 2.8.0 to 2.8.1 ( #29 )
...
Bumps [nick-fields/retry](https://github.com/nick-fields/retry ) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/nick-fields/retry/releases )
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-fields/retry/compare/v2.8.0...v2.8.1 )
---
updated-dependencies:
- dependency-name: nick-fields/retry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 11:12:25 -04:00
dependabot[bot]
92881a581b
chore(deps): Bump nick-fields/retry from 2.7.0 to 2.8.0 ( #28 )
...
Bumps [nick-fields/retry](https://github.com/nick-fields/retry ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/nick-fields/retry/releases )
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-fields/retry/compare/v2.7.0...v2.8.0 )
---
updated-dependencies:
- dependency-name: nick-fields/retry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-06 13:56:53 -04:00
Jonathan Gonzalez V
3cf3b69fdf
fix: add missing accept-keywords
to dockle-scan action ( #26 )
...
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com >
2022-07-26 14:49:57 +02:00
dependabot[bot]
379961e51d
chore(deps): Bump docker/build-push-action from 3.0.0 to 3.1.0 ( #24 )
...
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-26 13:51:39 +08:00
dependabot[bot]
162edc6a87
Bump erzz/dockle-action from 1.3.0 to 1.3.1 ( #23 )
...
Bumps [erzz/dockle-action](https://github.com/erzz/dockle-action ) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/erzz/dockle-action/releases )
- [Changelog](https://github.com/erzz/dockle-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/erzz/dockle-action/compare/v1.3.0...v1.3.1 )
---
updated-dependencies:
- dependency-name: erzz/dockle-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-11 09:56:25 -04:00
Mathieu Velten
baef67e25d
feat: add ARM64 support ( #19 )
...
Added the `linux/arm64` to the list of platforms to build the PostgreSQL
container image.
Signed-off-by: Mathieu Velten <matmaul@gmail.com >
2022-06-06 06:37:22 -04:00
dependabot[bot]
626fb0d88a
Bump erzz/dockle-action from 1.2.0 to 1.3.0 ( #12 )
...
Bumps [erzz/dockle-action](https://github.com/erzz/dockle-action ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/erzz/dockle-action/releases )
- [Changelog](https://github.com/erzz/dockle-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/erzz/dockle-action/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: erzz/dockle-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 08:16:43 -04:00
dependabot[bot]
153fe9e9c0
Bump docker/login-action from 1.14.1 to 2.0.0 ( #10 )
...
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 09:26:55 -04:00
dependabot[bot]
e4fb7d5741
Bump docker/build-push-action from 2.10.0 to 3.0.0 ( #9 )
...
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 09:25:38 -04:00
dependabot[bot]
b0a30a0518
Bump docker/setup-qemu-action from 1.2.0 to 2.0.0 ( #8 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.2.0...v2.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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 09:24:20 -04:00
dependabot[bot]
f6bb9635a4
Bump docker/setup-buildx-action from 1.7.0 to 2.0.0 ( #7 )
...
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 09:23:45 -04:00
dependabot[bot]
d4ff233abc
Bump docker/setup-buildx-action from 1.6.0 to 1.7.0 ( #5 )
...
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 08:34:04 -04:00
dependabot[bot]
9cbc30c408
Bump nick-fields/retry from 2.6.0 to 2.7.0 ( #4 )
...
Bumps [nick-fields/retry](https://github.com/nick-fields/retry ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/nick-fields/retry/releases )
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-fields/retry/compare/v2.6.0...v2.7.0 )
---
updated-dependencies:
- dependency-name: nick-fields/retry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-27 15:22:49 -04:00
tao
d071944342
Initial Commit
...
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com >
2022-04-14 12:23:42 -04:00