https://www.puppet.com/community logo
Join Slack
Powered by
# voxpupuli
  • r

    root-expert

    06/13/2022, 9:55 AM
    https://github.com/voxpupuli/modulesync_config/pull/787
  • r

    root-expert

    06/13/2022, 9:55 AM
    https://github.com/voxpupuli/modulesync_config/pull/787
  • a

    Alex Fisher

    06/13/2022, 9:56 AM
    @bastelfreak I guess that should be ok. I've not seen that before. Is it a Puppet 7 change?
  • b

    bastelfreak

    06/13/2022, 9:57 AM
    looks like it. need to dig into the code. I think the catalog-differ shouldn't / doesn't need to care about the ordering in arrays
  • a

    Alex Fisher

    06/13/2022, 10:00 AM
    it probably should care for most cases. Just maybe not the order of tags.
  • m

    Marty Ewings

    06/13/2022, 10:33 AM
    @bastelfreak i see you pop up on https://github.com/github-changelog-generator/github-changelog-generator/issues/971 alot… we have started hitting this on a couple of modules Have you come up with away to resolve it? we have been adding fake tags and then removing them again, which is a bit tedious
  • m

    Marty Ewings

    06/13/2022, 10:33 AM
    @bastelfreak i see you pop up on https://github.com/github-changelog-generator/github-changelog-generator/issues/971 alot… we have started hitting this on a couple of modules Have you come up with away to resolve it? we have been adding fake tags and then removing them again, which is a bit tedious
  • m

    Marty Ewings

    06/13/2022, 10:35 AM
    I think it may have something to do with rebased commits
  • b

    bastelfreak

    06/13/2022, 10:35 AM
    sadly no. I can reproduce it on the beaker repository but not on any of our puppet module repositories
  • m

    Marty Ewings

    06/13/2022, 10:35 AM
    Oh i have it on a puppet module repo
  • b

    bastelfreak

    06/13/2022, 10:36 AM
    the beaker one has a very large history/many PRs/issues. I always guessed that that might be related, but wasn't able to prove it
  • m

    Marty Ewings

    06/13/2022, 10:36 AM
    I thought it may be number of PRS, but this is actually happening on one of our newest modules, however it has a lot of rebase commits
  • b

    bastelfreak

    06/13/2022, 10:36 AM
    ah interesting
  • m

    Marty Ewings

    06/13/2022, 10:37 AM
    i think it may be something to do with the type of entryies in git history rather than number of PRs
  • m

    Marty Ewings

    06/13/2022, 10:37 AM
    i think it may be something to do with the type of entryies in git history rather than number of PRs
  • m

    Marty Ewings

    06/13/2022, 10:39 AM
    https://github.com/puppetlabs/puppet_operational_dashboards/runs/6835117801?check_suite_focus=true#step:6:113 something happened on pr 63
  • b

    bastelfreak

    06/13/2022, 10:39 AM
    I saw that a few times on our repos as well. maybe those were all rebases
  • b

    bastelfreak

    06/13/2022, 10:39 AM
    I didn't check that
  • b

    bastelfreak

    06/13/2022, 12:43 PM
    @Alex Fisher I can say that the tag list in the puppet code is different vs in the compiled catalog on puppet6 and 7. IMO it's fine to ignore it (at least for the tag parameter). I will try to come up with a patch
  • a

    Alex Fisher

    06/13/2022, 12:47 PM
    sure. I can't see how the ordering of the
    tags
    metaparameter matters. For other parameters though, it certainly can matter depending on the type.
  • b

    bastelfreak

    06/13/2022, 12:47 PM
    ah no that's wrong
  • b

    bastelfreak

    06/13/2022, 12:47 PM
    so the ordering in the actual puppet class is identical to the ordering in the puppet7 catalog. in puppet6 it's wrong/different
  • b

    bastelfreak

    06/13/2022, 12:48 PM
    maybe in puppet6 it was random/not deterministic and that was fixed in puppet7.
  • b

    bastelfreak

    06/13/2022, 12:48 PM
    digs release notes again
  • s

    Slackbot

    06/13/2022, 12:48 PM
    This message was deleted.
    h
    a
    • 3
    • 4
  • b

    bastelfreak

    06/13/2022, 12:51 PM
    yes
  • b

    bastelfreak

    06/13/2022, 1:24 PM
    can I get a quick review for https://github.com/voxpupuli/puppet-catalog-diff/pull/85 and https://github.com/voxpupuli/puppet-catalog-diff/pull/86 and (just some docs updates)
  • b

    bastelfreak

    06/13/2022, 1:24 PM
    can I get a quick review for https://github.com/voxpupuli/puppet-catalog-diff/pull/85 and https://github.com/voxpupuli/puppet-catalog-diff/pull/86 and (just some docs updates)
  • v

    VoxBot

    06/13/2022, 1:29 PM
    yes/no :P
  • v

    VoxBot

    06/13/2022, 1:40 PM
    is hiera-eyaml still the preferred way to go to store hiera data encrypted?
1...737475...648Latest