diff --git a/1.0-Upgrade.md b/1.0-Upgrade.md index 2f8a636f4..a6587e40e 100644 --- a/1.0-Upgrade.md +++ b/1.0-Upgrade.md @@ -7,7 +7,7 @@ * There are breaking changes in the public API (such as the renaming of the `KubernetesDeploy` namespace to `Krane`, and the change in default values for different arguments of the public interface). * StatsD metrics will now be generated with the `krane` prefix. * `krane deploy` now considers all namespaced resources eligible for pruning, including -custom resources. See [blacklist](https://github.com/Shopify/krane/blob/main/lib/krane/cluster_resource_discovery.rb#L22) for exceptions. +custom resources. See [blacklist](https://github.com/Shopify/krane/blob/main/lib/krane/cluster_resource_discovery.rb#L20) for exceptions. * `kubernetes-deploy` (now `krane deploy`) / `DeployTask` can no longer deploy global (non-namespaced) resources. A new command called `krane global-deploy` and a related class called `GlobalDeployTask` were added to replace that feature. * `krane deploy` will not render erb templates. Use `krane render | krane deploy --stdin` to reproduce this functionality. * If you attempt to install two gems that have conflicting executables, `gem install` will warn you but the most recently installed one will win. diff --git a/README.md b/README.md index 9813380f6..0a50e398e 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ before the deployment is considered successful. - Percent (e.g. 90%): The deploy is successful when the number of new pods that are ready is equal to `spec.replicas` * Percent. - _Compatibility_: StatefulSet - `full`: The deployment is successful when all pods are ready. -- `krane.shopify.io/predeployed`: Causes a Custom Resource or [other resources](https://github.com/powerhome/krane/tree/main/lib/krane/kubernetes_resource) to be deployed in the pre-deploy phase. +- `krane.shopify.io/predeployed`: Causes a Custom Resource or [other resources](https://github.com/shopify/krane/tree/main/lib/krane/kubernetes_resource) to be deployed in the pre-deploy phase. - _Compatibility_: CronJob, CustomResource, CustomResourceDefinition, DaemonSet, Deployment, HorizontalPodAutoscaler, Ingress, Job, Pod, PodDisruptionBudget, PodSetBase, PodTemplate, ReplicaSet, Service, StatefulSet - _Default_: `false` - `true`: The custom resource or other resource will be deployed in the pre-deploy phase.