Skip to content

Commit

Permalink
bump remaining application versions to trigger new image builds (#1737)
Browse files Browse the repository at this point in the history
* bump remaining application versions to trigger new image builds

* swap zookeeper image to official image
  • Loading branch information
ian-j-abbott-accenture authored Jul 2, 2024
1 parent a4a386e commit 7fb3b8c
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/alchemist/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Alchemist.MixProject do
def project do
[
app: :alchemist,
version: "0.2.56",
version: "0.2.57",
elixir: "~> 1.10",
build_path: "../../_build",
config_path: "../../config/config.exs",
Expand Down
2 changes: 1 addition & 1 deletion apps/andi/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
ports:
- "5456:5432"
zookeeper:
image: wurstmeister/zookeeper
image: zookeeper:3.4.13
platform: linux/amd64
ports:
- "2181:2181"
Expand Down
2 changes: 1 addition & 1 deletion apps/discovery_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule DiscoveryApi.Mixfile do
[
app: :discovery_api,
compilers: [:phoenix, :gettext | Mix.compilers()],
version: "1.3.18",
version: "1.3.19",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/discovery_api/test/integration/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:

zookeeper:
platform: linux/amd64
image: wurstmeister/zookeeper
image: zookeeper:3.4.13
ports:
- "2181:2181"
kafka:
Expand Down
2 changes: 1 addition & 1 deletion apps/discovery_streams/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule DiscoveryStreams.Mixfile do
def project do
[
app: :discovery_streams,
version: "3.0.24",
version: "3.0.25",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/e2e/test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:
volumes:
- ${PWD}/test/hive.properties:/etc/trino/catalog/hive.properties
zookeeper:
image: wurstmeister/zookeeper
image: zookeeper:3.4.13
platform: linux/amd64
ports:
- "2181:2181"
Expand Down
2 changes: 1 addition & 1 deletion apps/forklift/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
- ${PWD}/test/integration/hive.properties:/etc/trino/catalog/hive.properties

zookeeper:
image: wurstmeister/zookeeper
image: zookeeper:3.4.13
platform: linux/amd64
ports:
- "2181:2181"
Expand Down
2 changes: 1 addition & 1 deletion apps/forklift/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Forklift.MixProject do
def project do
[
app: :forklift,
version: "0.19.27",
version: "0.19.28",
elixir: "~> 1.10",
build_path: "../../_build",
config_path: "../../config/config.exs",
Expand Down
2 changes: 1 addition & 1 deletion apps/pipeline/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
- ${PWD}/test/integration/hive.properties:/etc/trino/catalog/hive.properties

zookeeper:
image: wurstmeister/zookeeper
image: zookeeper:3.4.13
platform: linux/amd64
ports:
- "2181:2181"
Expand Down
2 changes: 1 addition & 1 deletion apps/raptor/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Raptor.MixProject do
[
app: :raptor,
compilers: [:phoenix] ++ Mix.compilers(),
version: "1.3.3",
version: "1.3.4",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/raptor/test/integration/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
timeout: 20s
retries: 3
zookeeper:
image: wurstmeister/zookeeper
image: zookeeper:3.4.13
platform: linux/amd64
container_name: zookeeper
ports:
Expand Down
2 changes: 1 addition & 1 deletion apps/reaper/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
depends_on:
- init
zookeeper:
image: wurstmeister/zookeeper
image: zookeeper:3.4.13
platform: linux/amd64
ports:
- "2181:2181"
Expand Down
2 changes: 1 addition & 1 deletion apps/reaper/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Reaper.MixProject do
def project do
[
app: :reaper,
version: "2.0.43",
version: "2.0.44",
elixir: "~> 1.10",
build_path: "../../_build",
config_path: "../../config/config.exs",
Expand Down
2 changes: 1 addition & 1 deletion apps/template/test/integration/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
timeout: 20s
retries: 3
zookeeper:
image: wurstmeister/zookeeper
image: zookeeper:3.4.13
platform: linux/amd64
container_name: zookeeper
ports:
Expand Down
2 changes: 1 addition & 1 deletion apps/valkyrie/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Valkyrie.MixProject do
def project do
[
app: :valkyrie,
version: "1.7.40",
version: "1.7.41",
elixir: "~> 1.10",
build_path: "../../_build",
config_path: "../../config/config.exs",
Expand Down

0 comments on commit 7fb3b8c

Please sign in to comment.