forked from saltstack-formulas/php-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: warn formula users ng states will be promoted in
v1.0.0
- Loading branch information
nb
committed
Jul 24, 2019
1 parent
08cd563
commit d033381
Showing
37 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-adodb: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-apc: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-apcu: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-bcmath: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-cgi: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-cli: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-curl: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=sls | ||
|
||
php-deprecated-in-v1.0.0-test-fail: | ||
test.succeed_without_changes: | ||
- name: | | ||
################################################################################ | ||
# # | ||
# WARNING: BREAKING CHANGES SINCE `v1.0.0` # | ||
# # | ||
################################################################################ | ||
# # | ||
# Prior to `v1.0.0`, this formula provided two methods for managing php; the # | ||
# old method under `php` and the new method under `php.ng`. The old method # | ||
# has now been removed and `php.ng` has been promoted to be `PHP` in its # | ||
# place. # | ||
# # | ||
# If you are not in a position to migrate, please pin your repo to the final # | ||
# release tag before `v1.0.0`, i.e. `v0.37.1`. # | ||
# # | ||
# To migrate from `php.ng`, simply modify your pillar to promote the entire # | ||
# section under `php:ng` so that it is under `php` instead. So with the # | ||
# editor of your choice, highlight the entire section and then unindent one # | ||
# level. Finish by removing the `ng:` line. # | ||
# # | ||
# To migrate from the old `php`, first convert to `php.ng` under `v0.37.0` # | ||
# and then follow the steps laid out in the paragraph directly above. # | ||
# # | ||
################################################################################ | ||
# - failhard: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-dev: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-gd: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-imagick: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-imap: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-intl: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-json: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-ldap: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-mail: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-mbstring: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-mcrypt: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-memcache: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-memcached: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-mysql: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-mysqlnd: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-oauth: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-pear: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-pgsql: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-readline: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-redis: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-soap: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-sqlite: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
- php.dev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-sybase: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-xml: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{%- from "php/map.jinja" import php with context %} | ||
include: | ||
- php.deprecated | ||
- php | ||
php-zip: | ||
|