Skip to content

Commit

Permalink
AU: 4 updated - consul PDFXchangeEditor PDFXchangePro stripe-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jan 24, 2024
1 parent 8b3aca0 commit fe379a0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 45 deletions.
2 changes: 1 addition & 1 deletion PDFXchangeEditor/PDFXchangeEditor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>PDFXchangeEditor</id>
<version>10.2.0.384</version>
<version>10.2.1.385</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/PDFXchangeEditor</packageSourceUrl>
<owners>flcdrg</owners>
<title>PDF-XChange Editor</title>
Expand Down
4 changes: 2 additions & 2 deletions PDFXchangeEditor/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ $primaryDownloadUrl = "https://downloads.pdf-xchange.com/$filename"
$primaryDownloadUrl64 = "https://downloads.pdf-xchange.com/$filename64"
$url = "https://builds-archive.tracker-software.com/$version/$filename"
$url64 = "https://builds-archive.tracker-software.com/$version/$filename64"
$checksum = 'D92B4BA082DFD0644360334F1ABAD0CAC7103F9315130AC9D774A531E4E63B12'
$checksum64 = 'A5036FACCE0AF83EED6DE75BA51ABF1FF0CE020788AAABCAEF78D85B9CE4A318'
$checksum = '99575D900892C905EB3E98C40A94D28B81537795400BD916A6F86D7234A1D60B'
$checksum64 = 'ACF1306E841B4890C7522D978C2D9CDB381256D42417711E3463732C53ADC1F8'
$lastModified32 = New-Object -TypeName DateTimeOffset 2024, 1, 9, 0, 6, 29, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2024, 1, 9, 0, 5, 44, 0 # Last modified time corresponding to this package version

Expand Down
2 changes: 1 addition & 1 deletion PDFXchangePro/PDFXchangePro.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>PDFXchangePro</id>
<version>10.2.0.384</version>
<version>10.2.1.385</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/PDFXchangePro</packageSourceUrl>
<owners>flcdrg</owners>
<title>PDF-XChange Pro</title>
Expand Down
4 changes: 2 additions & 2 deletions PDFXchangePro/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ $primaryDownloadUrl = "https://downloads.pdf-xchange.com/$filename"
$primaryDownloadUrl64 = "https://downloads.pdf-xchange.com/$filename64"
$url = "https://builds-archive.tracker-software.com/$version/$filename"
$url64 = "https://builds-archive.tracker-software.com/$version/$filename64"
$checksum = 'AB23BECD2D4F83D2D17551AD8700992AC126452DEACA8B5237729D37DAEC80EB'
$checksum64 = '728619A315AFED2C041CE2CF2645DEE921E99316224464624C4C75D93232EC50'
$checksum = 'F2BCCF5472BF113F1A4CCDB74AACE341D50696E23B5EF90D710570E258D659E1'
$checksum64 = '76682219FD8226AAED9C6D226D9FADD93D9A39A3E58278F54D2B218FAA24900B'
$lastModified32 = New-Object -TypeName DateTimeOffset 2024, 1, 9, 0, 7, 1, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2024, 1, 9, 0, 7, 13, 0 # Last modified time corresponding to this package version

