← All newsletters

Daily AcreetionOS Update -- September 04, 2026

September 04, 2026

AcreetionOS Newsletter - September 04, 2026

Exciting Development: Audacity 4.0 Released!

We're thrilled to announce that Audacity 4.0 has been released! This popular audio editor has undergone significant changes, and we're excited to see what this new version brings to the table. As a community-driven Linux distribution, we're always on the lookout for innovative tools to enhance our users' experience. With Audacity 4.0, you can expect improved performance, new features, and a fresh user interface. Give it a try and let us know what you think!

Community News

Practical Tip: Secure Your GitLab CI/CD Pipelines

As a community-driven project, we take security seriously. To help you keep your GitLab CI/CD pipelines secure, we recommend enabling Secret Detection in your .gitlab-ci.yml file. This feature helps identify and protect sensitive data, such as API keys and credentials. To get started, simply add the following lines to your .gitlab-ci.yml file: ```yaml image: docker:latest

stages: - build - deploy

variables: SECRET_DETECTION_ENABLED: true

before_script: - echo "Secret Detection is enabled"

script: - echo "Secrets are being detected" ``` By following these simple steps, you'll be well on your way to securing your GitLab CI/CD pipelines and protecting your sensitive data.

Stay tuned for more updates, and thank you for being part of the AcreetionOS community!

← Back to all newsletters