chore(versions): update coolify version to 4.0.0-beta.416 and nightly version to 4.0.0-beta.417 in configuration files; fix links in deployment view
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'coolify' => [
|
'coolify' => [
|
||||||
'version' => '4.0.0-beta.415',
|
'version' => '4.0.0-beta.416',
|
||||||
'helper_version' => '1.0.8',
|
'helper_version' => '1.0.8',
|
||||||
'realtime_version' => '1.0.8',
|
'realtime_version' => '1.0.8',
|
||||||
'self_hosted' => env('SELF_HOSTED', true),
|
'self_hosted' => env('SELF_HOSTED', true),
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"coolify": {
|
"coolify": {
|
||||||
"v4": {
|
"v4": {
|
||||||
"version": "4.0.0-beta.415"
|
"version": "4.0.0-beta.416"
|
||||||
},
|
},
|
||||||
"nightly": {
|
"nightly": {
|
||||||
"version": "4.0.0-beta.416"
|
"version": "4.0.0-beta.417"
|
||||||
},
|
},
|
||||||
"helper": {
|
"helper": {
|
||||||
"version": "1.0.8"
|
"version": "1.0.8"
|
||||||
|
@@ -91,8 +91,7 @@
|
|||||||
<div x-data="{ expanded: false }">
|
<div x-data="{ expanded: false }">
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
<span class="font-medium">Commit:</span>
|
<span class="font-medium">Commit:</span>
|
||||||
<a .prevent
|
<a href="{{ $application->gitCommitLink(data_get($deployment, 'commit')) }}"
|
||||||
href="{{ $application->gitCommitLink(data_get($deployment, 'commit')) }}"
|
|
||||||
target="_blank" class="underline">
|
target="_blank" class="underline">
|
||||||
{{ substr(data_get($deployment, 'commit'), 0, 7) }}
|
{{ substr(data_get($deployment, 'commit'), 0, 7) }}
|
||||||
</a>
|
</a>
|
||||||
@@ -117,8 +116,7 @@
|
|||||||
@endif
|
@endif
|
||||||
@if ($deployment->commitMessage())
|
@if ($deployment->commitMessage())
|
||||||
<span class="text-gray-600 dark:text-gray-400">-</span>
|
<span class="text-gray-600 dark:text-gray-400">-</span>
|
||||||
<a .prevent
|
<a href="{{ $application->gitCommitLink(data_get($deployment, 'commit')) }}"
|
||||||
href="{{ $application->gitCommitLink(data_get($deployment, 'commit')) }}"
|
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="text-gray-600 dark:text-gray-400 truncate max-w-md underline">
|
class="text-gray-600 dark:text-gray-400 truncate max-w-md underline">
|
||||||
{{ Str::before($deployment->commitMessage(), "\n") }}
|
{{ Str::before($deployment->commitMessage(), "\n") }}
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"coolify": {
|
"coolify": {
|
||||||
"v4": {
|
"v4": {
|
||||||
"version": "4.0.0-beta.415"
|
"version": "4.0.0-beta.416"
|
||||||
},
|
},
|
||||||
"nightly": {
|
"nightly": {
|
||||||
"version": "4.0.0-beta.416"
|
"version": "4.0.0-beta.417"
|
||||||
},
|
},
|
||||||
"helper": {
|
"helper": {
|
||||||
"version": "1.0.8"
|
"version": "1.0.8"
|
||||||
|
Reference in New Issue
Block a user