Expand Down
51 changes: 13 additions & 38 deletions consul/consul.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>consul</id>
<version>1.17.1</version>
<version>1.17.2</version>
<title>Consul</title>
<authors>Mitchell Hashimoto, Armon Dadgar, HashiCorp</authors>
<owners>cleung2010, flcdrg</owners>
Expand All @@ -21,52 +21,27 @@ Uses NSSM as the service wrapper. More info at: https://nssm.cc/
The package parameters can be set - https://www.consul.io/docs/agent/options.html
These parameters can be passed to the installer with the use of `-params`.
For example: `-params '-config-file="%PROGRAMDATA%\consul\dsc-config\default.json"'`.
</description><releaseNotes><![CDATA[### 1.17.1 (December 12, 2023)
</description><releaseNotes><![CDATA[### 1.17.2 (January 23, 2024)
SECURITY:
* Update `github.com/golang-jwt/jwt/v4` to v4.5.0 to address [PRISMA-2022-0270](https://github.com/golang-jwt/jwt/issues/258). [[GH-19705](https://github.com/hashicorp/consul/issues/19705)]
* Upgrade to use Go 1.20.12. This resolves CVEs
[CVE-2023-45283](https://nvd.nist.gov/vuln/detail/CVE-2023-45283): (`path/filepath`) recognize \??\ as a Root Local Device path prefix (Windows)
[CVE-2023-45284](https://nvd.nist.gov/vuln/detail/CVE-2023-45285): recognize device names with trailing spaces and superscripts (Windows)
[CVE-2023-39326](https://nvd.nist.gov/vuln/detail/CVE-2023-39326): (`net/http`) limit chunked data overhead
[CVE-2023-45285](https://nvd.nist.gov/vuln/detail/CVE-2023-45285): (`cmd/go`) go get may unexpectedly fallback to insecure git [[GH-19840](https://github.com/hashicorp/consul/issues/19840)]
* connect: update supported envoy versions to 1.24.12, 1.25.11, 1.26.6, 1.27.2 to address [CVE-2023-44487](https://github.com/envoyproxy/envoy/security/advisories/GHSA-jhv4-f7mr-xx76) [[GH-19274](https://github.com/hashicorp/consul/issues/19274)]
* Upgrade OpenShift container images to use `ubi9-minimal:9.3` as the base image. [[GH-20014](https://github.com/hashicorp/consul/issues/20014)]
FEATURES:
IMPROVEMENTS:
* acl: Adds nomad client templated policy [[GH-19827](https://github.com/hashicorp/consul/issues/19827)]
* cli: Adds new subcommand `peering exported-services` to list services exported to a peer . Refer to the [CLI docs](https://developer.hashicorp.com/consul/commands/peering) for more information. [[GH-19821](https://github.com/hashicorp/consul/issues/19821)]
* connect: Remove usage of deprecated Envoy field `match_subject_alt_names` in favor of `match_typed_subject_alt_names`. [[GH-19954](https://github.com/hashicorp/consul/issues/19954)]
* connect: replace usage of deprecated Envoy field `envoy.config.router.v3.WeightedCluster.total_weight`. [[GH-20011](https://github.com/hashicorp/consul/issues/20011)]
* xds: Replace usage of deprecated Envoy field `envoy.config.cluster.v3.Cluster.http_protocol_options` [[GH-20010](https://github.com/hashicorp/consul/issues/20010)]
* xds: remove usages of deprecated Envoy fields: `envoy.config.cluster.v3.Cluster.http2_protocol_options`, `envoy.config.bootstrap.v3.Admin.access_log_path` [[GH-19940](https://github.com/hashicorp/consul/issues/19940)]
* xds: replace usage of deprecated Envoy field `envoy.extensions.filters.http.lua.v3.Lua.inline_code` [[GH-20012](https://github.com/hashicorp/consul/issues/20012)]
IMPROVEMENTS:
DEPRECATIONS:
* mesh: parse the proxy-defaults protocol when write the config-entry to avoid parsing it when compiling the discovery chain. [[GH-19829](https://github.com/hashicorp/consul/issues/19829)]
* wan-federation: use a hash to diff config entries when replicating in the secondary DC to avoid unnecessary writes.. [[GH-19795](https://github.com/hashicorp/consul/issues/19795)]
* Replaces UI Side Nav with Helios Design System Side Nav. Adds dc/partition/namespace searching in Side Nav. [[GH-19342](https://github.com/hashicorp/consul/issues/19342)]
* acl: add api-gateway templated policy [[GH-19728](https://github.com/hashicorp/consul/issues/19728)]
* acl: add templated policy descriptions [[GH-19735](https://github.com/hashicorp/consul/issues/19735)]
* api: Add support for listing ACL tokens by service name when using templated policies. [[GH-19666](https://github.com/hashicorp/consul/issues/19666)]
* cli: stop simultaneous usage of -templated-policy and -templated-policy-file when creating a role or token. [[GH-19389](https://github.com/hashicorp/consul/issues/19389)]
* cloud: push additional server TLS metadata to HCP [[GH-19682](https://github.com/hashicorp/consul/issues/19682)]
* connect: Default `stats_flush_interval` to 60 seconds when using the Consul Telemetry Collector, unless custom stats sink are present or an explicit flush interval is configured. [[GH-19663](https://github.com/hashicorp/consul/issues/19663)]
* metrics: increment consul.client.rpc.failed if RPC fails because no servers are accessible [[GH-19721](https://github.com/hashicorp/consul/issues/19721)]
* metrics: modify consul.client.rpc metric to exclude internal retries for consistency with consul.client.rpc.exceeded and consul.client.rpc.failed [[GH-19721](https://github.com/hashicorp/consul/issues/19721)]
* ui: move nspace and partitions requests into their selector menus [[GH-19594](https://github.com/hashicorp/consul/issues/19594)]
* cli: Deprecate the `-admin-access-log-path` flag from `consul connect envoy` command in favor of: `-admin-access-log-config`. [[GH-19943](https://github.com/hashicorp/consul/issues/19943)]
BUG FIXES:
* CLI: fix a panic when deleting a non existing policy by name. [[GH-19679](https://github.com/hashicorp/consul/issues/19679)]
* Mesh Gateways: Fix a bug where replicated and peered mesh gateways with hostname-based WAN addresses fail to initialize. [[GH-19268](https://github.com/hashicorp/consul/issues/19268)]
* ca: Fix bug with Vault CA provider where renewing a retracted token would cause retries in a tight loop, degrading performance. [[GH-19285](https://github.com/hashicorp/consul/issues/19285)]
* ca: Fix bug with Vault CA provider where token renewal goroutines could leak if CA failed to initialize. [[GH-19285](https://github.com/hashicorp/consul/issues/19285)]
* connect: Solves an issue where two upstream services with the same name in different namespaces were not getting routed to correctly by API Gateways. [[GH-19860](https://github.com/hashicorp/consul/issues/19860)]
* federation: **(Enterprise Only)** Fixed an issue where namespace reconciliation could result into the secondary having dangling instances of namespaces marked for deletion
* ui: clear peer on home logo link [[GH-19549](https://github.com/hashicorp/consul/issues/19549)]
* ui: fix being able to view peered services from non-default namespaces [[GH-19586](https://github.com/hashicorp/consul/issues/19586)]
* ui: stop manually reconciling services if peering is enabled [[GH-19907](https://github.com/hashicorp/consul/issues/19907)]
* wan-federation: Fix a bug where servers wan-federated through mesh-gateways could crash due to overlapping LAN IP addresses. [[GH-19503](https://github.com/hashicorp/consul/issues/19503)]
* xds: Add configurable `xds_fetch_timeout_ms` option to proxy registrations that allows users to prevent endpoints from dropping when they have proxies with a large number of upstreams. [[GH-19871](https://github.com/hashicorp/consul/issues/19871)]
* xds: ensure child resources are re-sent to Envoy when the parent is updated even if the child already has pending updates. [[GH-19866](https://github.com/hashicorp/consul/issues/19866)]
* prepared-query: (Enterprise-only) Fix issue where sameness-group failover targets to peers would attempt to query data from the default partition, rather than the sameness-group's partition always.
* ui: update token list on Role details page to show only linked tokens [[GH-19912](https://github.com/hashicorp/consul/issues/19912)]
]]></releaseNotes>
<summary>Consul is a tool for service discovery, monitoring and configuration.</summary>
Expand Down
2 changes: 1 addition & 1 deletion stripe-cli/stripe-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>stripe-cli</id>
<version>1.19.1</version>
<version>1.19.2</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/stripe-cli</packageSourceUrl>
<owners>flcdrg</owners>
<title>Stripe CLI</title>
Expand Down

0 comments on commit fe379a0

Please sign in to comment.