Compare commits

...

23 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
17b76038a3 Release 1.44.0
Some checks failed
tagged-release / tagged-release (push) Has been cancelled
2025-05-22 00:32:37 -04:00
Jose Diaz-Gonzalez
8adce1f206 Merge pull request #346 from dokku/dependabot/docker/postgres-17.5
chore(deps): bump postgres from 17.4 to 17.5
2025-05-22 00:32:27 -04:00
dependabot[bot]
7e54c6be64 chore(deps): bump postgres from 17.4 to 17.5
Bumps postgres from 17.4 to 17.5.

---
updated-dependencies:
- dependency-name: postgres
  dependency-version: '17.5'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-09 02:53:12 +00:00
Jose Diaz-Gonzalez
c728a443c2 Release 1.43.1
Some checks failed
tagged-release / tagged-release (push) Has been cancelled
2025-04-28 23:56:54 -04:00
Jose Diaz-Gonzalez
fe6afbb51b Merge pull request #345 from dokku/fix-typo
docs: fix typo in generated docs
2025-04-28 23:42:55 -04:00
Jose Diaz-Gonzalez
945e43cb65 docs: regenerate readme 2025-04-28 23:41:15 -04:00
Jose Diaz-Gonzalez
936fcb5931 docs: correct typo in generated readme 2025-04-28 23:07:50 -04:00
Jose Diaz-Gonzalez
e59116d69e Merge pull request #344 from dokku/dependabot/github_actions/softprops/action-gh-release-2.2.2
chore(deps): bump softprops/action-gh-release from 2.2.1 to 2.2.2
2025-04-28 23:04:06 -04:00
dependabot[bot]
4376ad269d chore(deps): bump softprops/action-gh-release from 2.2.1 to 2.2.2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.1 to 2.2.2.
- [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.2.1...v2.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 02:53:47 +00:00
Jose Diaz-Gonzalez
674ba8b8c9 Merge pull request #343 from dokku/update-workflows
chore: bump runs-on image from ubuntu-22.04 to ubuntu-24.04
2025-04-17 21:11:21 -04:00
Jose Diaz-Gonzalez
d11614bd50 fix: use maintained version of python 2025-04-17 20:48:25 -04:00
Jose Diaz-Gonzalez
5925f9c4d4 chore: bump runs-on image from ubuntu-22.04 to ubuntu-24.04 2025-04-17 20:40:44 -04:00
Jose Diaz-Gonzalez
507526b01c Merge pull request #340 from dokku/maintained-action
ci: use maintained action for creating automated releases
2025-03-13 18:51:15 -05:00
Jose Diaz-Gonzalez
81771f0e2c ci: use maintained action for creating automated releases 2025-03-13 19:46:51 -04:00
Jose Diaz-Gonzalez
451c9aea70 Release 1.43.0
Some checks failed
tagged-release / tagged-release (push) Has been cancelled
2025-03-12 20:49:53 -04:00
Jose Diaz-Gonzalez
e82d66a56b Merge pull request #338 from dokku/dependabot/docker/postgres-17.4
chore(deps): bump postgres from 17.3 to 17.4
2025-03-12 19:49:37 -05:00
Jose Diaz-Gonzalez
d602498d4f Release 1.42.1
Some checks failed
tagged-release / tagged-release (push) Has been cancelled
2025-03-09 07:12:03 -04:00
Jose Diaz-Gonzalez
15fa64e838 Merge pull request #339 from dokku/7470-name-argument
docs: ensure --name flag is used in installation docs
2025-03-09 06:05:40 -05:00
Jose Diaz-Gonzalez
cd7e66c454 docs: ensure --name flag is used in installation docs
Closes dokku/dokku#7470
2025-03-09 07:04:00 -04:00
dependabot[bot]
f7fc11192d chore(deps): bump postgres from 17.3 to 17.4
Bumps postgres from 17.3 to 17.4.

---
updated-dependencies:
- dependency-name: postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 02:35:01 +00:00
Jose Diaz-Gonzalez
91b0a4ad00 Release 1.42.0
Some checks failed
tagged-release / tagged-release (push) Has been cancelled
2025-02-21 22:16:36 -05:00
Jose Diaz-Gonzalez
e1f721f39b Merge pull request #337 from dokku/dependabot/docker/postgres-17.3
chore(deps): bump postgres from 17.2 to 17.3
2025-02-21 21:16:25 -06:00
dependabot[bot]
2f816534da chore(deps): bump postgres from 17.2 to 17.3
Bumps postgres from 17.2 to 17.3.

---
updated-dependencies:
- dependency-name: postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-14 02:44:02 +00:00
8 changed files with 19 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ name: CI
on: on:
pull_request: pull_request:
branches: branches:
- '*' - "*"
push: push:
branches: branches:
- master - master
@@ -17,7 +17,7 @@ concurrency:
jobs: jobs:
unit-tests-master: unit-tests-master:
name: unit-tests name: unit-tests
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
env: env:
DOKKU_VERSION: master DOKKU_VERSION: master
@@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.7.x' python-version: "3.13"
- run: make setup - run: make setup
@@ -59,7 +59,7 @@ jobs:
unit-tests-0_19_0: unit-tests-0_19_0:
name: unit-tests-0.19.0 name: unit-tests-0.19.0
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
env: env:
DOKKU_TAG: v0.19.0 DOKKU_TAG: v0.19.0
@@ -70,7 +70,7 @@ jobs:
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.7.x' python-version: "3.13"
- run: make setup - run: make setup

View File

@@ -5,15 +5,16 @@ name: "tagged-release"
on: on:
push: push:
tags: tags:
- '*' - "*"
jobs: jobs:
tagged-release: tagged-release:
name: tagged-release name: tagged-release
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- uses: "marvinpinto/action-automatic-releases@v1.2.1" - name: Release
uses: softprops/action-gh-release@v2.2.2
with: with:
repo_token: "${{ secrets.GITHUB_TOKEN }}" generate_release_notes: true
prerelease: false make_latest: "true"

View File

@@ -1 +1 @@
FROM postgres:17.2 FROM postgres:17.5

View File

@@ -1,6 +1,6 @@
# dokku postgres [![Build Status](https://img.shields.io/github/actions/workflow/status/dokku/dokku-postgres/ci.yml?branch=master&style=flat-square "Build Status")](https://github.com/dokku/dokku-postgres/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 postgres [![Build Status](https://img.shields.io/github/actions/workflow/status/dokku/dokku-postgres/ci.yml?branch=master&style=flat-square "Build Status")](https://github.com/dokku/dokku-postgres/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 postgres plugin for dokku. Currently defaults to installing [postgres 17.2](https://hub.docker.com/_/postgres/). Official postgres plugin for dokku. Currently defaults to installing [postgres 17.5](https://hub.docker.com/_/postgres/).
## Requirements ## Requirements
@@ -11,7 +11,7 @@ Official postgres plugin for dokku. Currently defaults to installing [postgres 1
```shell ```shell
# on 0.19.x+ # on 0.19.x+
sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git --name postgres
``` ```
## Commands ## Commands
@@ -359,7 +359,7 @@ Expose the service on the service's normal ports, allowing access to it from the
dokku postgres:expose lollipop 5432 dokku postgres:expose lollipop 5432
``` ```
Expose the service on the service's normal ports, with the first on a specified ip adddress (127.0.0.1): Expose the service on the service's normal ports, with the first on a specified ip address (127.0.0.1):
```shell ```shell
dokku postgres:expose lollipop 127.0.0.1:5432 dokku postgres:expose lollipop 127.0.0.1:5432

2
Vagrantfile vendored
View File

@@ -1,7 +1,7 @@
# -*- mode: ruby -*- # -*- mode: ruby -*-
# vi: set ft=ruby : # vi: set ft=ruby :
BOX_NAME = ENV["BOX_NAME"] || "bento/ubuntu-22.04" BOX_NAME = ENV["BOX_NAME"] || "bento/ubuntu-24.04"
BOX_MEMORY = ENV["BOX_MEMORY"] || "2048" BOX_MEMORY = ENV["BOX_MEMORY"] || "2048"
DOKKU_VERSION = "master" DOKKU_VERSION = "master"

View File

@@ -110,7 +110,7 @@ def installation_section(service, dokku_version):
"", "",
"```shell", "```shell",
f"# on {dokku_version}", f"# on {dokku_version}",
f"sudo dokku plugin:install https://github.com/dokku/dokku-{service}.git {service}", f"sudo dokku plugin:install https://github.com/dokku/dokku-{service}.git --name {service}",
"```", "```",
] ]
) )

View File

@@ -1,4 +1,4 @@
[plugin] [plugin]
description = "dokku postgres service plugin" description = "dokku postgres service plugin"
version = "1.41.0" version = "1.44.0"
[plugin.config] [plugin.config]

View File

@@ -8,7 +8,7 @@ source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/functions"
service-expose-cmd() { service-expose-cmd() {
#E expose the service on the service's normal ports, allowing access to it from the public interface (0.0.0.0) #E expose the service on the service's normal ports, allowing access to it from the public interface (0.0.0.0)
#E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop ${PLUGIN_DATASTORE_PORTS[@]} #E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop ${PLUGIN_DATASTORE_PORTS[@]}
#E expose the service on the service's normal ports, with the first on a specified ip adddress (127.0.0.1) #E expose the service on the service's normal ports, with the first on a specified ip address (127.0.0.1)
#E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop 127.0.0.1:${PLUGIN_DATASTORE_PORTS[@]} #E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop 127.0.0.1:${PLUGIN_DATASTORE_PORTS[@]}
#A service, service to run command against #A service, service to run command against
#A ports, a list of ports to run against #A ports, a list of ports to run against