openimsdk / openim-docker

openim-docker configuration for deploying OpenIM. Provides a build solution for a stable distribution, as well as a docker compose deployment strategy
https://openim.io
Apache License 2.0
36 stars 46 forks source link

chore(deps): bump the github-actions group with 13 updates #78

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the github-actions group with 13 updates:

Package From To
actions/checkout 2 4
actions/github-script 6 7
contributor-assistant/github-action 2.3.0 2.3.1
actions/setup-go 4 5
actions/first-interaction 1.1.1 1.3.0
dessant/lock-threads 4 5
actions/setup-node 3 4
docker/setup-buildx-action 1 3
alex-page/github-project-automation-plus 0.8.3 0.9.0
goreleaser/goreleaser-action 4 5
docker/setup-qemu-action 2.2.0 3.0.0
actions/cache 3.3.1 3.3.2
actions/stale 8 9

Updates actions/checkout from 2 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

... (truncated)

Commits


Updates actions/github-script from 6 to 7

Release notes

Sourced from actions/github-script's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v6.4.1...v7.0.0

v6.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v6.4.0...v6.4.1

v6.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v6.3.3...v6.4.0

v6.3.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v6.3.2...v6.3.3

v6.3.2

What's Changed

... (truncated)

Commits
  • 60a0d83 Merge pull request #440 from actions/joshmgross/v7.0.1
  • b7fb200 Update version to 7.0.1
  • 12e22ed Merge pull request #439 from actions/joshmgross/avoid-setting-base-url
  • d319f8f Avoid setting baseUrl to undefined when input is not provided
  • e69ef54 Merge pull request #425 from actions/joshmgross/node-20
  • ee0914b Update licenses
  • d6fc56f Use @types/node for Node 20
  • 384d6cf Fix quotations in tests
  • 8472492 Only validate GraphQL previews
  • 84903f5 Remove node-fetch from type
  • Additional commits viewable in compare view


Updates contributor-assistant/github-action from 2.3.0 to 2.3.1

Release notes

Sourced from contributor-assistant/github-action's releases.

v2.3.1

What's Changed

New Contributors

Full Changelog: https://github.com/contributor-assistant/github-action/compare/v2.3.0...v2.3.1

Commits
  • a895a43 Update action.yml
  • 8ceac4b docs(contributor): contrib-readme-action has updated readme
  • 6b3a4e0 Merge pull request #139 from darrellwarde/fix/check-all-repo-workflows-pages
  • dece446 Fix error where repos with more than 30 workflows if workflow is not on first...
  • f2ab9ee Merge pull request #137 from contributor-assistant/adds-energy-consumption-me...
  • fb644d8 Update nodejs.yml
  • 61d2e20 Adds energy consumption measurement
  • 6f3a2c1 docs(contributor): contrib-readme-action has updated readme
  • 0a1cc84 Merge pull request #136 from wh201906/mentions
  • 70b1169 Reduce unnecessary mentions
  • Additional commits viewable in compare view


Updates actions/setup-go from 4 to 5

Release notes

Sourced from actions/setup-go's releases.

v5.0.0

What's Changed

In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover, we update some dependencies to the latest versions (actions/setup-go#445).

Besides, this release contains such changes as:

New Contributors

Full Changelog: https://github.com/actions/setup-go/compare/v4...v5.0.0

v4.1.0

What's Changed

In scope of this release, slow installation on Windows was fixed by @​dsame in actions/setup-go#393 and OS version was added to primaryKey for Ubuntu runners to avoid conflicts (actions/setup-go#383)

This release also includes the following changes:

New Contributors

Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.1.0

v4.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.0.1

Commits
  • 0c52d54 Update dependencies for node20 (#445)
  • bfd2fb3 Merge pull request #421 from chenrui333/node20-runtime
  • 3d65fa5 feat: bump to use actions/checkout@v4
  • 8a505c9 feat: bump to use node20 runtime
  • 883490d Merge pull request #417 from artemgavrilov/main
  • d45ebba Rephrase sentence
  • 317c661 Replace wildcards term with globs.
  • f90673a Merge pull request #1 from artemgavrilov/caching-docs-improvement
  • 8018234 Improve documentation regarding dependencies cachin
  • d085b4f Merge pull request #411 from galargh/fix/windows-hostedtoolcache
  • Additional commits viewable in compare view


Updates actions/first-interaction from 1.1.1 to 1.3.0

Release notes

Sourced from actions/first-interaction's releases.

v1.3.0

Upgrade our base image from node v14 -> v20

Add dependency on @octokit/rest and @actions/http-client.

👉 See the PR for details: actions/first-interaction#287

v1.2.0

Upgrade our codeql actions from v1 -> v2

Updates github/codeql-action/init, github/codeql-action/autobuild, and github/codeql-action/analyze to v2.

👉 See the PR for details: actions/first-interaction#275

Commits
  • 34f15e8 Merge pull request #288 from actions/allanguigou/bump-minor-version
  • 3c71ce7 1.3.0
  • 001cc8d Merge pull request #287 from actions/bump-node-to-v18
  • 625b194 Update to node 20.10
  • 3aee370 Update license to MIT
  • f3836b2 Update licensed cache
  • c23c7ec Update base image to node:18.18.2-buster-slim
  • 1dbfe1b Merge pull request #276 from actions/releases/v1.1.1
  • 15b3c5f 1.2.0
  • 75f2492 Merge pull request #275 from actions/pje/upgrade-codeql-actions-to-v2
  • Additional commits viewable in compare view


Updates dessant/lock-threads from 4 to 5

Release notes

Sourced from dessant/lock-threads's releases.

v5.0.0

Learn more about this release from the changelog.

v4.0.1

Learn more about this release from the changelog.

Changelog

Sourced from dessant/lock-threads's changelog.

5.0.0 (2023-11-14)

⚠ BREAKING CHANGES

  • Discussions are also processed by default, set the process-only input parameter to preserve the old behavior
    steps:
      - uses: dessant/lock-threads@v5
        with:
          process-only: 'issues, prs'
  • the action now requires Node.js 20

Features

Bug Fixes

4.0.1 (2023-06-12)

Bug Fixes

  • retry and throttle GitHub API requests (1618e91), closes #35

4.0.0 (2022-12-04)

⚠ BREAKING CHANGES

  • the action now requires Node.js 16

Bug Fixes

3.0.0 (2021-09-27)

⚠ BREAKING CHANGES

  • input parameter names have changed

... (truncated)

Commits


Updates actions/setup-node from 3 to 4

Release notes

Sourced from actions/setup-node's releases.

v4.0.0

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in actions/setup-node#866

Besides, release contains such changes as:

New Contributors

Full Changelog: https://github.com/actions/setup-node/compare/v3...v4.0.0

v3.8.2

What's Changed

Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.2

v3.8.1

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in actions/setup-node#831. It is filtered and checked in the toolkit/cache library.

Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.1

v3.8.0

What's Changed

Bug fixes:

Feature implementations:

Documentation changes:

Update dependencies:

... (truncated)

Commits


Updates docker/setup-buildx-action from 1 to 3

Release notes

Sourced from docker/setup-buildx-action's releases.

v3.0.0

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0

v2.10.0

What's Changed

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0

v2.9.1

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.9.0...v2.9.1

v2.9.0

  • Bump @​docker/actions-toolkit from 0.6.0 to 0.7.0 in docker/setup-buildx-action#246
    • Adds support to cache Buildx binary to hosted tool cache and GHA cache backend

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.0

v2.8.0

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0

v2.7.0

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0

v2.6.0

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.6.0

v2.5.0

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0

v2.4.1

... (truncated)

Commits
  • f95db51 Merge pull request #267 from docker/dependabot/npm_and_yarn/actions/core-1.10.1
  • 998a87c chore: update generated content
  • 28bae59 build(deps): bump @​actions/core from 1.10.0 to 1.10.1
  • c215341 Merge pull request #264 from crazy-max/update-node20
  • 02e9319 chore: node 20 as default runtime
  • 5c9160e chore: update generated content
  • 1283140 chore: fix author in package.json
  • c6afe06 vendor: bump @​docker/actions-toolkit from 0.10.0 to 0.12.0
  • f35e0d5 chore: update dev dependencies
  • baeb468 dev: remove unneeded binaries
  • Additional commits viewable in compare view


Updates alex-page/github-project-automation-plus from 0.8.3 to 0.9.0

Release notes

Sourced from alex-page/github-project-automation-plus's releases.

v0.9.0

  • Update the NodeJS version of the action runner to Node 20. Thanks @​lkostrowski for the contribution.
Commits


Updates goreleaser/goreleaser-action from 4 to 5

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v5.0.0

What's Changed

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.6.0...v5.0.0

v4.6.0

Reverts the change to node20 runtime.

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.5.0...v4.6.0

v4.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.4.0...v4.5.0

v4.4.0

What's Changed

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.3.0...v4.4.0

v4.3.0

What's Changed

sweep-ai[bot] commented 7 months ago

Apply Sweep Rules to your PR?

  • [ ] Apply: All new business logic should have corresponding unit tests.
  • [ ] Apply: Refactor large functions to be more modular.
  • [ ] Apply: Add docstrings to all functions and file headers.
kubbot commented 7 months ago

[!TIP] Run make install to check the status

Docker Images:

REPOSITORY                        TAG                       IMAGE ID       CREATED         SIZE
minio/minio                       latest                    b1b460d8cc87   6 hours ago     151MB
bitnami/node-exporter             1.7.0                     a84c996dd656   13 hours ago    96.8MB
ghcr.io/openimsdk/openim-server   release-v3.5              28e920abd4bc   35 hours ago    622MB
ghcr.io/openimsdk/openim-chat     release-v1.5              7c9643d7bdb9   2 days ago      257MB
ghcr.io/openimsdk/openim-admin    toc-base-open-docker.35   62d5a9c79413   6 days ago      190MB
bitnami/zookeeper                 3.8                       be603263ac72   13 days ago     516MB
ubuntu                            20.04                     f78909c2b360   3 weeks ago     72.8MB
mysql                             5.7                       5107333e08a8   3 weeks ago     501MB
ubuntu                            22.04                     174c8c134b2a   3 weeks ago     77.8MB
node                              18-alpine                 f3776b60850d   3 weeks ago     132MB
node                              20-alpine                 0dc964c4b6e5   3 weeks ago     136MB
prom/prometheus                   v2.48.1                   ea7f826b1553   4 weeks ago     247MB
bitnami/kafka                     3.5.1                     f79889e4e4af   5 weeks ago     558MB
node                              18                        44b36f415b2c   5 weeks ago     1.09GB
moby/buildkit                     buildx-stable-1           be698b50dea4   5 weeks ago     172MB
moby/buildkit                     latest                    be698b50dea4   5 weeks ago     172MB
alpine                            3.16                      e525c930fe75   5 weeks ago     5.54MB
alpine                            3.17                      7997ad530b08   5 weeks ago     7.06MB
alpine                            3.18                      b541f2080109   5 weeks ago     7.33MB
node                              20                        cda45fab4fca   6 weeks ago     1.1GB
buildpack-deps                    buster                    60881f5a8209   6 weeks ago     802MB
buildpack-deps                    bullseye                  5d9ba14c7abd   6 weeks ago     834MB
debian                            10                        d20e99fdc4dc   6 weeks ago     114MB
debian                            11                        873181a41b99   6 weeks ago     124MB
grafana/grafana                   10.2.2                    06e5d59b720d   6 weeks ago     399MB
ghcr.io/openimsdk/openim-web      latest                    096b23e2bf88   8 weeks ago     177MB
node                              16                        1ddc7e4055fd   4 months ago    909MB
prom/alertmanager                 v0.26.0                   9f27df16978d   4 months ago    66.8MB
node                              16-alpine                 2573171e0124   4 months ago    118MB
mongo                             6.0.2                     b70536aeb250   14 months ago   695MB
redis                             7.0.0                     53aa81e8adfa   19 months ago   117MB

Docker Processes:

CONTAINER ID   IMAGE                                                    COMMAND                  CREATED              STATUS                        PORTS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        NAMES
1c0c6fdf8452   prom/alertmanager:v0.26.0                                "/bin/alertmanager -…"   About a minute ago   Up About a minute             0.0.0.0:19093->9093/tcp, :::19093->9093/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  alertmanager
7e4dbae4fed6   prom/prometheus:v2.48.1                                  "/bin/prometheus --c…"   About a minute ago   Up About a minute             0.0.0.0:19090->9090/tcp, :::19090->9090/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  prometheus
b7ecdb3042fa   ghcr.io/openimsdk/openim-chat:release-v1.5               "/openim/openim-chat…"   About a minute ago   Up About a minute (healthy)   0.0.0.0:10008-10009->10008-10009/tcp, :::10008-10009->10008-10009/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        openim-chat
eabe353043af   ghcr.io/openimsdk/openim-server:release-v3.5             "/openim/openim-serv…"   2 minutes ago        Up 2 minutes (healthy)        0.0.0.0:10001-10002->10001-10002/tcp, :::10001-10002->10001-10002/tcp, 0.0.0.0:20100->20100/tcp, :::20100->20100/tcp, 0.0.0.0:20110->20110/tcp, :::20110->20110/tcp, 0.0.0.0:20120->20120/tcp, :::20120->20120/tcp, 0.0.0.0:20130->20130/tcp, :::20130->20130/tcp, 0.0.0.0:20140->20140/tcp, :::20140->20140/tcp, 0.0.0.0:20150->20150/tcp, :::20150->20150/tcp, 0.0.0.0:20160->20160/tcp, :::20160->20160/tcp, 0.0.0.0:20170->20170/tcp, :::20170->20170/tcp, 0.0.0.0:20230->20230/tcp, :::20230->20230/tcp, 0.0.0.0:21300-21301->21300-21301/tcp, :::21300-21301->21300-21301/tcp, 0.0.0.0:21400-21403->21400-21403/tcp, :::21400-21403->21400-21403/tcp   openim-server
8aa977184b3b   mysql:5.7                                                "docker-entrypoint.s…"   2 minutes ago        Up 2 minutes                  33060/tcp, 0.0.0.0:13306->3306/tcp, :::13306->3306/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       mysql
8c857f06e101   ghcr.io/openimsdk/openim-web:latest                      "bash -c 'openim-web…"   2 minutes ago        Up 2 minutes                  0.0.0.0:11001->11001/tcp, :::11001->11001/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                openim-web
26c7eed06d66   ghcr.io/openimsdk/openim-admin:toc-base-open-docker.35   "/docker-entrypoint.…"   2 minutes ago        Up 2 minutes                  0.0.0.0:11002->80/tcp, :::11002->80/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      openim-admin
d4a97a587439   mongo:6.0.2                                              "docker-entrypoint.s…"   2 minutes ago        Up 2 minutes                  0.0.0.0:37017->27017/tcp, :::37017->27017/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                mongo
60ad2bf74243   bitnami/zookeeper:3.8                                    "/opt/bitnami/script…"   2 minutes ago        Up 2 minutes                  2888/tcp, 3888/tcp, 8080/tcp, 0.0.0.0:12181->2181/tcp, :::12181->2181/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    zookeeper
63a1b81b647c   bitnami/kafka:3.5.1                                      "/opt/bitnami/script…"   2 minutes ago        Up 2 minutes                  0.0.0.0:19092->9092/tcp, :::19092->9092/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  kafka
49bf2bfee40f   redis:7.0.0                                              "docker-entrypoint.s…"   2 minutes ago        Up 2 minutes                  0.0.0.0:16379->6379/tcp, :::16379->6379/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  redis
3463c2333c6e   bitnami/node-exporter:1.7.0                              "/opt/bitnami/node-e…"   2 minutes ago        Up 2 minutes                  0.0.0.0:19100->9100/tcp, :::19100->9100/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  node-exporter
dd6c9401e4b1   minio/minio:latest                                       "/usr/bin/docker-ent…"   2 minutes ago        Up 2 minutes                  0.0.0.0:9090->9090/tcp, :::9090->9090/tcp, 0.0.0.0:10005->9000/tcp, :::10005->9000/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       minio
ccd9fe24c393   grafana/grafana:10.2.2                                   "/run.sh"                2 minutes ago        Up 2 minutes                  0.0.0.0:13000->3000/tcp, :::13000->3000/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  grafana
95dba78c9fbd   moby/buildkit:buildx-stable-1                            "buildkitd --allow-i…"   3 minutes ago        Up 3 minutes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               buildx_buildkit_builder-61910394-4048-410b-9c7c-ad05a819dcf20