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

Update conda-store, add redis, configure postgres, minio data directory #160

Merged
merged 14 commits into from
Jul 29, 2024

Conversation

aktech
Copy link
Member

@aktech aktech commented Jul 24, 2024

Reference Issues or PRs

Fixes #163
Fixes #164
Fixes #161
Fixes #162

  • Updates conda-store to 2024.3.1
  • Adds redis to conda-store to remove flakiness
  • make data directory configurable for postgres and redis

Tested on one deployment:

Screenshot 2024-07-24 at 7 28 02 pm

API response: /conda-store/api/v1/

{
  "status": "ok",
  "data": {
    "version": "2024.3.1"
  },
  "message": null
}

What does this implement/fix?

Put a x in the boxes that apply

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds a feature)
  • Breaking change (fix or feature that would cause existing features not to work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • Other (please describe):

Testing

  • Did you test the pull request locally?
  • Did you add new tests?

Documentation

Access-centered content checklist

Text styling

  • The content is written with plain language (where relevant).
  • If there are headers, they use the proper header tags (with only one level-one header: H1 or # in markdown).
  • All links describe where they link to (for example, check the Nebari website).
  • This content adheres to the Nebari style guides.

Non-text content

  • All content is represented as text (for example, images need alt text, and videos need captions or descriptive transcripts).
  • If there are emojis, there are not more than three in a row.
  • Don't use flashing GIFs or videos.
  • If the content were to be read as plain text, it still makes sense, and no information is missing.

Any other comments?

@aktech aktech changed the title Bump conda-store to 2024.6.1 Bump conda-store to 2024.3.1 Jul 24, 2024
@aktech aktech force-pushed the conda-store-version branch from 588794f to 1e2fa60 Compare July 24, 2024 22:14
@aktech aktech force-pushed the conda-store-version branch from 1e2fa60 to 11824dc Compare July 25, 2024 12:08
@aktech aktech changed the title Bump conda-store to 2024.3.1 Update conda-store, add redis, configure postgres data directory Jul 25, 2024
@aktech aktech changed the title Update conda-store, add redis, configure postgres data directory Update conda-store, add redis, configure postgres, minio data directory Jul 25, 2024
@aktech aktech requested a review from viniciusdc July 25, 2024 14:49
@viniciusdc
Copy link
Collaborator

Hi @aktech, thanks for addressing all this. Did you try building an environment after updating the version?

@aktech
Copy link
Member Author

aktech commented Jul 29, 2024

Did you try building an environment after updating the version?

Yep, it worked fine.

Copy link
Collaborator

@viniciusdc viniciusdc left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@aktech aktech merged commit 6a3cc02 into main Jul 29, 2024
3 checks passed
@aktech aktech deleted the conda-store-version branch July 29, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants