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

pdksync - (MAINT) - Require Stdlib 9.x #921

Merged
merged 3 commits into from
Jun 19, 2023

Conversation

LukasAud
Copy link
Contributor

(MAINT) - Update Stdlib dependency
pdk version: 2.7.0

@LukasAud LukasAud requested a review from a team as a code owner May 30, 2023 16:15
@LukasAud
Copy link
Contributor Author

LukasAud commented Jun 5, 2023

PR currently blocked by main CI failing. Issues are not related to change afaics

@smortex smortex force-pushed the pdksync_CONT-1028-update-stdlib-dependency branch from aa054ec to fd40b54 Compare June 5, 2023 16:43
bastelfreak
bastelfreak previously approved these changes Jun 5, 2023
@smortex smortex force-pushed the pdksync_CONT-1028-update-stdlib-dependency branch from fd40b54 to 7bfda16 Compare June 5, 2023 16:53
@LukasAud LukasAud changed the title pdksync - (MAINT) - Update Stdlib dependency pdksync - (MAINT) - Allow Stdlib 9.x Jun 6, 2023
@bastelfreak
Copy link
Collaborator

I think the PR title should be adjusted. this now doesn't allow stdlib 9, it requires it (which is in my opinion a breaking change).

@LukasAud LukasAud changed the title pdksync - (MAINT) - Allow Stdlib 9.x pdksync - (MAINT) - Require Stdlib 9.x Jun 12, 2023
Copy link
Collaborator

@smortex smortex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like some namespaced function is missing. No idea what is going wrong with some versions of windows at this point.

@smortex
Copy link
Collaborator

smortex commented Jun 13, 2023

These windows failure seems quite reproducible. I have basically no experience with docker and windows, but it looks like the command we run do not match the ones from upstream documentation:

Write-Information "Installing Docker Provider"
Install-Module $dockerProviderName -Force `
<% if @docker_msft_provider_version -%>
-RequiredVersion <%= @docker_msft_provider_version %>
<% end -%>

vs.

https://github.com/OneGet/MicrosoftDockerProvider/blob/a70c037cd153b8277e2f2d85224d05a044225ad4/README.md?plain=1#L6-L10

Can't say if we do this by mistake or on purpose.

@LukasAud
Copy link
Contributor Author

This PR is failing due to problems present on main. This does not create any new failures on top on the already existing ones afaik. We should be able to merge this and address failures on main in a different place.

LukasAud and others added 3 commits June 19, 2023 13:43
This deprecated function was removed from Puppet. The Puppet 4 type
system can be used to ensure the validity of parameters with better
error reporting.
Co-authored-by: Romain Tartière <[email protected]>
@LukasAud LukasAud force-pushed the pdksync_CONT-1028-update-stdlib-dependency branch from 23b1bf9 to bfc3422 Compare June 19, 2023 12:44
@jordanbreen28 jordanbreen28 merged commit a30fdce into main Jun 19, 2023
@jordanbreen28 jordanbreen28 deleted the pdksync_CONT-1028-update-stdlib-dependency branch June 19, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants