Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from dokku:master #90

Open
wants to merge 168 commits into
base: master
Choose a base branch
from
Open

[pull] master from dokku:master #90

wants to merge 168 commits into from

Commits on Feb 7, 2023

  1. fix: pull the new docker image when upgrading a service if DOCKER_IMA…

    …GE_PULL is not disabled
    
    Refs dokku/dokku-clickhouse#51
    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d00235d View commit details
    Browse the repository at this point in the history
  2. Release 1.23.2

    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    1d3b404 View commit details
    Browse the repository at this point in the history
  3. refactor: namespace all docker commands in common-functions

    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f0df959 View commit details
    Browse the repository at this point in the history
  4. refactor: use namespaced docker commands for interacting with the doc…

    …ker binary
    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    5f5eb56 View commit details
    Browse the repository at this point in the history
  5. refactor: use DOCKER_BIN env var instead of calling docker directly

    This will allow us to alias the docker binary with podman for most actions - other than updating running containers.
    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    44e7921 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #165 from dokku/update-docker-commands

    Update docker commands to use DOCKER_BIN
    josegonzalez authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    03d368b View commit details
    Browse the repository at this point in the history
  7. feat: use mongosh for connect commands

    Closes #156
    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    b680834 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #166 from dokku/156-mongosh

    Use mongosh for connect commands
    josegonzalez authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    33c6c02 View commit details
    Browse the repository at this point in the history
  9. chore: upgrade to mongo 5.0.14

    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6491cf8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #167 from dokku/upgrade-mongodb

    feat: upgrade to mongo 5.0.14
    josegonzalez authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ed08944 View commit details
    Browse the repository at this point in the history
  11. fix: properly support new image and image-version values during plugi…

    …n upgrades
    
    Closes #143
    Closes dokku/dokku-redis#193
    Closes dokku/dokku-redis#195
    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a6ec1ff View commit details
    Browse the repository at this point in the history
  12. Merge pull request #168 from dokku/fix-upgrades

    fix: properly support new image and image-version values during plugin upgrades
    josegonzalez authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ecccf88 View commit details
    Browse the repository at this point in the history
  13. Release 1.24.0

    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d76db2f View commit details
    Browse the repository at this point in the history
  14. feat: upgrade test os to ubuntu 20.04

    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    dd6b47c View commit details
    Browse the repository at this point in the history
  15. Merge pull request #170 from dokku/upgrade-test-os

    feat: upgrade test os to ubuntu 20.04
    josegonzalez authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ca4dfec View commit details
    Browse the repository at this point in the history
  16. feat: upgrade github actions automatically

    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9168b29 View commit details
    Browse the repository at this point in the history
  17. chore(deps): 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](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    0cb3385 View commit details
    Browse the repository at this point in the history
  18. chore(deps): bump actions/setup-python from 2 to 4

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    975e669 View commit details
    Browse the repository at this point in the history
  19. chore(deps): bump actions/upload-artifact from 2 to 3

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    712248d View commit details
    Browse the repository at this point in the history
  20. Merge pull request #171 from dokku/dependabot/github_actions/actions/…

    …checkout-3
    
    chore(deps): bump actions/checkout from 2 to 3
    josegonzalez authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    79dc4ec View commit details
    Browse the repository at this point in the history
  21. Merge pull request #172 from dokku/dependabot/github_actions/actions/…

    …setup-python-4
    
    chore(deps): bump actions/setup-python from 2 to 4
    josegonzalez authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    046153a View commit details
    Browse the repository at this point in the history
  22. Merge pull request #173 from dokku/dependabot/github_actions/actions/…

    …upload-artifact-3
    
    chore(deps): bump actions/upload-artifact from 2 to 3
    josegonzalez authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    caa5a0f View commit details
    Browse the repository at this point in the history
  23. feat: add support for specifying an initial-network property

    This network is the network that is associated with the container on creation. If specified, then the bridge network is not attached to the service.
    
    Only a single initial network can be specified at this time.
    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    0dca37d View commit details
    Browse the repository at this point in the history
  24. fix: correct issue with checking if the service container is ready wh…

    …en using an initial-network
    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    47c5f8e View commit details
    Browse the repository at this point in the history
  25. fix: actually call the :set function and ensure we write properties t…

    …o the correct namespace
    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    31e4c43 View commit details
    Browse the repository at this point in the history
  26. fix: correct error message for valid/invalid properties

    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    90021e3 View commit details
    Browse the repository at this point in the history
  27. refactor: directly write out the cid file when creating the service c…

    …ontainer
    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    88bf4ac View commit details
    Browse the repository at this point in the history
  28. feat: add support for attaching to networks after service container c…

    …reation and start
    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d0c8f46 View commit details
    Browse the repository at this point in the history
  29. feat: add ability to set multiple, comma-delimited post-create and po…

    …st-start networks
    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4d79bc2 View commit details
    Browse the repository at this point in the history
  30. docs: add example for multiple networks

    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    440c098 View commit details
    Browse the repository at this point in the history
  31. feat: add network properties to :info output

    Jose Diaz-Gonzalez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    b7b6e07 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Merge pull request #169 from dokku/191-network-support

    Add custom network support
    josegonzalez authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6f596f7 View commit details
    Browse the repository at this point in the history
  2. fix: suppress output only if there are no errors

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6e787bc View commit details
    Browse the repository at this point in the history
  3. fix: ensure properties are setup on plugin install

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    10d1314 View commit details
    Browse the repository at this point in the history
  4. fix: add missing source calls

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a6d5606 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb13823 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #175 from dokku/josegonzalez-patch-1

    Use env vars to setup the initial admin user
    josegonzalez authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    eaf2ed7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46bbb1c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #176 from dokku/josegonzalez-patch-1

    refactor: use mongosh and --eval flag to run database user creation
    josegonzalez authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    59644c1 View commit details
    Browse the repository at this point in the history
  9. feat: add support for network related flags on create, clone, and upg…

    …rade
    
    Also add some tests to cover all the network-related functionality.
    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    837f74d View commit details
    Browse the repository at this point in the history
  10. docs: regenerate README

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a265bc6 View commit details
    Browse the repository at this point in the history
  11. tests: output the contents of the run command in tests

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    fec9f76 View commit details
    Browse the repository at this point in the history
  12. tests: also force destroy the lsa service

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8163a43 View commit details
    Browse the repository at this point in the history
  13. tests: stop running workflows on push

    Also remove unnecessary strategy block from jobs.
    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7144e34 View commit details
    Browse the repository at this point in the history
  14. tests: fix :set tests

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1cc4514 View commit details
    Browse the repository at this point in the history
  15. fix: add -N flag to getopts

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1f9407f View commit details
    Browse the repository at this point in the history
  16. feat: add service container log output on failure to start

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8081de8 View commit details
    Browse the repository at this point in the history
  17. fix: correct imports

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8788995 View commit details
    Browse the repository at this point in the history
  18. chore: remove extra newline

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    d1a33a6 View commit details
    Browse the repository at this point in the history
  19. debug: add trace output

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    f8a245f View commit details
    Browse the repository at this point in the history
  20. tests: fix issue where the test app wasn't being removed on test tear…

    …down
    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    36cccdf View commit details
    Browse the repository at this point in the history
  21. tests: ignore case where app is already deleted

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    d4cfd94 View commit details
    Browse the repository at this point in the history
  22. chore: drop debugging

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9a639cd View commit details
    Browse the repository at this point in the history
  23. Merge pull request #174 from dokku/network-flags

    feat: add support for network related flags on create, clone, and upgrade
    josegonzalez authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b26c936 View commit details
    Browse the repository at this point in the history
  24. feat: add network alias that is $SERVICE_NAME.$SERVICE_TYPE

    This alias is in addition to the existing dokku.$SERVICE_TYPE.$SERVICE_NAME network alias that is derived from the hostname.
    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    fdda1b4 View commit details
    Browse the repository at this point in the history
  25. feat: use service name as hostname

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0de0971 View commit details
    Browse the repository at this point in the history
  26. fix: set correct alias for wait container when not using an initial n…

    …etwork
    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    960a499 View commit details
    Browse the repository at this point in the history
  27. fix: always use the network alias

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    18d1256 View commit details
    Browse the repository at this point in the history
  28. fix: use correct alias for non-initial-network connect calls

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6814405 View commit details
    Browse the repository at this point in the history
  29. tests: correct the app name in use

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    49690af View commit details
    Browse the repository at this point in the history
  30. tests: drop extra alias

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    fb86f97 View commit details
    Browse the repository at this point in the history
  31. refactor: use the same network alias as is used when running :link co…

    …mmand
    
    This allows for some degree of parity as the network will now resolve the same for both linked and networked containers.
    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    75ce338 View commit details
    Browse the repository at this point in the history
  32. fix: drop extra check and always use the same network alias

    Jose Diaz-Gonzalez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8636a6d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. fix: use network alias when linking to wait container

    Jose Diaz-Gonzalez committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    acd6234 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #177 from dokku/alt-network-alias

    feat: add network alias that is $SERVICE_NAME.$SERVICE_TYPE
    josegonzalez authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    fb16ef5 View commit details
    Browse the repository at this point in the history
  3. Release 1.25.0

    Jose Diaz-Gonzalez committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    68ca96d View commit details
    Browse the repository at this point in the history
  4. Release 1.30.0

    Jose Diaz-Gonzalez committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8913a14 View commit details
    Browse the repository at this point in the history
  5. feat: automatically create releases from tags

    This will also include release notes, allowing downstream consumers of plugins to better understand what the release includes.
    Jose Diaz-Gonzalez committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    183d79e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #178 from dokku/auto-release-tags

    feat: automatically create releases from tags
    josegonzalez authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    7275006 View commit details
    Browse the repository at this point in the history
  7. fix: drop extra files from being included in release

    Jose Diaz-Gonzalez committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    681d825 View commit details
    Browse the repository at this point in the history
  8. Release 1.30.1

    Jose Diaz-Gonzalez committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0b3b744 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. feat: add ability to skip restarts on link and unlink

    Jose Diaz-Gonzalez committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    3e827e1 View commit details
    Browse the repository at this point in the history
  2. chore: make all the service names used in the service_link tests the …

    …same
    Jose Diaz-Gonzalez committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    22de450 View commit details
    Browse the repository at this point in the history
  3. chore: make all the service names used in the service_unlink tests th…

    …e same
    Jose Diaz-Gonzalez committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    bbef017 View commit details
    Browse the repository at this point in the history
  4. tests: add test for --no-restart to unlink tests

    Jose Diaz-Gonzalez committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    d49f80f View commit details
    Browse the repository at this point in the history
  5. tests: add test for --no-restart to link tests

    Jose Diaz-Gonzalez committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    df6a786 View commit details
    Browse the repository at this point in the history
  6. tests: add output/status and flesh out restart tests a bit more

    Jose Diaz-Gonzalez committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    df8b454 View commit details
    Browse the repository at this point in the history
  7. fix: move arg-less flags to the front

    Jose Diaz-Gonzalez committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    554bf4c View commit details
    Browse the repository at this point in the history
  8. fix: update tests to properly handle case where app is not running

    Jose Diaz-Gonzalez committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c86a482 View commit details
    Browse the repository at this point in the history
  9. chore: remove extra newline

    Jose Diaz-Gonzalez committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    acdaf55 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. tests: link service before unlinking

    Jose Diaz-Gonzalez committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    db188ed View commit details
    Browse the repository at this point in the history
  2. fix: update link docs to remove erroneous copy-paste

    Jose Diaz-Gonzalez committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    a19cd9f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #179 from dokku/no-restart-link

    Add ability to skip restarts on link and unlink
    josegonzalez authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    51078f7 View commit details
    Browse the repository at this point in the history
  4. Release 1.31.0

    Jose Diaz-Gonzalez committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    081357c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. fix: show an error when an ambassador container already exists but we…

    … don't have expose configuration
    
    Closes dokku/dokku-redis#200
    Jose Diaz-Gonzalez committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    5eac544 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #180 from dokku/error-when-link-exists

    Show an error when an ambassador container already exists but we don't have expose configuration
    josegonzalez authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    e85adaf View commit details
    Browse the repository at this point in the history
  3. Release 1.32.0

    Jose Diaz-Gonzalez committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    4939aba View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. chore(deps): bump mongo from 5.0.9 to 6.0.4

    Bumps mongo from 5.0.9 to 6.0.4.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    17439f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #164 from dokku/dependabot/docker/mongo-6.0.4

    chore(deps): bump mongo from 5.0.9 to 6.0.4
    josegonzalez authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    3466997 View commit details
    Browse the repository at this point in the history
  3. chore: regenerate readme

    Jose Diaz-Gonzalez committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    e3f7c1a View commit details
    Browse the repository at this point in the history
  4. Release 1.33.0

    Jose Diaz-Gonzalez committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    b5fbd79 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. chore(deps): bump mongo from 6.0.4 to 6.0.5

    Bumps mongo from 6.0.4 to 6.0.5.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2a97cf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Merge pull request #182 from dokku/dependabot/docker/mongo-6.0.5

    chore(deps): bump mongo from 6.0.4 to 6.0.5
    josegonzalez authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    c5f634c View commit details
    Browse the repository at this point in the history
  2. Release 1.33.1

    josegonzalez committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    330bf36 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. chore(deps): bump mongo from 6.0.5 to 6.0.6

    Bumps mongo from 6.0.5 to 6.0.6.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 24, 2023
    Configuration menu
    Copy the full SHA
    87b8dd1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Merge pull request #184 from dokku/dependabot/docker/mongo-6.0.6

    chore(deps): bump mongo from 6.0.5 to 6.0.6
    josegonzalez authored May 25, 2023
    Configuration menu
    Copy the full SHA
    5cce4f7 View commit details
    Browse the repository at this point in the history
  2. Release 1.33.2

    josegonzalez committed May 25, 2023
    Configuration menu
    Copy the full SHA
    7193fc0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Release 1.34.0

    josegonzalez committed May 28, 2023
    Configuration menu
    Copy the full SHA
    5fe00e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. chore(deps): bump mongo from 6.0.6 to 6.0.7

    Bumps mongo from 6.0.6 to 6.0.7.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    17e9783 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Merge pull request #185 from dokku/dependabot/docker/mongo-6.0.7

    chore(deps): bump mongo from 6.0.6 to 6.0.7
    josegonzalez authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    04b856c View commit details
    Browse the repository at this point in the history
  2. Release 1.34.1

    josegonzalez committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    15abadb View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. chore(deps): bump mongo from 6.0.7 to 6.0.8

    Bumps mongo from 6.0.7 to 6.0.8.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5946a56 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Merge pull request #186 from dokku/dependabot/docker/mongo-6.0.8

    chore(deps): bump mongo from 6.0.7 to 6.0.8
    josegonzalez authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    7cc2f77 View commit details
    Browse the repository at this point in the history
  2. Release 1.34.2

    josegonzalez committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    2f6a998 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. chore(deps): bump mongo from 6.0.8 to 6.0.9

    Bumps mongo from 6.0.8 to 6.0.9.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    76af54a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Merge pull request #187 from dokku/dependabot/docker/mongo-6.0.9

    chore(deps): bump mongo from 6.0.8 to 6.0.9
    josegonzalez authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e90db38 View commit details
    Browse the repository at this point in the history
  2. Release 1.34.3

    josegonzalez committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dc5a8f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. chore(deps): bump mongo from 6.0.9 to 7.0.0

    Bumps mongo from 6.0.9 to 7.0.0.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1ac9d45 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Merge pull request #188 from dokku/dependabot/docker/mongo-7.0.0

    chore(deps): bump mongo from 6.0.9 to 7.0.0
    josegonzalez authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    801a55e View commit details
    Browse the repository at this point in the history
  2. Release 1.35.0

    josegonzalez committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    c0cc6f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    eaaa3cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #192 from dokku/newer-ubuntu

    feat: upgrade test suite from ubuntu 20.04 to 22.04
    josegonzalez authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3f795fa View commit details
    Browse the repository at this point in the history
  3. chore(deps): 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](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f6a9a0c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #189 from dokku/dependabot/github_actions/actions/…

    …checkout-4
    
    chore(deps): bump actions/checkout from 3 to 4
    josegonzalez authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    35a5add View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump mongo from 7.0.0 to 7.0.1

    Bumps mongo from 7.0.0 to 7.0.1.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    944e1ac View commit details
    Browse the repository at this point in the history
  6. Merge pull request #191 from dokku/dependabot/docker/mongo-7.0.1

    chore(deps): bump mongo from 7.0.0 to 7.0.1
    josegonzalez authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bff0b6a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Release 1.36.0

    josegonzalez committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    45131b4 View commit details
    Browse the repository at this point in the history
  2. Release 1.36.1

    josegonzalez committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    1a55dc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. chore(deps): bump mongo from 7.0.1 to 7.0.2

    Bumps mongo from 7.0.1 to 7.0.2.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b12dc74 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Merge pull request #193 from dokku/dependabot/docker/mongo-7.0.2

    chore(deps): bump mongo from 7.0.1 to 7.0.2
    josegonzalez authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    4c7d0b3 View commit details
    Browse the repository at this point in the history
  2. Release 1.36.2

    josegonzalez committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    51ee0d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. chore(deps): bump mongo from 7.0.2 to 7.0.4

    Bumps mongo from 7.0.2 to 7.0.4.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    fe834e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. chore(deps): bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5c4cafe View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Merge pull request #196 from dokku/dependabot/github_actions/actions/…

    …setup-python-5
    
    chore(deps): bump actions/setup-python from 4 to 5
    josegonzalez authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    5f11ada View commit details
    Browse the repository at this point in the history
  2. Merge pull request #195 from dokku/dependabot/docker/mongo-7.0.4

    chore(deps): bump mongo from 7.0.2 to 7.0.4
    josegonzalez authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    40339d4 View commit details
    Browse the repository at this point in the history
  3. Release 1.36.3

    josegonzalez committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    61140a5 View commit details
    Browse the repository at this point in the history
  4. chore: fix typo

    josegonzalez committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    7d5ff6d View commit details
    Browse the repository at this point in the history
  5. chore: fix typo

    josegonzalez committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    7663ca6 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    bfe7afd View commit details
    Browse the repository at this point in the history
  2. Release 1.36.4

    josegonzalez committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    93b5e4e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. chore(deps): bump actions/upload-artifact from 3 to 4

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f83d6f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Merge pull request #197 from dokku/dependabot/github_actions/actions/…

    …upload-artifact-4
    
    chore(deps): bump actions/upload-artifact from 3 to 4
    josegonzalez authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ead449e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. chore(deps): bump mongo from 7.0.4 to 7.0.5

    Bumps mongo from 7.0.4 to 7.0.5.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    dd10b87 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Merge pull request #198 from dokku/dependabot/docker/mongo-7.0.5

    chore(deps): bump mongo from 7.0.4 to 7.0.5
    josegonzalez authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4335963 View commit details
    Browse the repository at this point in the history
  2. Release 1.36.5

    josegonzalez committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ba5153e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2faf87 View commit details
    Browse the repository at this point in the history
  4. Release 1.36.6

    josegonzalez committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    bc04b42 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. chore(deps): bump mongo from 7.0.5 to 7.0.6

    Bumps mongo from 7.0.5 to 7.0.6.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3f9cd66 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge pull request #201 from dokku/dependabot/docker/mongo-7.0.6

    chore(deps): bump mongo from 7.0.5 to 7.0.6
    josegonzalez authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b6da231 View commit details
    Browse the repository at this point in the history
  2. Release 1.36.7

    josegonzalez committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ee12f50 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. chore(deps): bump mongo from 7.0.6 to 7.0.7

    Bumps mongo from 7.0.6 to 7.0.7.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    21280c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge pull request #202 from dokku/dependabot/docker/mongo-7.0.7

    chore(deps): bump mongo from 7.0.6 to 7.0.7
    josegonzalez authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a2f568e View commit details
    Browse the repository at this point in the history
  2. Release 1.36.8

    josegonzalez committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    19b7669 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. chore(deps): bump mongo from 7.0.7 to 7.0.8

    Bumps mongo from 7.0.7 to 7.0.8.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a93f317 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request #204 from dokku/dependabot/docker/mongo-7.0.8

    chore(deps): bump mongo from 7.0.7 to 7.0.8
    josegonzalez authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a98d498 View commit details
    Browse the repository at this point in the history
  2. Release 1.36.9

    josegonzalez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    02faf41 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. chore(deps): bump mongo from 7.0.8 to 7.0.9

    Bumps mongo from 7.0.8 to 7.0.9.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5478a9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #205 from dokku/dependabot/docker/mongo-7.0.9

    chore(deps): bump mongo from 7.0.8 to 7.0.9
    josegonzalez authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5c08db8 View commit details
    Browse the repository at this point in the history
  3. Release 1.36.10

    josegonzalez committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    02b4467 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. fix: use .DNSNames instead of .Aliases in tests

    Docker has changed their output in an unclear manner, but this is the correct way to check for what dns records are available for usage by apps.
    josegonzalez committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    39cc395 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #207 from dokku/fix-tests

    fix: use .DNSNames instead of .Aliases in tests
    josegonzalez authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    3732916 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e9ffbb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #208 from dokku/exclude-SC1091

    tests: exclude SC1091 from shellcheck rules
    josegonzalez authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    ced339c View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump mongo from 7.0.9 to 7.0.12

    Bumps mongo from 7.0.9 to 7.0.12.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    8ece099 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Merge pull request #209 from dokku/dependabot/docker/mongo-7.0.12

    chore(deps): bump mongo from 7.0.9 to 7.0.12
    josegonzalez authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    1f0eb0a View commit details
    Browse the repository at this point in the history
  2. Release 1.36.11

    josegonzalez committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    02d965d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. chore(deps): bump mongo from 7.0.12 to 7.0.14

    Bumps mongo from 7.0.12 to 7.0.14.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    81a317b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Merge pull request #210 from dokku/dependabot/docker/mongo-7.0.14

    chore(deps): bump mongo from 7.0.12 to 7.0.14
    josegonzalez authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    c0a6297 View commit details
    Browse the repository at this point in the history
  2. Release 1.36.12

    josegonzalez committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    b5e2f57 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. chore(deps): bump mongo from 7.0.14 to 8.0.0

    Bumps mongo from 7.0.14 to 8.0.0.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    def796e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Merge pull request #211 from dokku/dependabot/docker/mongo-8.0.0

    chore(deps): bump mongo from 7.0.14 to 8.0.0
    josegonzalez authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    d844492 View commit details
    Browse the repository at this point in the history
  2. Release 1.37.0

    josegonzalez committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    86a9687 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. chore(deps): bump mongo from 8.0.0 to 8.0.1

    Bumps mongo from 8.0.0 to 8.0.1.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b62896a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #213 from dokku/dependabot/docker/mongo-8.0.1

    chore(deps): bump mongo from 8.0.0 to 8.0.1
    josegonzalez authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bee3270 View commit details
    Browse the repository at this point in the history
  3. Release 1.37.1

    josegonzalez committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c1f22f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. chore(deps): bump mongo from 8.0.1 to 8.0.3

    Bumps mongo from 8.0.1 to 8.0.3.
    
    ---
    updated-dependencies:
    - dependency-name: mongo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5e56529 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Merge pull request #214 from dokku/dependabot/docker/mongo-8.0.3

    chore(deps): bump mongo from 8.0.1 to 8.0.3
    josegonzalez authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    eb22ab9 View commit details
    Browse the repository at this point in the history
  2. Release 1.37.2

    josegonzalez committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    fc965d7 View commit details
    Browse the repository at this point in the history