PAKman, our build system has received some upgrades in version 7.2, we recommend to all our customers.
Purus suspendisse a ornare non erat pellentesque arcu mi arcu eget tortor eu praesent curabitur porttitor ultrices sit sit amet purus urna enim eget. Habitant massa lectus tristique dictum lacus in bibendum. Velit ut viverra feugiat dui eu nisl sit massa viverra sed vitae nec sed. Nunc ornare consequat massa sagittis pellentesque tincidunt vel lacus integer risu.
Mauris posuere arcu lectus congue. Sed eget semper mollis felis ante. Congue risus vulputate nunc porttitor dignissim cursus viverra quis. Condimentum nisl ut sed diam lacus sed. Cursus hac massa amet cursus diam. Consequat sodales non nulla ac id bibendum eu justo condimentum. Arcu elementum non suscipit amet vitae. Consectetur penatibus diam enim eget arcu et ut a congue arcu.
Vitae vitae sollicitudin diam sed. Aliquam tellus libero a velit quam ut suscipit. Vitae adipiscing amet faucibus nec in ut. Tortor nulla aliquam commodo sit ultricies a nunc ultrices consectetur. Nibh magna arcu blandit quisque. In lorem sit turpis interdum facilisi.
Vitae vitae sollicitudin diam sed. Aliquam tellus libero a velit quam ut suscipit. Vitae adipiscing amet faucibus nec in ut. Tortor nulla aliquam commodo sit ultricies a nunc ultrices consectetur. Nibh magna arcu blandit quisque. In lorem sit turpis interdum facilisi.
“Nisi consectetur velit bibendum a convallis arcu morbi lectus aecenas ultrices massa vel ut ultricies lectus elit arcu non id mattis libero amet mattis congue ipsum nibh odio in lacinia non”
Nunc ut facilisi volutpat neque est diam id sem erat aliquam elementum dolor tortor commodo et massa dictumst egestas tempor duis eget odio eu egestas nec amet suscipit posuere fames ded tortor ac ut fermentum odio ut amet urna posuere ligula volutpat cursus enim libero libero pretium faucibus nunc arcu mauris sed scelerisque cursus felis arcu sed aenean pharetra vitae suspendisse ac.
PAKman is the build system that builds your application into an easily distributable package. We started out with a simple goal, to build a build system that is fast, reliable, minimizes dependencies on external tooling and finally produces packages that are small and easy to distribute. Today we’re happy to announce PAKman version 7.2. Check out the action on github marketplace.
Let’s take a look at what’s in this release.
Since version 7 is a major upgrade, there are a few breaking changes to be aware of. The format for the instellar.yml has been changed quite abit. Below are some of the changes to be aware of.
The dependency section now has an optional field called trace: true we introduced this flag because some programming languages had issues with dependency tracing. We recommend on setting this to trace: true for all frameworks except Ruby on Rails.
Previously you could only specify a single build destination. We’ve changed this and now it supports specifying multiple build destinations.
Change
To
The run section also received a few clean ups. You can now specify a separate commands section. Here is an elixir example:
You’ll notice from above that the stop section is now gone. This is because our bug fix ensures that s6 is directly supervising the application which means s6 can handle the stop of our applications properly. This change gave us > 30% boost in upgrade speed across our applications, since now s6 can terminate applications much more effectively during the upgrade process.
We’ve also updated our documentation section to include more programming languages and example, if you wish to see how the new configuration should be written please see our Documentation.
If you’re unsure about how to upgrade please feel free to reach out to our support.
In version < 7 all the apps built using PAKman still relied on an external github action for the Archiving step. With the release of 7.2 this dependency is now gone. Everything required to build a package is now contained within the PAKman action. This means in .github/workflows/deployment.yml you can remove the following:
Replace it with:
Please make sure to select the correct action version based on your requirement of alpine version.
We’re incredibly proud of this release since it resolves many long standing issues, adds support for many languages and frameworks and really optimizes the build performance. We highly recommend this upgrade for all existing applications and all new applications moving forward.
PAKman 7.2 is available for upgrade now, you can safely upgrade your application to get the performance gains right away. Please see the main page on github marketplace for all available versions.
OpsMaru is a no code end-to-end deployment platform builder. It's made for freedom, flexibility, speed and simplicity.