Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the new scheme for agent versions >= 6.28 and < 7 #1749

Merged
merged 1 commit into from
Jul 28, 2022

Conversation

joshcooper
Copy link
Contributor

Commit 0008b7f incorrectly returned the old
scheme for agent version 6.28.0, since 6.18 < 7.18. It also incorrectly returned
the new scheme if the puppet_agent_version was omitted.

It now returns the new scheme for versions in the range >= 6.18 to < 7.0, and
returns the old scheme if the version is omitted.

@codecov
Copy link

codecov bot commented Jul 28, 2022

Codecov Report

Merging #1749 (3030c63) into master (c76e616) will increase coverage by 0.18%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1749      +/-   ##
==========================================
+ Coverage   74.85%   75.04%   +0.18%     
==========================================
  Files          82       82              
  Lines        4871     4872       +1     
==========================================
+ Hits         3646     3656      +10     
+ Misses       1225     1216       -9     
Impacted Files Coverage Δ
lib/beaker/host/mac/pkg.rb 71.69% <100.00%> (+17.85%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c76e616...3030c63. Read the comment docs.

@joshcooper joshcooper force-pushed the macos_arch_part2 branch 2 times, most recently from eb7ed13 to afa2de6 Compare July 28, 2022 20:38
@joshcooper joshcooper changed the title Agent version >= 6.28 and < 7 use the new scheme Use the new scheme for agent versions >= 6.28 and < 7 Jul 28, 2022
Commit 0008b7f incorrectly returned the old
scheme for agent version 6.28.0, since 6.18 < 7.18. It also incorrectly returned
the new scheme if the puppet_agent_version was omitted.

It now returns the new scheme for versions in the range >= 6.18 to < 7.0, and
returns the old scheme if the version is omitted.
@joshcooper joshcooper merged commit 02e0ed6 into voxpupuli:master Jul 28, 2022
@joshcooper joshcooper added the bug label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants