Merge pull request #5680 from coollabsio/next

v4.0.0-beta.412
This commit is contained in:
Andras Bacsai 2025-04-23 14:18:41 +02:00 committed by GitHub
commit 1b6931f882
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -972,7 +972,7 @@ public function isLogDrainEnabled()
public function isConfigurationChanged(bool $save = false)
{
$newConfigHash = base64_encode($this->fqdn.$this->git_repository.$this->git_branch.$this->git_commit_sha.$this->build_pack.$this->static_image.$this->install_command.$this->build_command.$this->start_command.$this->ports_exposes.$this->ports_mappings.$this->base_directory.$this->publish_directory.$this->dockerfile.$this->dockerfile_location.$this->custom_labels.$this->custom_docker_run_options.$this->dockerfile_target_build.$this->redirect.$this->custom_nginx_configuration);
$newConfigHash = base64_encode($this->fqdn.$this->git_repository.$this->git_branch.$this->git_commit_sha.$this->build_pack.$this->static_image.$this->install_command.$this->build_command.$this->start_command.$this->ports_exposes.$this->ports_mappings.$this->base_directory.$this->publish_directory.$this->dockerfile.$this->dockerfile_location.$this->custom_labels.$this->custom_docker_run_options.$this->dockerfile_target_build.$this->redirect.$this->custom_nginx_configuration.$this->custom_labels);
if ($this->pull_request_id === 0 || $this->pull_request_id === null) {
$newConfigHash .= json_encode($this->environment_variables()->get('value')->sort());
} else {

View file

@ -2,7 +2,7 @@
return [
'coolify' => [
'version' => '4.0.0-beta.411',
'version' => '4.0.0-beta.412',
'helper_version' => '1.0.8',
'realtime_version' => '1.0.7',
'self_hosted' => env('SELF_HOSTED', true),

View file

@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.411"
"version": "4.0.0-beta.412"
},
"nightly": {
"version": "4.0.0-beta.412"
"version": "4.0.0-beta.413"
},
"helper": {
"version": "1.0.8"

View file

@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.411"
"version": "4.0.0-beta.412"
},
"nightly": {
"version": "4.0.0-beta.412"
"version": "4.0.0-beta.413"
},
"helper": {
"version": "1.0.8"