Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump remaining application versions to trigger new image builds #1737

Merged
merged 2 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading