DEV Community

Puppet Developer Experience for puppet

Posted on • Originally published at puppetlabs.github.io on

DevX Status Update

June coming in already and we are closing May with a couple of announcements.

New triage visibility

We are working on moving our current triage process from internal boards to GitHub Projects. We are hoping this will bring a bit more transparency into how we approach community raised PRs and issues. Make sure to check the board out if you are interested.

puppetlabs-dsc_lite adoption

We have officially adopted puppetlabs-dsc_lite into our toolset! This module suffered a bit of neglect over the last few years, as we worked on other projects. However, we have given it a fresh coat of paint and it is now up to speed with the rest of tools/modules, ready to be used with Puppet 7 and 8.

New PDK download pointers

Another event worth mentioning is that we have moved our PDK download links to the Forge. That means that we no longer offer PDK package downloads from our puppet website. Instead, those links will be redirected to the Forge.

Holiday time

As we have mentioned previously, June is already here. This means that, over the next few weeks, we might be a bit lighter on resources, as some of us are heading to holidays. I’m sure many of you might also have plans soon enough. We just wanted to let you know that some common events, like our community PR/issue triage or Office hours will probably move a bit slower than usual.

May you have a nice summer start!

Heroku

Deploy with ease. Manage efficiently. Scale faster.

Leave the infrastructure headaches to us, while you focus on pushing boundaries, realizing your vision, and making a lasting impression on your users.

Get Started

Top comments (0)

Image of Checkly

4 Playwright Locators Explained: Which One Should You Use?

- locator('.cta'): Fast but brittle
- getByText('Click me'): User-facing, but can miss broken accessibility
- getByRole('button', { name: 'Click me' }): Most robust, best for a11y
- getByTestId('cta-button'): Stable, but ignores UX

Watch video

👋 Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay