diff options
-rw-r--r-- | CHANGELOG.md | 42 | ||||
-rw-r--r-- | chef-config/lib/chef-config/config.rb | 2 | ||||
-rw-r--r-- | distro/common/html/knife_bootstrap.html | 2 | ||||
-rw-r--r-- | distro/common/man/man1/README.md | 4 | ||||
-rw-r--r-- | distro/common/man/man1/knife-client.1 | 2 | ||||
-rw-r--r-- | lib/chef/chef_fs/file_system/chef_server/versioned_cookbook_dir.rb | 2 | ||||
-rw-r--r-- | lib/chef/mixin/shell_out.rb | 2 | ||||
-rw-r--r-- | lib/chef/provider/ruby_block.rb | 2 | ||||
-rw-r--r-- | omnibus/README.md | 2 | ||||
-rw-r--r-- | spec/unit/http_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/knife/core/gem_glob_loader_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/node_spec.rb | 6 | ||||
-rw-r--r-- | spec/unit/provider/remote_file/content_spec.rb | 2 |
13 files changed, 36 insertions, 36 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d940293470..d414d611e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -726,7 +726,7 @@ of partial templates. Typo fixes * [**Tim Smith**](https://github.com/tas50) Typo fixes -* [Pull 2505](https://github.com/opscode/chef/pull/2505) Make Chef handle URIs in a case-insensitive manner +* [Pull 2505](https://github.com/chef/chef/pull/2505) Make Chef handle URIs in a case-insensitive manner * [**Phil Dibowitz**](https://github.com/jaymzh): Drop SSL warnings now that we have a safe default * [Pull 2684](https://github.com/chef/chef/pull/2684) Remove ole_initialize/uninitialize which cause problems with Ruby >= 2 @@ -812,32 +812,32 @@ of partial templates. ## 12.0.3 * [**Phil Dibowitz**](https://github.com/jaymzh): -[Issue 2594](https://github.com/opscode/chef/issues/2594) Restore missing require in `digester`. +[Issue 2594](https://github.com/chef/chef/issues/2594) Restore missing require in `digester`. ## 12.0.2 -* [Issue 2578](https://github.com/opscode/chef/issues/2578) Check that `installed` is not empty for `keg_only` formula in Homebrew provider -* [Issue 2609](https://github.com/opscode/chef/issues/2609) Resolve the circular dependency between ProviderResolver and Resource. -* [Issue 2596](https://github.com/opscode/chef/issues/2596) Fix nodes not writing to disk -* [Issue 2580](https://github.com/opscode/chef/issues/2580) Make sure the relative paths are preserved when using link resource. -* [Pull 2630](https://github.com/opscode/chef/pull/2630) Improve knife's SSL error messaging -* [Issue 2606](https://github.com/opscode/chef/issues/2606) chef 12 ignores default_release for apt_package -* [Issue 2602](https://github.com/opscode/chef/issues/2602) Fix `subscribes` resource notifications. -* [Issue 2578](https://github.com/opscode/chef/issues/2578) Check that `installed` is not empty for `keg_only` formula in Homebrew provider. +* [Issue 2578](https://github.com/chef/chef/issues/2578) Check that `installed` is not empty for `keg_only` formula in Homebrew provider +* [Issue 2609](https://github.com/chef/chef/issues/2609) Resolve the circular dependency between ProviderResolver and Resource. +* [Issue 2596](https://github.com/chef/chef/issues/2596) Fix nodes not writing to disk +* [Issue 2580](https://github.com/chef/chef/issues/2580) Make sure the relative paths are preserved when using link resource. +* [Pull 2630](https://github.com/chef/chef/pull/2630) Improve knife's SSL error messaging +* [Issue 2606](https://github.com/chef/chef/issues/2606) chef 12 ignores default_release for apt_package +* [Issue 2602](https://github.com/chef/chef/issues/2602) Fix `subscribes` resource notifications. +* [Issue 2578](https://github.com/chef/chef/issues/2578) Check that `installed` is not empty for `keg_only` formula in Homebrew provider. * [**gh2k**](https://github.com/gh2k): - [Issue 2625](https://github.com/opscode/chef/issues/2625) Fix missing `shell_out!` for `windows_package` resource + [Issue 2625](https://github.com/chef/chef/issues/2625) Fix missing `shell_out!` for `windows_package` resource * [**BackSlasher**](https://github.com/BackSlasher): - [Issue 2634](https://github.com/opscode/chef/issues/2634) Fix `option ':command' is not a valid option` error in subversion provider. + [Issue 2634](https://github.com/chef/chef/issues/2634) Fix `option ':command' is not a valid option` error in subversion provider. * [**Seth Vargo**](https://github.com/sethvargo): - [Issue 2345](https://github.com/opscode/chef/issues/2345) Allow knife to install cookbooks with metadata.json. + [Issue 2345](https://github.com/chef/chef/issues/2345) Allow knife to install cookbooks with metadata.json. ## 12.0.1 -* [Issue 2552](https://github.com/opscode/chef/issues/2552) Create constant for LWRP before calling `provides` -* [Issue 2545](https://github.com/opscode/chef/issues/2545) `path` attribute of `execute` resource is restored to provide backwards compatibility with Chef 11. -* [Issue 2565](https://github.com/opscode/chef/issues/2565) Fix `Chef::Knife::Core::BootstrapContext` constructor for knife-windows compat. -* [Issue 2566](https://github.com/opscode/chef/issues/2566) Make sure Client doesn't raise error when interval is set on Windows. -* [Issue 2560](https://github.com/opscode/chef/issues/2560) Fix `uninitialized constant Windows::Constants` in `windows_eventlog`. -* [Issue 2563](https://github.com/opscode/chef/issues/2563) Make sure the Chef Client rpm packages are signed with GPG keys correctly. +* [Issue 2552](https://github.com/chef/chef/issues/2552) Create constant for LWRP before calling `provides` +* [Issue 2545](https://github.com/chef/chef/issues/2545) `path` attribute of `execute` resource is restored to provide backwards compatibility with Chef 11. +* [Issue 2565](https://github.com/chef/chef/issues/2565) Fix `Chef::Knife::Core::BootstrapContext` constructor for knife-windows compat. +* [Issue 2566](https://github.com/chef/chef/issues/2566) Make sure Client doesn't raise error when interval is set on Windows. +* [Issue 2560](https://github.com/chef/chef/issues/2560) Fix `uninitialized constant Windows::Constants` in `windows_eventlog`. +* [Issue 2563](https://github.com/chef/chef/issues/2563) Make sure the Chef Client rpm packages are signed with GPG keys correctly. ## 12.0.0 @@ -950,7 +950,7 @@ of partial templates. * [**Ionuț Arțăriși**](https://github.com/mapleoin): Changed the default group provider to gpasswd on SLES versions 12 and higher. * [**Noah Kantrowitz**](https://github.com/coderanger): - Implemented [RFC017 - File Specificity Overhaul](https://github.com/opscode/chef-rfc/blob/master/rfc017-file-specificity.md). + Implemented [RFC017 - File Specificity Overhaul](https://github.com/chef/chef-rfc/blob/master/rfc017-file-specificity.md). * [**James Bence**](https://github.com/jbence): Improved the reliability of Git provider by making it to be more specific when selecting tags. * [**Jean Mertz**](https://github.com/JeanMertz): @@ -988,7 +988,7 @@ of partial templates. ### Chef Contributions * ruby 1.9.3 support is dropped -* Added RFC-023 Chef 12 Attribute Changes (https://github.com/opscode/chef-rfc/blob/master/rfc023-chef-12-attributes-changes.md) +* Added RFC-023 Chef 12 Attribute Changes (https://github.com/chef/chef-rfc/blob/master/rfc023-chef-12-attributes-changes.md) * Added os/platform_family options to provides syntax on the Chef::Resource DSL * Added provides methods to the Chef::Provider DSL * Added supported?(resource, action) class method to all Providers for late-evaluation if a provider can handle a diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb index d0fa87a5ad..2fe59c8350 100644 --- a/chef-config/lib/chef-config/config.rb +++ b/chef-config/lib/chef-config/config.rb @@ -986,7 +986,7 @@ module ChefConfig # If there is no 'locale -a' then we return 'en_US.UTF-8' since that is the most commonly # available English UTF-8 locale. However, all modern POSIXen should support 'locale -a'. def self.guess_internal_locale - # https://github.com/opscode/chef/issues/2181 + # https://github.com/chef/chef/issues/2181 # Some systems have the `locale -a` command, but the result has # invalid characters for the default encoding. # diff --git a/distro/common/html/knife_bootstrap.html b/distro/common/html/knife_bootstrap.html index 5e3d70404f..7589dfbaba 100644 --- a/distro/common/html/knife_bootstrap.html +++ b/distro/common/html/knife_bootstrap.html @@ -173,7 +173,7 @@ <div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife bootstrap 192.168.1.100 -r <span class="s1">'role[webserver]'</span> -d ubuntu12.04-gems-mine </pre></div> </div> -<p>Alternatively, an example bootstrap template can be found in the git source for the chef-repo: <a class="reference external" href="https://github.com/opscode/chef/tree/master/lib/chef/knife/bootstrap">https://github.com/opscode/chef/tree/master/lib/chef/knife/bootstrap</a>. Copy the template to <tt class="docutils literal"><span class="pre">~/.chef-repo/.chef/bootstrap/ubuntu12.04-apt.erb</span></tt> and modify the template appropriately.</p> +<p>Alternatively, an example bootstrap template can be found in the git source for the chef-repo: <a class="reference external" href="https://github.com/chef/chef/tree/master/lib/chef/knife/bootstrap">https://github.com/chef/chef/tree/master/lib/chef/knife/bootstrap</a>. Copy the template to <tt class="docutils literal"><span class="pre">~/.chef-repo/.chef/bootstrap/ubuntu12.04-apt.erb</span></tt> and modify the template appropriately.</p> </div> <div class="section" id="debian-and-apt"> <h3>Debian and Apt<a class="headerlink" href="#debian-and-apt" title="Permalink to this headline">¶</a></h3> diff --git a/distro/common/man/man1/README.md b/distro/common/man/man1/README.md index 9a915fb4cc..7af6aa8948 100644 --- a/distro/common/man/man1/README.md +++ b/distro/common/man/man1/README.md @@ -9,7 +9,7 @@ that are built into the chef-client are managed. ## Source Files The source files are located in the chef-docs repository: -https://github.com/opscode/chef-docs +https://github.com/chef/chef-docs Each Knife subcommand has its own source folder. The folder naming pattern begins with man_. @@ -55,4 +55,4 @@ at docs.opscode.com/knife_foo.html. ## Questions? -Open an [Issue](https://github.com/opscode/chef-docs/issues) and ask. +Open an [Issue](https://github.com/chef/chef-docs/issues) and ask. diff --git a/distro/common/man/man1/knife-client.1 b/distro/common/man/man1/knife-client.1 index 9dbd174c71..24bd999d65 100644 --- a/distro/common/man/man1/knife-client.1 +++ b/distro/common/man/man1/knife-client.1 @@ -37,7 +37,7 @@ However, during the first chef\-client run, this private key does not exist. Ins .sp During the initial chef\-client run, the chef\-client will register with the Chef server using the private key assigned to the chef\-validator, after which the chef\-client will obtain a \fBclient.pem\fP private key for all future authentication requests to the Chef server\&. .sp -After the initial chef\-client run has completed successfully, the chef\-validator is no longer required and may be deleted from the node. Use the \fBdelete_validation\fP recipe found in the \fBchef\-client\fP cookbook (\fI\%https://github.com/opscode\-cookbooks/chef\-client\fP) to remove the chef\-validator\&. +After the initial chef\-client run has completed successfully, the chef\-validator is no longer required and may be deleted from the node. Use the \fBdelete_validation\fP recipe found in the \fBchef\-client\fP cookbook (\fI\%https://github.com/chef\-cookbooks/chef\-client\fP) to remove the chef\-validator\&. .sp The \fBknife client\fP subcommand is used to manage an API client list and their associated RSA public key\-pairs. This allows authentication requests to be made to the Chef server by any entity that uses the Chef server API, such as the chef\-client and knife\&. .SH COMMON OPTIONS diff --git a/lib/chef/chef_fs/file_system/chef_server/versioned_cookbook_dir.rb b/lib/chef/chef_fs/file_system/chef_server/versioned_cookbook_dir.rb index 269e160d43..b7c96c42e1 100644 --- a/lib/chef/chef_fs/file_system/chef_server/versioned_cookbook_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/versioned_cookbook_dir.rb @@ -24,7 +24,7 @@ class Chef module ChefServer class VersionedCookbookDir < CookbookDir # See Erchef code - # https://github.com/opscode/chef_objects/blob/968a63344d38fd507f6ace05f73d53e9cd7fb043/src/chef_regex.erl#L94 + # https://github.com/chef/chef_objects/blob/968a63344d38fd507f6ace05f73d53e9cd7fb043/src/chef_regex.erl#L94 VALID_VERSIONED_COOKBOOK_NAME = /^([.a-zA-Z0-9_-]+)-(\d+\.\d+\.\d+)$/ def initialize(name, parent, options = {}) diff --git a/lib/chef/mixin/shell_out.rb b/lib/chef/mixin/shell_out.rb index a258a91075..d8607c8de7 100644 --- a/lib/chef/mixin/shell_out.rb +++ b/lib/chef/mixin/shell_out.rb @@ -61,7 +61,7 @@ class Chef [:command_log_prepend, :log_tag] ] # CHEF-3090: Deprecate command_log_level and command_log_prepend - # Patterned after https://github.com/opscode/chef/commit/e1509990b559984b43e428d4d801c394e970f432 + # Patterned after https://github.com/chef/chef/commit/e1509990b559984b43e428d4d801c394e970f432 def run_command_compatible_options(command_args) return command_args unless command_args.last.is_a?(Hash) diff --git a/lib/chef/provider/ruby_block.rb b/lib/chef/provider/ruby_block.rb index 0817b14044..18ee9cecc5 100644 --- a/lib/chef/provider/ruby_block.rb +++ b/lib/chef/provider/ruby_block.rb @@ -1,7 +1,7 @@ # # Author:: Adam Jacob (<adam@chef.io>) # Author:: AJ Christensen (<aj@chef.io>) -# Copyright:: Copyright 2009-2016, Opscode +# Copyright:: Copyright 2009-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/omnibus/README.md b/omnibus/README.md index 98a9094325..5f325aa164 100644 --- a/omnibus/README.md +++ b/omnibus/README.md @@ -75,7 +75,7 @@ changing the list found in the `.kitchen.yml` `platforms` YAML stanza. This build environment is designed to get you up-and-running quickly. However, there is nothing that restricts you to building on other platforms. Simply use -the [omnibus cookbook](https://github.com/opscode-cookbooks/omnibus) to setup +the [omnibus cookbook](https://github.com/chef-cookbooks/omnibus) to setup your desired platform and execute the build steps listed above. The default build environment requires Test Kitchen and VirtualBox for local diff --git a/spec/unit/http_spec.rb b/spec/unit/http_spec.rb index d99f03aac9..d58f07c417 100644 --- a/spec/unit/http_spec.rb +++ b/spec/unit/http_spec.rb @@ -74,7 +74,7 @@ describe Chef::HTTP do expect(http.create_url("///api/endpoint?url=http://foo.bar")).to eql(URI.parse("http://www.getchef.com/organization/org/api/endpoint?url=http://foo.bar")) end - # As per: https://github.com/opscode/chef/issues/2500 + # As per: https://github.com/chef/chef/issues/2500 it "should treat scheme part of the URI in a case-insensitive manner" do http = Chef::HTTP.allocate # Calling Chef::HTTP::new sets @url, don't want that. expect { http.create_url("HTTP://www1.chef.io/") }.not_to raise_error diff --git a/spec/unit/knife/core/gem_glob_loader_spec.rb b/spec/unit/knife/core/gem_glob_loader_spec.rb index 69a40ebaed..2f9e04769e 100644 --- a/spec/unit/knife/core/gem_glob_loader_spec.rb +++ b/spec/unit/knife/core/gem_glob_loader_spec.rb @@ -78,7 +78,7 @@ describe Chef::Knife::SubcommandLoader::GemGlobLoader do expect(loader.site_subcommands).to include(expected_command) end - # https://github.com/opscode/chef-dk/issues/227 + # https://github.com/chef/chef-dk/issues/227 # # `knife` in ChefDK isn't from a gem install, it's directly run from a clone # of the source, but there can be one or more versions of chef also installed diff --git a/spec/unit/node_spec.rb b/spec/unit/node_spec.rb index 2c8fc4408b..7ba6755dfa 100644 --- a/spec/unit/node_spec.rb +++ b/spec/unit/node_spec.rb @@ -756,9 +756,9 @@ describe Chef::Node do # In Chef-12.0 there is a deep_merge cache on the top level attribute which had a bug # where it cached node[:foo] separate from node['foo']. These tests exercise those edge conditions. # - # https://github.com/opscode/chef/issues/2700 - # https://github.com/opscode/chef/issues/2712 - # https://github.com/opscode/chef/issues/2745 + # https://github.com/chef/chef/issues/2700 + # https://github.com/chef/chef/issues/2712 + # https://github.com/chef/chef/issues/2745 # describe "deep merge attribute cache edge conditions" do it "does not error with complicated attribute substitution" do diff --git a/spec/unit/provider/remote_file/content_spec.rb b/spec/unit/provider/remote_file/content_spec.rb index db9a75458d..307eb98187 100644 --- a/spec/unit/provider/remote_file/content_spec.rb +++ b/spec/unit/provider/remote_file/content_spec.rb @@ -159,7 +159,7 @@ describe Chef::Provider::RemoteFile::Content do describe "when there is an array of sources and the first fails" do - # https://github.com/opscode/chef/pull/1358#issuecomment-40853299 + # https://github.com/chef/chef/pull/1358#issuecomment-40853299 def create_exception(exception_class) if [ Net::HTTPServerException, Net::HTTPFatalError ].include? exception_class exception_class.new("message", { "something" => 1 }) |