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

v4.25.0 #1182

Merged
merged 84 commits into from
Jan 9, 2024
Merged

v4.25.0 #1182

merged 84 commits into from
Jan 9, 2024

Conversation

TheTrunk
Copy link
Member

@TheTrunk TheTrunk commented Jan 1, 2024

  • Improvements in syncthing;
  • Packages updates;
  • Corrects netcat installation;
  • Improvements on marketplace;
  • Only run checkMyAppsAvailability checks when daemon is synced;
  • Improvements in docker prune;
  • Improvements on application install checks so an App is not installed on new instances when it is already running on the defined number of instances.
  • New Master/Slave Solution for decentralized persistent data container. With this new solution, the app will be only running on one instance (the master) and the others will be stopped (slaves), syncing the container data, and checking if master is down, when it is down, the slave start so one will be designated the new master. To use the new feature prepend g: to your container data on application specifications. There were also changes done on Flux Domain Manager (FDM) for this solution. You can read more about this new feature here: https://docs.google.com/document/d/10qGstnJnCqthTWvTsTnB--LKwC1e_HJTQv6l70l0T3Q/edit?usp=sharing

This version will be enforced on January 23th.

@TheTrunk TheTrunk changed the title 4.25.0 v4.25.0 Jan 1, 2024
Copy link

codecov bot commented Jan 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ab1a1e8) 51.19% compared to head (44a89a0) 50.67%.
Report is 30 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1182      +/-   ##
==========================================
- Coverage   51.19%   50.67%   -0.53%     
==========================================
  Files          43       43              
  Lines       13936    14101     +165     
==========================================
+ Hits         7134     7145      +11     
- Misses       6802     6956     +154     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

* eslint, vue, webpack update

* lint

* move index, configure browser support

* adjust chunks

* rebuild homeui

* vue 2.7

* rebuild home

* fix marketplace entrance

* rebuild home

* fix installing dev dependencies

* fix undefined store

* rebuild home

* fix

* rebuild home
Copy link

gitguardian bot commented Jan 8, 2024

⚠️ GitGuardian has uncovered 4 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id Secret Commit Filename
8398280 PGP Private Key 9479e36 HomeUI/dist/js/index.js View secret
8398280 PGP Private Key 9479e36 HomeUI/dist/js/index.js View secret
8398280 PGP Private Key e04bee7 HomeUI/dist/js/index.js View secret
8398280 PGP Private Key e04bee7 HomeUI/dist/js/index.js View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

Copy link
Member

@Cabecinha84 Cabecinha84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack

@TheTrunk TheTrunk merged commit 8878dbc into master Jan 9, 2024
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants