Skip to content

Change supported way of extracting default profile#1339

Merged
mattias-p merged 1 commit into
zonemaster:developfrom
mattias-p:1333-default-profile-doc
May 7, 2024
Merged

Change supported way of extracting default profile#1339
mattias-p merged 1 commit into
zonemaster:developfrom
mattias-p:1333-default-profile-doc

Conversation

@mattias-p

@mattias-p mattias-p commented May 6, 2024

Copy link
Copy Markdown
Member

Purpose

This PR replaces the supported method of extracting the default profile from Zonemaster Engine.

Context

Together with zonemaster/zonemaster#1262 this PR fixes #1333, which is a step towards #1337.

Changes

This is a breaking change because it removes the installed profile.json file from the public interface. Instead of inspecting this file directly, users are instructed to extract it from Zonemaster::Engine.

The command to extract the default profile is found in https://github.com/zonemaster/zonemaster/blob/develop/docs/public/configuration/profiles.md

How to test this PR

Test the command to extract values from the default profile lib/Zonemaster/Engine/Profile.pm.

@mattias-p mattias-p added the V-Major Versioning: The change gives an update of major in version. label May 6, 2024
@mattias-p mattias-p added this to the v2024.1 milestone May 6, 2024
@mattias-p mattias-p changed the base branch from master to develop May 7, 2024 08:49
@mattias-p mattias-p merged commit ff8fc71 into zonemaster:develop May 7, 2024
@matsduf

matsduf commented Jun 27, 2024

Copy link
Copy Markdown
Contributor

Release testing for v2024.1

Works as documented.

@matsduf matsduf added the S-ReleaseTested Status: The PR has been successfully tested in release testing label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-ReleaseTested Status: The PR has been successfully tested in release testing V-Major Versioning: The change gives an update of major in version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dynamically generated default profile file

2 participants