Skip to content

Commit

Permalink
chore: prep for next release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt committed Sep 9, 2024
1 parent 4b1ee88 commit bbf79b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [Release 17] - 2024-09-09

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
envoy:
image: ghcr.io/ar-io/ar-io-envoy:${ENVOY_IMAGE_TAG:-a79c9d6a3991cf17dc9928520ae3123a66b11173}
image: ghcr.io/ar-io/ar-io-envoy:${ENVOY_IMAGE_TAG:-latest}
build:
context: envoy/
restart: on-failure
Expand All @@ -25,7 +25,7 @@ services:
- observer

core:
image: ghcr.io/ar-io/ar-io-core:${CORE_IMAGE_TAG:-1409dad19dfe3f3eecdaa2345cc498081594bc70}
image: ghcr.io/ar-io/ar-io-core:${CORE_IMAGE_TAG:-latest}
build:
context: .
restart: on-failure
Expand Down Expand Up @@ -84,7 +84,7 @@ services:
- AWS_ENDPOINT=${AWS_ENDPOINT:-}
- AWS_S3_BUCKET=${AWS_S3_BUCKET:-}
- AWS_S3_PREFIX=${AWS_S3_PREFIX:-}
- AR_IO_NODE_RELEASE=${AR_IO_NODE_RELEASE:-17}
- AR_IO_NODE_RELEASE=${AR_IO_NODE_RELEASE:-18-pre}
- CHUNK_POST_URLS=${CHUNK_POST_URLS:-}
- CHUNK_POST_RESPONSE_TIMEOUT_MS=${CHUNK_POST_RESPONSE_TIMEOUT_MS:-}
- CHUNK_POST_ABORT_TIMEOUT_MS=${CHUNK_POST_ABORT_TIMEOUT_MS:-}
Expand Down Expand Up @@ -131,7 +131,7 @@ services:
- REPORT_GENERATION_INTERVAL_MS=${REPORT_GENERATION_INTERVAL_MS:-}
- RUN_OBSERVER=${RUN_OBSERVER:-true}
- MIN_RELEASE_NUMBER=${MIN_RELEASE_NUMBER:-0}
- AR_IO_NODE_RELEASE=${AR_IO_NODE_RELEASE:-17}
- AR_IO_NODE_RELEASE=${AR_IO_NODE_RELEASE:-18-pre}
- AO_CU_URL=${AO_CU_URL:-}
- AO_MU_URL=${AO_MU_URL:-}
- AO_GATEWAY_URL=${AO_GATEWAY_URL:-}
Expand Down Expand Up @@ -162,7 +162,7 @@ services:
- ar-io-network

litestream:
image: ghcr.io/ar-io/ar-io-litestream:${LITESTREAM_IMAGE_TAG:-be121fc0ae24a9eb7cdb2b92d01f047039b5f5e8}
image: ghcr.io/ar-io/ar-io-litestream:${LITESTREAM_IMAGE_TAG:-latest}
build:
context: litestream/
dockerfile: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

export const release = '17';
export const release = '18-pre';

0 comments on commit bbf79b1

Please sign in to comment.