From d827d2a4b29bc19187f99adc3d10fbb113336a9d Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 19 Jun 2021 02:35:35 +0000 Subject: [PATCH 1/2] 2.7.0 --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90287b5c..c396a0ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mythic-insight/legendary", - "version": "2.6.1", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mythic-insight/legendary", - "version": "2.6.1", + "version": "2.7.0", "license": "MIT", "devDependencies": { "@google/semantic-release-replace-plugin": "^1.0.2", From 664524fb1bb00c2608ee9114eb9f7a8291b5cadb Mon Sep 17 00:00:00 2001 From: Robert Prehn Date: Sat, 19 Jun 2021 02:35:35 +0000 Subject: [PATCH 2/2] chore(release): 2.7.0 [skip ci] --- apps/admin/mix.exs | 2 +- apps/content/mix.exs | 2 +- apps/core/mix.exs | 2 +- infrastructure/kube.yaml | 2 +- mix.exs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/admin/mix.exs b/apps/admin/mix.exs index 448ff0b7..8a98ced7 100644 --- a/apps/admin/mix.exs +++ b/apps/admin/mix.exs @@ -1,7 +1,7 @@ defmodule Legendary.Admin.MixProject do use Mix.Project - @version "2.6.1" + @version "2.7.0" def project do [ diff --git a/apps/content/mix.exs b/apps/content/mix.exs index 93454701..43ce0ee8 100644 --- a/apps/content/mix.exs +++ b/apps/content/mix.exs @@ -1,7 +1,7 @@ defmodule Legendary.Content.MixProject do use Mix.Project - @version "2.6.1" + @version "2.7.0" def project do [ diff --git a/apps/core/mix.exs b/apps/core/mix.exs index ca8fa2f1..514dc6d9 100644 --- a/apps/core/mix.exs +++ b/apps/core/mix.exs @@ -1,7 +1,7 @@ defmodule Legendary.Core.MixProject do use Mix.Project - @version "2.6.1" + @version "2.7.0" def project do [ diff --git a/infrastructure/kube.yaml b/infrastructure/kube.yaml index b09097db..d8418d8a 100644 --- a/infrastructure/kube.yaml +++ b/infrastructure/kube.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: app - image: registry.gitlab.com/mythic-insight/legendary:2.6.1 + image: registry.gitlab.com/mythic-insight/legendary:2.7.0 command: ["elixir"] args: - "--name" diff --git a/mix.exs b/mix.exs index e3c9a0e1..b4d764ba 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Legendary.Mixfile do use Mix.Project - @version "2.6.1" + @version "2.7.0" def project do [