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

Postgres 16 #11

Open
victorhazbun opened this issue Oct 10, 2024 · 2 comments
Open

Postgres 16 #11

victorhazbun opened this issue Oct 10, 2024 · 2 comments

Comments

@victorhazbun
Copy link

Hey,

I was wondering if you are open for a PR that introduces PG 16. Would you be able to merge soon?

Something like this:

{
    "name": "PostgreSQL Client",
    "id": "postgresql-client",
    "version": "1.0.0",
    "description": "PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads.",
    "options": {
        "version": {
            "type": "string",
            "proposals": [
                "13",
                "14",
                "15",
                "16"
            ],
            "default": "13",
            "description": "Select the major version of postgres"
        }
    },
    "installsAfter": [
        "ghcr.io/devcontainers/features/common-utils"
    ]
}
@victorhazbun
Copy link
Author

@robbert229 is there a new release needed for these changes to work? Latest version is 1.0.0 but I'm not sure if the changes from my PR will be there.

Screenshot 2024-10-10 at 9 09 16 PM

@robbert229
Copy link
Owner

I will take a look at cutting a release today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants