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 Jun 5, 2024
1 parent f4999b9 commit db73c69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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 12] - 2024-06-05

### Added
Expand Down
8 changes: 4 additions & 4 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:-bd2a6981cf7a12c5643742ef51b4addab40e5aa1}
image: ghcr.io/ar-io/ar-io-envoy:${ENVOY_IMAGE_TAG:-latest}
build:
context: envoy/
restart: on-failure:5
Expand All @@ -22,7 +22,7 @@ services:
- core
- observer
core:
image: ghcr.io/ar-io/ar-io-core:${CORE_IMAGE_TAG:-95255b395b334511c62634f4ea9544ebde59b979}
image: ghcr.io/ar-io/ar-io-core:${CORE_IMAGE_TAG:-latest}
build:
context: .
restart: on-failure:5
Expand Down Expand Up @@ -110,7 +110,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:-12}
- AR_IO_NODE_RELEASE=${AR_IO_NODE_RELEASE:-13-pre}
- CONTRACT_CACHE_URL=${CONTRACT_CACHE_URL:-}

resolver:
Expand All @@ -130,7 +130,7 @@ services:
- ${ARNS_CACHE_PATH:-./data/arns}:/app/data/arns

litestream:
image: ghcr.io/ar-io/ar-io-litestream:${LITESTREAM_IMAGE_TAG:-07458922bece28b209ed9d3bd9886fa1a4a9434f}
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 = '12';
export const release = '13-pre';

0 comments on commit db73c69

Please sign in to comment.