Posts in 2026
-
JayeX Most Valuable Contributor 2026 🏆
Thursday, March 05, 2026 in News
Categories:
The Continuous Delivery Foundation gives awards to recognize all the work that makes this community and the progress of Continuous Delivery possible. Nominate someone to the award for JayeX Most Valuable Contributor 2026 This award recognizes …
Posts in 2024
-
Migrate to Google Artifact Registry
Monday, May 06, 2024 in News
Categories:
Google has announced that container registry will be shut down some time after March 18, 2025. For GKE clusters created with version 1.12.0 or later of terraform-google-jx it’s unlikely that anything needs to be done, but for older clusters you …
Posts in 2023
-
Improve your changelogs
Wednesday, May 24, 2023 in News
Categories:
Background A standard part of the Jenkins X pipelines since a long time is the execution of jx changelog create that takes the commit messages between the release currently being created and the previous one and creates a change log from these. The …
-
Reconcile with kpt live apply
Thursday, March 09, 2023 in News
Categories:
Since the dawn of Jenkins X 3 the default last step of reconciling the state of the files in your cluster repository to your cluster has been to execute kubectl apply. You can find more details about this here. There are some drawbacks with kubectl …
-
Foreign aliases
Thursday, February 09, 2023 in News
Categories:
Background In an organisation with many repositories and developers that are frequently shifting the maintenance of OWNERS and OWNERS_ALIASES files can be tedious. In the passing year a couple of functionalities has been added to help with this. …
-
Project ideas for Google Summer of Code 2023 ☀️
Monday, February 06, 2023 in News
Categories:
We have put together some project ideas as part of our application to participate in the Google Summer of Code 2023 program. 1. CD events integration with Jenkins X Description The cdEvents project standardises the way systems talk to each other, …
Posts in 2022
-
GSoC 2022 Final Report: Building Jenkins X UI
Sunday, November 13, 2022 in News
Categories:
Jenkins X New UI It is a web application built with Golang for the backend and Sveltekit for the frontend, both of which are built together and used in the same container. To function properly, it must be installed as a helm chart with Jenkins X …
-
GSoC 2022 Final Report: Improving Supply Chain Security
Tuesday, November 08, 2022 in News
Categories:
Project Description Supply chain security is a rising concern in the current software era. Securing the software supply chain encompasses vulnerability remediation and the implementation of controls throughout the software development process. Due to …
-
Hacktoberfest 2022
Monday, October 03, 2022 in News
Categories:
We are excited to announce that Jenkins X will be participating in Hacktoberfest again this year! Hacktoberfest is a month-long global celebration of open source software. All backgrounds and skill levels are encouraged to participate in …
-
Software Bill Of Materials generation tools
Sunday, July 24, 2022 in News
Categories:
Prerequisite Before you read this, you have to understand what are SBOMs and what are different formats of SBOMs Different SBOM generation tools comparison If you got this far, you already realize the importance of SBOM generation, and also it should …