-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(macos): updated pillar.example & hashsum #250
docs(macos): updated pillar.example & hashsum #250
Conversation
Best reviewed: commit by commit
Optimal code review plan
|
Selfie updating as doc/macOS update only |
@noelmcloughlin This introduced a |
Okay, sorry about that @myii |
@noelmcloughlin No problem, we're just working through adding pre-commit to all of the repos and this one kept failing until I had to dig down further. You can use your GitHub integration to see how we're getting along: This is the actual PR being worked on to get all of this done: |
# [1.0.0](v0.44.0...v1.0.0) (2020-11-18) ### Bug Fixes * **cent7:** install yum-plugin-versionlock too ([3b2e237](3b2e237)) * **clean:** do not remove python package ([e7ee880](e7ee880)) * **pillar.example:** fix `yamllint` violation [skip ci] ([31087af](31087af)), closes [#250](#250) * **state:** corrected remove state ([e178243](e178243)) ### Code Refactoring * **rewrite:** modernize formula and fresh start ([1e48667](1e48667)), closes [#252](#252) [#249](#249) [#243](#243) [#236](#236) [#234](#234) [#219](#219) [#202](#202) [#191](#191) [#190](#190) [#160](#160) [#95](#95) [#85](#85) [#74](#74) [#251](#251) [#253](#253) ### Continuous Integration * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([1755f38](1755f38)) * **pre-commit:** add to formula [skip ci] ([d04e24a](d04e24a)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([8454e4a](8454e4a)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([87c737c](87c737c)) * **travis:** add notifications => zulip [skip ci] ([6222d60](6222d60)) ### Documentation * **macos:** updated pillar.example & macos hash ([fc011b3](fc011b3)) * **readme:** fix macos clean state ([fca7fea](fca7fea)) ### BREAKING CHANGES * **rewrite:** This version is not backwards compatible. Update your states and pillar data to align with new formula. - MacOS was not tested in this PR but hopefully no regression. - docker.containers: sls was simplified (raise PR if regression)
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
PR progress checklist (to be filled in by reviewers)
What type of PR is this?
Primary type
[build]
Changes related to the build system[chore]
Changes to the build process or auxiliary tools and libraries such as documentation generation[ci]
Changes to the continuous integration configuration[feat]
A new feature[fix]
A bug fix[perf]
A code change that improves performance[refactor]
A code change that neither fixes a bug nor adds a feature[revert]
A change used to revert a previous commit[style]
Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)Secondary type
[docs]
Documentation changes[test]
Adding missing or correcting existing testsDoes this PR introduce a
BREAKING CHANGE
?No.
Related issues and/or pull requests
Describe the changes you're proposing
These are updates for macos
Pillar / config required to test the proposed changes
Debug log showing how the proposed changes work
Documentation checklist
README
(e.g.Available states
).pillar.example
.Testing checklist
state_top
).Additional context