git log doesnt make a changelog, it makes a developer orientated
log of events in a git repository.
This information isnt aimed at users. A proper changelog highlighting
changes would be a really good improvement. Even just stripping out the
noise that your particular usage patterns (not doing ff merges) cause
will already help. Additionally there's a lot of commits thats just
spam - add a test, move a file etc - this only helps hiding the important
entries.
Below is a edit taking your 66 line changelog down to a usable 25 lines
by removing all the purely testing related lines, the merge lines and maint
lines.
I think this is already a huge improvement. Changelogs are what users use
to determine the suitability of a upgrade so we should write them with that
in mind.
98ba407 (#7127) Stop puppet if a prerun command fails
6996e0b Do not needlessly create multiple reports when creating a transaction
caca469 (#4416) Ensure types are providified after reloading
413b136 (#4416) Always remove old provider before recreating it
98f58ce (#2128) Add WARNING for node_name_{fact,value} descriptions
d9b5c1a (#2128) In-line docs for node_name_{fact,value}
3f0dbb5 (#650) Allow symlinks for configuration directories
1c70f0c (#2128) Add support for setting node name based on a fact
c629958 (#2128) Get facts before retrieving catalog
cd4fe14 (#2128) Add the ability to specify a node name
8ebec1e (#7193) Fix path issues with acceptance tests that call old shell tests
16b2311 (#6885) puppet agent fingerprint requires --verbose to return a value.
75e2764 (#5318) Always notice changes to manifests when compiling.
8b76be3 (#3836) External nodes should only capture stdout
90eb937 (#7139) Accept '/' as a valid path in filesets
729336e (#6845) Mount writes incorrect vfstab entries
16cf1ac (#6442) Be able to start agents --listen without namespaceauth.conf
0352402 (#3420) Nagios "name" attribute does not output correctly
f656818 (#4487) When setting environment on a host, ensure it is a string.
c306db2 (#6487) Add some testing for OS X version support in DirectoryService provider
0008b63 (#6487) Directoryservice provider will fail in future OS releases
9a5bf6e Fixed #7166 - Replaced deprecated stomp "send" method with "publish"
656eff8 (#4655) Allow stage to be set using a default class parameter
7f658e6 vim: Initial ftplugin and indent support
ccbe9f3 Fixed #6681 - Remove --force-yes option from aptitude is used
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
We'll be doing our best to incorporate it into the next series of
release announce emails.
We also have a few other pages that get updated during a release that
may (sometimes) have better or more detailed information.
https://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes
Mike
Better late than never, I've pushed rpm's for this release to my
fedorapeople.org repo:
http://tmz.fedorapeople.org/repo/puppet/
Packages for EL 4 - 6 and Fedora 13 - 15 are available for testing.
Add the puppet.repo file from either the epel or fedora directories to
/etc/yum.repos.d to enable.
If you find problems with the packaging, please let me know. If you
find other bugs, please file them in redmine:
http://projects.puppetlabs.com/projects/puppet/issues
Please note that 2.6.6 is in Fedora and EPEL testing repositories. I
don't plan to update puppet there until 2.6.6 is pushed to the stable
updates repos. Any help testing the 2.6.6 packages is most welcome.
Once that update is stable, we'll be better able to more closely track
the 2.6.x updates in the official repos.
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Anyone who hates children and animals can't be all bad.
-- W.C. Fields
On Mon, 2011-06-20 at 10:48 -0400, Todd Zullinger wrote:
<snip>
> Better late than never, I've pushed rpm's for this release to my
> fedorapeople.org repo:
>
> http://tmz.fedorapeople.org/repo/puppet/
>
> Packages for EL 4 - 6 and Fedora 13 - 15 are available for testing.
> Add the puppet.repo file from either the epel or fedora directories to
> /etc/yum.repos.d to enable.
>
> If you find problems with the packaging, please let me know. If you
> find other bugs, please file them in redmine:
>
> http://projects.puppetlabs.com/projects/puppet/issues
>
I don't know if this is a rpm buglet or a general puppet buglet, but
with puppet-2.6.9-0.1.rc1.el5.noarch.rpm from tmz I get emails like:
Wed Jun 22 12:46:11 -0700 2011 Puppet (notice): Finished catalog run in
6.53 seconds
on every run. I haven't tested the final release as I am going to test
2.7.0 with ruby 1.9.2 instead.
> Please note that 2.6.6 is in Fedora and EPEL testing repositories. I
> don't plan to update puppet there until 2.6.6 is pushed to the stable
> updates repos. Any help testing the 2.6.6 packages is most welcome.
> Once that update is stable, we'll be better able to more closely track
> the 2.6.x updates in the official repos.
>
--
Christopher McCrory
To the optimist, the glass is half full.
To the pessimist, the glass is half empty.
To the engineer, the glass is twice as big as it needs to be.
Christopher McCrory wrote:
> I don't know if this is a rpm buglet or a general puppet buglet, but
> with puppet-2.6.9-0.1.rc1.el5.noarch.rpm from tmz I get emails like:
>
> Wed Jun 22 12:46:11 -0700 2011 Puppet (notice): Finished catalog run in
> 6.53 seconds
>
> on every run. I haven't tested the final release as I am going to test
> 2.7.0 with ruby 1.9.2 instead.
Is this different than with 2.6.8? This is definitely not something
caused by the packaging, so if it's changed for the worse in some way,
you'd want to file it in the puppetlabs.com issue tracker.
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The nice thing about egotists is that they don't talk about other
people.
-- Lucille S. Harper
If there is a bug filed, I'd love to know what it is. Searching
redmine for "reports" doesn't find anything that looks like the right
ticket.
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can make it illegal, but you can't make it unpopular.
-- Anonymous
This looks to be https://projects.puppetlabs.com/issues/9167 and the
patch there fixes the problem. I've updated the 2.6.9 packages on
fedorapeople.org for Fedora and EPEL.
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A penny saved kills your career in government.
On Wed, 2011-08-31 at 15:02 -0400, Todd Zullinger wrote:
> I wrote:
> > Chris May wrote:
> >> Did anyone ever post a bug, or find a solution for this? I've just
> >> upgraded some of our Solaris boxes (using OpenCSW) to 2.6.9 and I'm
> >> seeing the same behaviour.
> >
> > If there is a bug filed, I'd love to know what it is. Searching
> > redmine for "reports" doesn't find anything that looks like the right
> > ticket.
>
> This looks to be https://projects.puppetlabs.com/issues/9167 and the
> patch there fixes the problem. I've updated the 2.6.9 packages on
> fedorapeople.org for Fedora and EPEL.
>
+1 on the packages in fedorapeople. yea! far fewer emails.
thanks