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

feat: configure pgstac version in custom properties #123

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

vincentsarago
Copy link
Member

enable configuration of pypgstac version in custom ressource properties

RUN echo "PYTHON_VERSION: ${PYTHON_VERSION}"

WORKDIR /tmp

RUN pip install httpx psycopg[binary,pool] pypgstac==${PGSTAC_VERSION} -t /asset
RUN pip install httpx psycopg[binary,pool] pypgstac -t /asset
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't really need to set the pypgstac version here. In theory pypstac 0.9.2 should be able to run the migration step for 0.8

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea - so as long as we install the latest version the bootstrapper should be able to do any migration.

@vincentsarago vincentsarago requested a review from hrodmn February 4, 2025 16:22
Copy link
Contributor

@hrodmn hrodmn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@vincentsarago vincentsarago merged commit a29ea21 into main Feb 4, 2025
4 checks passed
@vincentsarago vincentsarago deleted the feat/configure_pgstac branch February 4, 2025 16:53
github-actions bot pushed a commit that referenced this pull request Feb 4, 2025
# [7.5.0](v7.4.2...v7.5.0) (2025-02-04)

### Features

* configure pgstac version in custom properties ([#123](#123)) ([a29ea21](a29ea21))
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

Successfully merging this pull request may close these issues.

2 participants