diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index d9b213d5d..161bddd31 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ linux ] - arch: [ x86_64, aarch64 ] + arch: [ x86_64 ] compiler: [ ghc94 ] devx-version: [ 54ea65610338600bd4c4afd04b0b6ff612988fd4 ] @@ -421,7 +421,7 @@ jobs: with: dockerfile: "./Dockerfile" failure-threshold: warning - ignore: DL3029 DL3059 + ignore: DL3029 DL3059 DL3006 - name: 🐳 Login to DockerHub if: ${{ github.event_name == 'push' }} @@ -433,7 +433,7 @@ jobs: - name: 📝 Base Variables id: base-variables run: | - echo "image=cardanosolutions/${{ matrix.target }}" >> $GITHUB_OUTPUT + echo "image=ritudhwaj/${{ matrix.target }}" >> $GITHUB_OUTPUT - name: 📝 Tag Variables if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }} diff --git a/README.md b/README.md index 8734a5c80..8b5d08f80 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ | Ogmios | Cardano-node (mainnet, preview, preprod) | | --- | --- | - | **`v6.9.*`** | **`10.1.2`** | + | **`v6.10.*`** | **`10.1.3`** | + | `v6.9.*` | `10.1.2` | | `v6.8.*` | `9.2.0`, `9.1.1` | | `v6.7.*` | `9.2.0`, `9.1.1` | | `v6.6.*` | `9.1.1` | diff --git a/clients/TypeScript/package.json b/clients/TypeScript/package.json index 8fe29246c..61b26e358 100644 --- a/clients/TypeScript/package.json +++ b/clients/TypeScript/package.json @@ -1,6 +1,6 @@ { "name": "cardano-ogmios", - "version": "6.9.0", + "version": "6.10.2", "private": true, "description": "TypeScript monorepo with client libraries for Cardano Ogmios", "engines": { diff --git a/clients/TypeScript/packages/client/package.json b/clients/TypeScript/packages/client/package.json index c6b98f9eb..4d6f3c22c 100644 --- a/clients/TypeScript/packages/client/package.json +++ b/clients/TypeScript/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-ogmios/client", - "version": "6.9.0", + "version": "6.10.2", "description": "TypeScript client library for Cardano Ogmios", "engines": { "node": ">=14" @@ -47,7 +47,7 @@ "typescript": "^4.2.3" }, "dependencies": { - "@cardano-ogmios/schema": "6.9.0", + "@cardano-ogmios/schema": "6.10.2", "@cardanosolutions/json-bigint": "^1.0.1", "@types/json-bigint": "^1.0.1", "bech32": "^2.0.0", diff --git a/clients/TypeScript/packages/repl/package.json b/clients/TypeScript/packages/repl/package.json index 81fb93275..bc2a4bda9 100644 --- a/clients/TypeScript/packages/repl/package.json +++ b/clients/TypeScript/packages/repl/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-ogmios/repl", - "version": "6.9.0", + "version": "6.10.2", "description": "REPL for Cardano Ogmios", "engines": { "node": ">=14" @@ -39,7 +39,7 @@ "typescript": "^4.2.3" }, "dependencies": { - "@cardano-ogmios/client": "6.9.0", + "@cardano-ogmios/client": "6.10.2", "yargs-parser": "^20.2.7" }, "files": [ diff --git a/clients/TypeScript/packages/schema/package.json b/clients/TypeScript/packages/schema/package.json index a01d8170c..254d76dce 100644 --- a/clients/TypeScript/packages/schema/package.json +++ b/clients/TypeScript/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-ogmios/schema", - "version": "6.9.0", + "version": "6.10.2", "description": "Generated TypeScript from the Cardano Ogmios schema", "engines": { "node": ">=14" diff --git a/docker-compose.yml b/docker-compose.yml index 2668ab7b6..6c2482ce5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: cardano-node: - image: ghcr.io/intersectmbo/cardano-node:10.1.2 + image: ghcr.io/intersectmbo/cardano-node:10.1.3 command: [ "run", "--config", "/config/config.json", diff --git a/server/ogmios.cabal b/server/ogmios.cabal index 2d3e725b9..883bc65b6 100644 --- a/server/ogmios.cabal +++ b/server/ogmios.cabal @@ -5,7 +5,7 @@ cabal-version: 3.0 -- see: https://github.com/sol/hpack name: ogmios -version: 0 +version: 6.10.2 synopsis: A JSON/RPC-2.0 WebSocket client for cardano-node description: Please see the README on GitHub at category: Web diff --git a/server/package.yaml b/server/package.yaml index 86f309442..381b3355d 100644 --- a/server/package.yaml +++ b/server/package.yaml @@ -1,7 +1,7 @@ _config: !include ".hpack.config.yaml" name: ogmios -version: 0 +version: 6.10.2 stability: stable github: "cardanosolutions/ogmios" license: MPL-2.0