Skip to content

Version Packages#557

Merged
ajaskolski merged 2 commits into
mainfrom
changeset-release/main
Nov 3, 2025
Merged

Version Packages#557
ajaskolski merged 2 commits into
mainfrom
changeset-release/main

Conversation

@app-token-issuer-engops

@app-token-issuer-engops app-token-issuer-engops Bot commented Nov 3, 2025

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

chainlink-deployments-framework@0.61.0

Minor Changes

  • #552 32b13c5 Thanks @ajaskolski! - feat: add catalog service integration for datastore operations

    Features:

    • Add catalog service support for datastore management as alternative to local file storage
    • Add MergeMigrationDataStoreCatalog method for catalog-based datastore persistence
    • Existing MergeMigrationDataStore method continues to work for file-based storage (no breaking changes)
    • Add unified MergeDataStoreToCatalog function for both initial migration and ongoing merge operations
    • All catalog operations are transactional to prevent data inconsistencies
    • Add DatastoreType configuration option (file/catalog) in domain.yaml to control storage backend
    • Add new CLI command datastore sync-to-catalog for initial migration from file-based to catalog storage in CI
    • Add SyncDataStoreToCatalog method to sync entire local datastore to catalog
    • CLI automatically selects the appropriate merge method based on domain.yaml configuration
    • Catalog mode does not modify local files - all updates go directly to the catalog service

    Configuration:

    • Set datastore: catalog in domain.yaml to enable catalog mode
    • Set datastore: file or omit the setting to use traditional file-based storage
    • CLI commands automatically detect the configuration and use the appropriate storage backend
  • #549 3e33b93 Thanks @jkongie! - Improve JD Memory client to be aligned with the Job Distributor implementation

@cl-sonarqube-production

Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@ajaskolski ajaskolski added this pull request to the merge queue Nov 3, 2025
Merged via the queue into main with commit df49ebc Nov 3, 2025
15 checks passed
@ajaskolski ajaskolski deleted the changeset-release/main branch November 3, 2025 13:39
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.

1 participant