Skip to content

Commit

Permalink
AU: 1 updated - juju
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 4, 2022
1 parent 515d922 commit 534c0fa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/juju/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@aec5c9771a5f607dc5549f803405aa8d3cb87a7d/icons/juju.png" width="48" height="48"/> [juju](https://chocolatey.org/packages/juju)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@aec5c9771a5f607dc5549f803405aa8d3cb87a7d/icons/juju.png" width="48" height="48"/> [juju](https://chocolatey.org/packages/juju)

The Canonical Distribution of Kubernetes works across all major public clouds and private infrastructure, enabling your teams to operate Kubernetes clusters on demand, anywhere.

Expand Down
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"2.6": "2.6.10",
"2.7": "2.7.8",
"2.8": "2.8.10",
"2.9": "2.9.15"
"2.9": "2.9.22"
}
8 changes: 4 additions & 4 deletions automatic/juju/juju.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>juju</id>
<version>2.9.15</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/juju</packageSourceUrl>
<version>2.9.22</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/juju</packageSourceUrl>
<owners>chocolatey-community,AdmiringWorm</owners>
<title>Juju</title>
<authors>Canonical Ltd.</authors>
<projectUrl>https://juju.is/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@aec5c9771a5f607dc5549f803405aa8d3cb87a7d/icons/juju.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@aec5c9771a5f607dc5549f803405aa8d3cb87a7d/icons/juju.png</iconUrl>
<copyright>© 2021 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.</copyright>
<licenseUrl>https://github.com/juju/juju/blob/develop/LICENCE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -22,7 +22,7 @@
Juju is an application and service modelling tool that enables you to quickly model, configure, deploy and manage applications in the cloud with only a few commands. Use it to deploy hundreds of preconfigured services, OpenStack, or your own code to any public or private cloud.
]]></description>
<releaseNotes>https://discourse.charmhub.io/t/juju-2-9-15-release-notes</releaseNotes>
<releaseNotes>https://discourse.charmhub.io/t/roadmap-releases</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their launchpad page <https://launchpad.
The same download links are also located in their docs <https://jujucharms.com/docs/stable/reference-releases>
and can be verified like this:

1. Go to <https://launchpad.net/juju/2.9/2.9.15/+download/juju-setup-2.9.15.exe>
1. Go to <https://launchpad.net/juju/2.9/2.9.22/+download/juju-setup-2.9.22-signed.exe>
to download the installer
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: F858FB5F3B08C59E92B29EF11DAC0824A564CDD174C95FF17C925D259C4E004E
checksum: 235ADE912EABDEA2B61A56E783DF3FD38A61F387CF74865E951D76D630288BAC

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/0b9d2d867111e1476ace5483c9868960cfe22ba1/LICENCE>
2 changes: 1 addition & 1 deletion automatic/juju/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.9.15.exe"
file = "$toolsDir\juju-setup-2.9.22-signed.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down

0 comments on commit 534c0fa

Please sign in to comment.