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

Using Cloud Init package_upgrade: false #1402

Closed
willifehler opened this issue Jun 18, 2024 · 1 comment
Closed

Using Cloud Init package_upgrade: false #1402

willifehler opened this issue Jun 18, 2024 · 1 comment
Labels
🐛 bug Something isn't working

Comments

@willifehler
Copy link

Hi @bpg,

I'm trying set disable package_upgrade: false via cloud init.

Is this still the recommended way?

mkInitializationUpgrade: {
Type:        schema.TypeBool,
Description: "Whether to do an automatic package upgrade after the first boot",
Optional:    true,
Computed:    true,
Deprecated:  "The `upgrade` attribute is deprecated and will be removed in a future release.",
},

However putting upgrade: false still leads to that my Proxmox VM will upgrade the packages during the first boot.

Cheers - Willi

@willifehler willifehler added the 🐛 bug Something isn't working label Jun 18, 2024
@bpg
Copy link
Owner

bpg commented Jun 18, 2024

Hi @willifehler 👋🏼

This flag was causing issues described in #1291, and has been removed.
Needs to be implemented differently, #1079 is still open.

@bpg bpg closed this as not planned Won't fix, can't repro, duplicate, stale Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants