Compare commits

...

9 Commits

Author SHA1 Message Date
5d22b81c47 更新 Dockerfile
Some checks failed
CI / unit-tests (push) Has been cancelled
CI / unit-tests-0.19.0 (push) Has been cancelled
2025-10-17 00:40:08 +08:00
flowshadow
65ae023916 修改镜像地址
Some checks failed
CI / unit-tests (push) Has been cancelled
CI / unit-tests-0.19.0 (push) Has been cancelled
2025-10-17 00:13:25 +08:00
Jose Diaz-Gonzalez
40ca47cbe8 Merge pull request #240 from dokku/dependabot/github_actions/softprops/action-gh-release-2.4.1
Some checks failed
CI / unit-tests (push) Has been cancelled
CI / unit-tests-0.19.0 (push) Has been cancelled
chore(deps): bump softprops/action-gh-release from 2.4.0 to 2.4.1
2025-10-13 18:09:49 -04:00
dependabot[bot]
64882b2e44 chore(deps): bump softprops/action-gh-release from 2.4.0 to 2.4.1
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 14:12:29 +00:00
Jose Diaz-Gonzalez
7775c00c13 Merge pull request #239 from dokku/dependabot/github_actions/softprops/action-gh-release-2.4.0
chore(deps): bump softprops/action-gh-release from 2.3.3 to 2.4.0
2025-10-07 14:04:53 -04:00
dependabot[bot]
748c65b115 chore(deps): bump softprops/action-gh-release from 2.3.3 to 2.4.0
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2.3.3...v2.4.0)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-07 13:06:29 +00:00
Jose Diaz-Gonzalez
65026b2857 Release 1.38.13
Some checks failed
tagged-release / tagged-release (push) Has been cancelled
2025-10-05 15:07:34 -04:00
Jose Diaz-Gonzalez
88cef01adb Merge pull request #237 from dokku/dependabot/docker/mongo-8.0.15
chore(deps): bump mongo from 8.0.14 to 8.0.15
2025-10-05 15:04:48 -04:00
dependabot[bot]
2530b50c41 chore(deps): bump mongo from 8.0.14 to 8.0.15
Bumps mongo from 8.0.14 to 8.0.15.

---
updated-dependencies:
- dependency-name: mongo
  dependency-version: 8.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-03 13:01:37 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps: steps:
- name: Release - name: Release
uses: softprops/action-gh-release@v2.3.3 uses: softprops/action-gh-release@v2.4.1
with: with:
generate_release_notes: true generate_release_notes: true
make_latest: "true" make_latest: "true"

View File

@@ -1 +1 @@
FROM mongo:8.0.14 FROM mirror.ccs.tencentyun.com/library/mongo:8.0.15

View File

@@ -1,6 +1,6 @@
# dokku mongo [![Build Status](https://img.shields.io/github/actions/workflow/status/dokku/dokku-mongo/ci.yml?branch=master&style=flat-square "Build Status")](https://github.com/dokku/dokku-mongo/actions/workflows/ci.yml?query=branch%3Amaster) [![IRC Network](https://img.shields.io/badge/irc-libera-blue.svg?style=flat-square "IRC Libera")](https://webchat.libera.chat/?channels=dokku) # dokku mongo [![Build Status](https://img.shields.io/github/actions/workflow/status/dokku/dokku-mongo/ci.yml?branch=master&style=flat-square "Build Status")](https://github.com/dokku/dokku-mongo/actions/workflows/ci.yml?query=branch%3Amaster) [![IRC Network](https://img.shields.io/badge/irc-libera-blue.svg?style=flat-square "IRC Libera")](https://webchat.libera.chat/?channels=dokku)
Official mongo plugin for dokku. Currently defaults to installing [mongo 8.0.14](https://hub.docker.com/_/mongo/). Official mongo plugin for dokku. Currently defaults to installing [mongo 8.0.15](https://hub.docker.com/_/mongo/).
## Requirements ## Requirements

View File

@@ -1,4 +1,4 @@
[plugin] [plugin]
description = "dokku mongo service plugin" description = "dokku mongo service plugin"
version = "1.38.12" version = "1.38.13"
[plugin.config] [plugin.config]