Skip to content

Resolve initial pinned vs branches discrepancies - #930

Merged
op-ct merged 1 commit into
simp:masterfrom
op-ct:fix/resolve-puppetfile-discrepencies
Jun 22, 2026
Merged

Resolve initial pinned vs branches discrepancies#930
op-ct merged 1 commit into
simp:masterfrom
op-ct:fix/resolve-puppetfile-discrepencies

Conversation

@op-ct

@op-ct op-ct commented Jun 19, 2026

Copy link
Copy Markdown
Member

Puppetfile.branches is intended to be a mirror of Puppetfile.pinned, except with branches instead of tags, to check for updates to pinned modules. A minimal set of dep tags are added leading up to each release.

Over time, the two Puppetfiles have diverged, with a few different module names/repos and many different tag versions (.pinned generally receiving updates).

This commit resolves the current discrepancies between the two files to support the future FOSS super-releases.

Fixes #929

`Puppetfile.branches` is intended to be a mirror of `Puppetfile.pinned`,
except with branches instead of tags, to check for updates to pinned
modules. A minimal set of dep tags are added leading up to each release.

Over time, the two Puppetfiles have diverged, with a few different
module names/repos and many different tag versions (`.pinned` generally
receiving updates).

This commit resolves the current discrepancies between the two files
to support the future FOSS super-releases.

Fixes simp#929
@op-ct
op-ct merged commit e6a0d44 into simp:master Jun 22, 2026
4 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.

Resolve discrepancies between Puppetfile.branches and Puppetfile.pinned

2 participants