[ANNOUNCEMENT] Cordova Android 13.0.0 Release

2024-05-23 Thread Bryan Ellis
We have just released an update to our android platform!

- cordova-android@13.0.0

You can view the release blog post at
https://cordova.apache.org/announcements/2024/05/23/cordova-android-13.0.0.html


Re: [VOTE] Cordova-Android 13.0.0 Release

2024-05-23 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Positive Non-Binding Votes: 1

Alexandre Alves

The vote has passed.


On Mon, May 20, 2024 at 3:26 PM Niklas Merz  wrote:

> I vote +1
>
> * signature & hash ok
> * tag ok
> * licenses ok
> * headers ok
> * tests pass on my machine
> * build runs on my machine
>
> On May 17, 2024, alexandre alves  wrote:
> > I vote +1:
> >
> > - Ran NPM Test on Windows with NodeJS 18
> > - Verified Archive
> > - Verified Tags
> > - NPM Audit is OK
> > - Build and ran a production app with no issues
> >
> > Alexandre Alves
> > 
> > From: Norman Breau 
> > Sent: Wednesday, May 15, 2024 1:35:08 PM
> > To: dev@cordova.apache.org 
> > Subject: Re: [VOTE] Cordova-Android 13.0.0 Release
> >
> > I vote +1:
> >
> > - Ran NPM Test on Linux/Fedora with NodeJS 20
> > - Ran NPM Test on MacOS with NodeJS 20
> > - Verified Archive
> > - Verified Tags
> > - NPM Audit is good
> >
> > On 2024-05-15 08:01, Bryan Ellis wrote:
> > > Please review and vote on this Cordova-Android Release v13.0.0
> > > by replying to this email (and keep discussion on the DISCUSS
> > thread)
> > >
> > > The archive has been published to dist/dev:
> > >
> > > https://dist.apache.org/repos/dist/dev/cordova/android-v13.0.0
> > >
> > > The package was published from its corresponding git tag:
> > >
> > > cordova-android: 13.0.0 (2143045d4e)
> > >
> > > Note that you can test it out via:
> > >
> > > cordova platform add https://github.com/apache/cordova-
> > android#13.0.0
> > >
> > > Upon a successful vote I will upload the archive to dist/, publish
> > it to
> > > npm, and post the blog post.
> > >
> > > Voting guidelines:
> > > https://github.com/apache/cordova-coho/blob/master/docs/release-
> > voting.md
> > >
> > > Voting will go on for a minimum of 48 hours.
> > >
> > > ===
> > >
> > > I vote +1:
> > >
> > > * Ran coho audit-license-headers over the relevant repos
> > > * Ran coho check-license to ensure all dependencies and
> > subdependencies
> > > have Apache-compatible licenses
> > > * Ensured continuous build was green when repo was tagged
> > > * NPM Audit
> > > * NPM Test
> > > * Ran `cordova build` test
> > > * Ran `cordova run` emulator test
> > > * Ran `cordova plugin add` test
> > >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org
>


[VOTE] Cordova-Android 13.0.0 Release

2024-05-15 Thread Bryan Ellis
Please review and vote on this Cordova-Android Release v13.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/android-v13.0.0

The package was published from its corresponding git tag:

cordova-android: 13.0.0 (2143045d4e)

Note that you can test it out via:

cordova platform add https://github.com/apache/cordova-android#13.0.0

Upon a successful vote I will upload the archive to dist/, publish it to
npm, and post the blog post.

Voting guidelines:
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

===

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies
have Apache-compatible licenses
* Ensured continuous build was green when repo was tagged
* NPM Audit
* NPM Test
* Ran `cordova build` test
* Ran `cordova run` emulator test
* Ran `cordova plugin add` test


[DISCUSS] cordova-android 13.0.0 Release

2024-05-13 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-android?

* cordova-android (13.0.0)

https://github.com/apache/cordova-android/compare/rel/12.0.1...master

Any additional outstanding changes to land?

If not, I will start the release process shortly


Re: [DISCUSS] cordova-plugin-device 2.2.0 Release

2024-05-13 Thread Bryan Ellis
This thread is closed and replaced with "[DISCUSS] cordova-plugin-device
3.0.0 Release" as there were no objections to target the next major release.


On Tue, May 7, 2024 at 10:29 PM julio cesar sanchez 
wrote:

> The breaking changes don’t really affect non deprecated platforms, so I
> don’t see a problem going with the major release directly.
>
> El El mar, 7 may 2024 a las 14:18, Bryan Ellis 
> escribió:
>
> > Are there any objections if we change the target release to a major
> > release?
> >
> > The main changes currently in the branch are:
> >
> > - Added bundled resources for privacy manifest in iOS.
> > - Fixed electron to use the correct engine version 2.1.0 in package.json.
> >
> > Would the corrected engine version necessitate a minor release,
> considering
> > we typically don't backport changes? If it isn't necessary, I might not
> > find any reasons to object to proceeding with a major release.
> >
> >
> >
> > On Tue, May 7, 2024 at 7:01 PM julio cesar sanchez <
> jcesarmob...@gmail.com
> > >
> > wrote:
> >
> > > I have two pending PRs, but they are breaking (removing deprecated
> > > platforms and unused code), so if they get merged, the release would be
> > > 3.0.0. not 2.2.0
> > >
> > > El mar, 7 may 2024 a las 7:17, Bryan Ellis ()
> > escribió:
> > >
> > > > Does anyone have any reason to delay a release for
> > cordova-plugin-device?
> > > >
> > > > * cordova-plugin-device (2.2.0)
> > > >
> > > >
> > >
> >
> https://github.com/apache/cordova-plugin-device/compare/rel/2.1.0...master
> > > >
> > > > Any additional outstanding changes to land?
> > > >
> > > > If not, I will start the release process shortly
> > > >
> > >
> >
>


[DISCUSS] cordova-plugin-device 3.0.0 Release

2024-05-13 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-plugin-device?

* cordova-plugin-device (3.0.0)

https://github.com/apache/cordova-plugin-device/compare/rel/2.1.0...master

Any additional outstanding changes to land?

If not, I will start the release process shortly


Re: [DISCUSS] cordova-plugin-device 2.2.0 Release

2024-05-07 Thread Bryan Ellis
Are there any objections if we change the target release to a major release?

The main changes currently in the branch are:

- Added bundled resources for privacy manifest in iOS.
- Fixed electron to use the correct engine version 2.1.0 in package.json.

Would the corrected engine version necessitate a minor release, considering
we typically don't backport changes? If it isn't necessary, I might not
find any reasons to object to proceeding with a major release.



On Tue, May 7, 2024 at 7:01 PM julio cesar sanchez 
wrote:

> I have two pending PRs, but they are breaking (removing deprecated
> platforms and unused code), so if they get merged, the release would be
> 3.0.0. not 2.2.0
>
> El mar, 7 may 2024 a las 7:17, Bryan Ellis () escribió:
>
> > Does anyone have any reason to delay a release for cordova-plugin-device?
> >
> > * cordova-plugin-device (2.2.0)
> >
> >
> https://github.com/apache/cordova-plugin-device/compare/rel/2.1.0...master
> >
> > Any additional outstanding changes to land?
> >
> > If not, I will start the release process shortly
> >
>


[DISCUSS] cordova-plugin-file 8.1.0 Release

2024-05-06 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-plugin-file?

* cordova-plugin-file (8.1.0)

https://github.com/apache/cordova-plugin-file/compare/rel/8.0.0...master

Any additional outstanding changes to land?

If not, I will start the release process shortly


[DISCUSS] cordova-plugin-device 2.2.0 Release

2024-05-06 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-plugin-device?

* cordova-plugin-device (2.2.0)

https://github.com/apache/cordova-plugin-device/compare/rel/2.1.0...master

Any additional outstanding changes to land?

If not, I will start the release process shortly


[ANNOUNCEMENT] Cordova iOS 7.1.0 Release

2024-04-03 Thread Bryan Ellis
We have just released an update to our Cordova iOS platform!

- cordova-ios@7.1.0

You can view the release blog post at
https://cordova.apache.org/announcements/2024/04/03/cordova-ios-7.1.0.html


Re: [VOTE] Cordova-iOS 7.1.0 Release

2024-04-02 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 4

Bryan Ellis
Ken Naito
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.




On Wed, Apr 3, 2024 at 12:39 AM Niklas Merz  wrote:

> I vote +1
>
> - signature & hash ok
> - tag ok
> - npm audit ok
>
> On April 2, 2024, Norman Breau  wrote:
> > I vote +1:
> >
> > - Ran unit tests
> > - Verified Archive
> > - Verified Tags
> > - NPM Audit is good
> >
> > On 2024-04-01 1:17 a.m., Bryan Ellis wrote:
> > > Please review and vote on this Cordova-iOS Release v7.1.0
> > > by replying to this email (and keep discussion on the DISCUSS
> > thread)
> > >
> > > The archive has been published to dist/dev:
> > >
> > > https://dist.apache.org/repos/dist/dev/cordova/ios-v7.1.0
> > >
> > > The package was published from its corresponding git tag:
> > >
> > > cordova-ios: 7.1.0 (64c3051d2b)
> > >
> > > Note that you can test it out via:
> > >
> > > cordova platform add https://github.com/apache/cordova-ios#7.1.0
> > >
> > > Upon a successful vote I will upload the archive to dist/, publish
> > it to
> > > npm, and post the blog post.
> > >
> > > Voting guidelines:
> > > https://github.com/apache/cordova-coho/blob/master/docs/release-
> > voting.md
> > >
> > > Voting will go on for a minimum of 48 hours.
> > >
> > > =
> > >
> > > I vote +1:
> > >
> > > * Ran coho audit-license-headers over the relevant repos
> > > * Ran coho check-license to ensure all dependencies and
> > subdependencies
> > > have Apache-compatible licenses
> > > * Ensured continuous build was green when repo was tagged
> > > * NPM Audit
> > > * NPM Test
> > > * Ran `cordova build` test
> > > * Ran `cordova run` emulator test
> > > * Ran `cordova plugin add` test
> > >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org
>


[DISCUSS] cordova-ios 7.1.0 Release

2024-03-31 Thread Bryan Ellis
Voting thread has been submitted for:

* cordova-ios (7.1.0)

If anyone has any reason to block the release, please leave a reason why on
this discussion thread and leave your vote on the voting thread.

https://github.com/apache/cordova-ios/compare/rel/7.0.1...7.1.0


[VOTE] Cordova-iOS 7.1.0 Release

2024-03-31 Thread Bryan Ellis
Please review and vote on this Cordova-iOS Release v7.1.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/ios-v7.1.0

The package was published from its corresponding git tag:

cordova-ios: 7.1.0 (64c3051d2b)

Note that you can test it out via:

cordova platform add https://github.com/apache/cordova-ios#7.1.0

Upon a successful vote I will upload the archive to dist/, publish it to
npm, and post the blog post.

Voting guidelines:
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies
have Apache-compatible licenses
* Ensured continuous build was green when repo was tagged
* NPM Audit
* NPM Test
* Ran `cordova build` test
* Ran `cordova run` emulator test
* Ran `cordova plugin add` test


[ANNOUNCEMENT] Cordova ESLint 5.1.0 Release

2024-03-27 Thread Bryan Ellis
We have just released a minor update to our cordova eslint tool!
- cordova-eslint@5.1.0


Re: [VOTE] Cordova-ESLint 5.1.0 Release

2024-03-27 Thread Bryan Ellis
Correction

--

The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.


On Wed, Mar 27, 2024 at 9:28 PM Bryan Ellis  wrote:

> The vote has now closed. The results are:
>
> Positive Binding Votes: 3
>
> Bryan Ellis
> Norman Breau
>
> Negative Binding Votes: 0
>
> Other Votes: 0
>
> The vote has passed.
>
>
> On Tue, Mar 26, 2024 at 12:07 AM Niklas Merz 
> wrote:
>
>> I vote +1
>>
>> - signature & hash ok
>> - tests ok
>> - tag ok
>> - license looks ok
>> - npm audit ok
>>
>> On March 25, 2024, Norman Breau  wrote:
>> > I Vote +1:
>> >
>> > - Ran npm test
>> > - Ran npm audit
>> > - Verified Tags
>> > - Verified Archive
>> >
>> > On 2024-03-25 08:01, Bryan Ellis wrote:
>> > > Please review and vote on this Cordova ESLint Release v5.1.0
>> > > by replying to this email (and keep discussion on the DISCUSS
>> > thread)
>> > >
>> > > The archive has been published to dist/dev:
>> > > https://dist.apache.org/repos/dist/dev/cordova/eslint-v5.1.0
>> > >
>> > > The package was published from its corresponding git tag:
>> > > cordova-eslint: 5.1.0 (ade608ad20)
>> > >
>> > > Upon a successful vote I will upload the archive to dist/, publish
>> > it to
>> > > npm, and post the blog post[?].
>> > >
>> > > Voting guidelines:
>> > > https://github.com/apache/cordova-coho/blob/master/docs/release-
>> > voting.md
>> > >
>> > > Voting will go on for a minimum of 48 hours.
>> > >
>> > > 
>> > >
>> > > I vote +1:
>> > > * Ran coho audit-license-headers over the relevant repos
>> > > * Ran coho check-license to ensure all dependencies and
>> > subdependencies
>> > > have Apache-compatible licenses
>> > > * Ensured continuous build was green when repo was tagged
>> > > * NPM Audit
>> > > * NPM Test
>> > >
>> >
>> > -
>> > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> > For additional commands, e-mail: dev-h...@cordova.apache.org
>>
>


Re: [VOTE] Cordova-ESLint 5.1.0 Release

2024-03-27 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.


On Tue, Mar 26, 2024 at 12:07 AM Niklas Merz  wrote:

> I vote +1
>
> - signature & hash ok
> - tests ok
> - tag ok
> - license looks ok
> - npm audit ok
>
> On March 25, 2024, Norman Breau  wrote:
> > I Vote +1:
> >
> > - Ran npm test
> > - Ran npm audit
> > - Verified Tags
> > - Verified Archive
> >
> > On 2024-03-25 08:01, Bryan Ellis wrote:
> > > Please review and vote on this Cordova ESLint Release v5.1.0
> > > by replying to this email (and keep discussion on the DISCUSS
> > thread)
> > >
> > > The archive has been published to dist/dev:
> > > https://dist.apache.org/repos/dist/dev/cordova/eslint-v5.1.0
> > >
> > > The package was published from its corresponding git tag:
> > > cordova-eslint: 5.1.0 (ade608ad20)
> > >
> > > Upon a successful vote I will upload the archive to dist/, publish
> > it to
> > > npm, and post the blog post[?].
> > >
> > > Voting guidelines:
> > > https://github.com/apache/cordova-coho/blob/master/docs/release-
> > voting.md
> > >
> > > Voting will go on for a minimum of 48 hours.
> > >
> > > 
> > >
> > > I vote +1:
> > > * Ran coho audit-license-headers over the relevant repos
> > > * Ran coho check-license to ensure all dependencies and
> > subdependencies
> > > have Apache-compatible licenses
> > > * Ensured continuous build was green when repo was tagged
> > > * NPM Audit
> > > * NPM Test
> > >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org
>


[VOTE] Cordova-ESLint 5.1.0 Release

2024-03-25 Thread Bryan Ellis
Please review and vote on this Cordova ESLint Release v5.1.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:
https://dist.apache.org/repos/dist/dev/cordova/eslint-v5.1.0

The package was published from its corresponding git tag:
cordova-eslint: 5.1.0 (ade608ad20)

Upon a successful vote I will upload the archive to dist/, publish it to
npm, and post the blog post[?].

Voting guidelines:
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.



I vote +1:
* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies
have Apache-compatible licenses
* Ensured continuous build was green when repo was tagged
* NPM Audit
* NPM Test


March 2024 Board Report

2024-03-11 Thread Bryan Ellis
I have posted the draft PR for this quarter's report.

https://github.com/apache/cordova-apache-board-reports/pull/21

Let me know if there is anything you would like to add/change either here
or on the PR.

- Bryan


[ANNOUNCEMENT] Cordova Electron 4.0.0 Release

2024-03-11 Thread Bryan Ellis
We have just released an update to our electron platform!

- cordova-electron@4.0.0

You can view the release blog post at
https://cordova.apache.org/announcements/2024/03/11/cordova-electron-release-4.0.0.html


Re: [VOTE] Cordova-Electron 4.0.0 Release

2024-03-11 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 4

Bryan Ellis
Niklas Merz
Jesse MacFadyen
Ken Naito

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.

On Mon, Mar 11, 2024 at 2:10 PM Jesse  wrote:

> +1
>
> - code review
> - built a new electron app
>
> On Sat, Mar 9, 2024 at 3:00 AM Niklas Merz  wrote:
>
> > I vote +1
> >
> > * signature ok
> > * hash ok
> > * new app builds with this platform on my system
> > * tag ok
> > * tests pass locally
> > * changes look good
> > * licenses & headers look ok
> >
> > On March 5, 2024, Erisu  wrote:
> > > Please review and vote on this Electron Release v4.0.0
> > > by replying to this email (and keep discussion on the DISCUSS thread)
> > >
> > > The archive has been published to dist/dev:
> > >  https://dist.apache.org/repos/dist/dev/cordova/electron-v4.0.0
> > >
> > >
> > > The package was published from its corresponding git tag:
> > >  cordova-electron: 4.0.0 (d2192b20dc)
> > >
> > >
> > > Note that you can test it out via:
> > >  cordova platform add https://github.com/apache/cordova-electron#4.0.0
> > >
> > >
> > > Upon a successful vote I will upload the archive to dist/, publish it
> > > to npm, and post the blog post.
> > >
> > > Voting guidelines: https://github.com/apache/cordova-
> > > coho/blob/master/docs/release-voting.md
> > >
> > > Voting will go on for a minimum of 48 hours.
> > >
> > > —
> > >
> > > I vote +1:
> > >
> > > * Ran `coho audit-license-headers` over the relevant repos
> > > * Ran `coho check-license` to ensure all dependencies and sub-
> > > dependencies have Apache-compatible licenses
> > > * Ensured the `npm audit` report was sufficient for release
> > > * Ensured continuous build was green when repo was tagged
> > > * Ran `npm test`
> > > * Ran following `cordova` test in sample project:
> > >  * `cordova platform add cordova-electron-4.0.0.tgz`
> > >  * `cordova plugin add`
> > >  * `cordova build electron`
> > >  * `cordova run electron —nobuild`
> > >
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > > For additional commands, e-mail: dev-h...@cordova.apache.org
> >
>


[VOTE] Cordova-Electron 4.0.0 Release

2024-03-05 Thread Bryan Ellis
Please review and vote on this Electron Release v4.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:
https://dist.apache.org/repos/dist/dev/cordova/electron-v4.0.0


The package was published from its corresponding git tag:
cordova-electron: 4.0.0 (d2192b20dc)


Note that you can test it out via:
cordova platform add https://github.com/apache/cordova-electron#4.0.0


Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

—

I vote +1:

* Ran `coho audit-license-headers` over the relevant repos
* Ran `coho check-license` to ensure all dependencies and sub-dependencies have 
Apache-compatible licenses
* Ensured the `npm audit` report was sufficient for release
* Ensured continuous build was green when repo was tagged
* Ran `npm test`
* Ran following `cordova` test in sample project:
  * `cordova platform add cordova-electron-4.0.0.tgz`
  * `cordova plugin add`
  * `cordova build electron`
  * `cordova run electron —nobuild`



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[DISCUSS] cordova-electron 4.0.0 Release

2024-03-01 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-electron?

* cordova-electron (4.0.0)

Any additional outstanding changes to land?

If not, I will start the release process shortly

https://github.com/apache/cordova-electron/compare/rel/3.1.0...master

[DISCUSS] Thoughts on Cordova Electron Roadmap

2024-01-18 Thread Bryan Ellis
Currently the main branch is pinned for next major release 4.0.0 and is quite 
outdated.

Looking at some options.

Release what is currently in the main branch. I believe you can test the 
current main branch by installing nightly. Again, nightly not recommend in 
production. It could be unstable, constantly changing, and has not been 
reviewed or voted on.
Update to the latest Electron and then prepare a release. 
https://github.com/apache/cordova-electron/pull/263
Release multiple majors…

Follow up with last two options..

There is a lot of breaking changes between our last release, what’s in our main 
branch, and what’s in the latest release Electron.

To sum up some of the main breaking points:

Our current release version uses Electron is 14.2.9
Our current main branch, nightly-4.0.0, has already bumped to 19.0.3

19.0
Removes of Linux IA32 Binary
20.0
Removes macOS 10.11 (El Capitan) and macOS 10.12 (Sierra)
23.0
Removes Windows 7, Windows 8, and Windows 8.1
25.0
Deprecated: 
protocol.{register,intercept}{Buffer,String,Stream,File,Http}Protocol - This is 
something we used to support custom scheme but there is a replacement.
27.0
Removes macOS 10.13 (High Sierra) and macOS 10.14 (Mojave)

There is plenty of other breaking changes (deprecation), but in terms of what 
APIs Cordova uses, its not an issue. You would need to investigate and resolve 
on your end if your using any of the APIs they deprecated.

Full Breaking Changes: https://www.electronjs.org/docs/latest/breaking-changes

I am leaning more towards a single release and just bump to the latest.  The 
main branch already contains the feature to allow custom Electron versions 
. The above PR #263 should 
support the use of older Electron versions, if people wish to use an older 
versions to build for older OS. The only downside I foresee would come from 
plugins if they choose to use a deprecated or new API.

Also does anyone develop/maintain plugins made for Cordova Electron? Using the 
plugin ecosystem that was introduced in version 2.0.0?

There was a bad pattern that was added accidentally. It doubled wrap the 
arguments that were passed to the native side. This multidimensional array is 
not needed and should be resolved.  As the fix would be breaking change I just 
wanted to hear what others think.

I did an npmjs search for the keyword cordova-electron and it yielded 37 
modules. 

Not all modules maybe be valid. 

Some didn’t appear to have a source folder for electron. 26 of them appear to 
be some variations of one plugin.

Since the number of plugins are small, and possibly still maintained, it might 
be best to make this change now.

Let me know if anyone has thoughts:

-> Merge in PR #263
-> Remove the accidental multidimensional array from plugin.
-> Include an upgrade for all the other dependencies
-> Release a single release with Electron bumped to its latest 28.x




Re: Nomination for a new chair for Apache Cordova

2023-12-21 Thread Bryan Ellis
Thank you, Jesse, for recommending me as the next Apache Cordova PMC Chair.

I also want to express my gratitude to everyone else who voted and entrusted me 
with this role.

I'm excited to continue contributing to this amazing project and to fulfill the 
responsibilities of the PMC Chair. Looking forward to achieving more releases 
and further developing the Apache Cordova project.

Bryan Ellis



> On Dec 8, 2023, at 16:20, Jesse  wrote:
> 
> Thank you all.
> It appears we have consensus (and PMC member votes).
> According to "How to change your PMC's Chair" I have prepared the
> resolution below that I will send in 24 hours.
> The change should be in effect if the Board approves it, at the next
> Board meeting on Dec 20, 2023
> 
> -
> # Change Cordova Chair
> 
> ## Resolution to change the chair of a project
> WHEREAS, the Board of Directors heretofore appointed Jesse MacFadyen
> (purplecabbage) to the office of Vice President, Apache Cordova, and
> 
> WHEREAS, the Board of Directors is in receipt of the resignation of
> Jesse MacFadyen from the office of Vice President, Apache Cordova, and
> 
> WHEREAS, the Project Management Committee of the Apache Cordova project
> has chosen by vote to recommend Bryan Ellis (erisu) as the successor to
> the post;
> 
> NOW, THEREFORE, BE IT RESOLVED, that Jesse MacFadyen is relieved and
> discharged from the duties and responsibilities of the office of Vice
> President, Apache Cordova, and
> 
> BE IT FURTHER RESOLVED, that Bryan Ellis be and hereby is appointed to
> the office of Vice President, Apache Cordova, to serve in accordance
> with and subject to the direction of the Board of Directors and the
> Bylaws of the Foundation until death, resignation, retirement, removal
> or disqualification, or until a successor is appointed.
> 
> On Tue, Dec 5, 2023 at 5:36 AM Shazron  wrote:
> 
>> +1 !
>> Bryan will be great.
>> Thank you Jesse for your service!
>> 
>> 
>> On 2 Dec 2023 at 8:17:57 AM, Tim Brust  wrote:
>> 
>>> +1
>>> 
>>> Bryan has been a great a team member and remains dedicated towards the
>>> development since years!
>>> 
>>> On Fri, Dec 1, 2023 at 5:36 PM Norman Breau  wrote:
>>> 
>>> +1
>>> 
>>> 
>>> On 2023-11-29 9:52 p.m., Jesse wrote:
>>> 
>>>> Hello friends! I have been the chair of Apache Cordova since around
>>> 
>>>> December of 2018, roughly 5 years. My duties of late have been mostly
>>> 
>>>> administrative: board reports, PMC management etc. Some of it is listed
>>> 
>>>> here in the README:
>>> 
>>> https://github.com/apache/cordova-apache-board-reports
>>> 
>>>> I think it is time for new leadership and I have decided to resign my
>>> 
>>>> duties as the Apache Cordova chair. I formally nominate Bryan Ellis as
>>> 
>>> the
>>> 
>>>> next chair.
>>> 
>>>> Bryan has been a consistently motivated contributor to the project and
>>> 
>>> has
>>> 
>>>> been diligently pushing through many of our releases over the last
>>> 
>>> several
>>> 
>>>> years.  I believe Bryan will be great in this new role and I will do my
>>> 
>>>> best to help him. Bryan is very familiar with and helps uphold 'The
>>> 
>>> Apache
>>> 
>>>> Way'
>>> 
>>>> (https://www.apache.org/foundation/how-it-works.html) and he will be a
>>> 
>>>> great liaison with the Board. I won't be far, I plan to remain in the
>>> 
>>>> community and will always be reachable, though I am going to be more
>>> 
>>>> focused on personal goals.   I am always available to answer questions
>>> 
>>> and
>>> 
>>>> help sort issues. Cheers,
>>> 
>>>>   Jesse
>>> 
>>>> 
>>> 
>>> 
>>> -
>>> 
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> 
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>> 
>>> 
>>> 
>>> 
>> 



Re: [VOTE] InAppBrowser plugin release 6.0.0

2023-11-21 Thread Bryan Ellis
I vote +1

* Confirmed sigs & hashes with `coho verify-archive` [1]
* Verified sha1s match tags with `coho verify-tags` [2]
* Re-created archives to ensure contents match release candidate [3]
* Verified existence for required Apache files : NOTICE & LICENSE
* Verified package.json & package-lock.json version dependencies
* Ran `npm cit` and confirm tests are passing


> On Nov 10, 2023, at 23:30, Norman Breau  wrote:
> 
> I vote +1:
> 
> - Ran NPM test
> - Ran NPM audit
> - Verified archive
> - Verified tags
> - Ran paramedic on android API 33
> 
> On 2023-11-10 6:42 a.m., Niklas Merz wrote:
>> Please review and vote on the release of this plugins release
>> by replying to this email (and keep discussion on the DISCUSS thread)
>> 
>> The plugins have been published to dist/dev:
>> https://dist.apache.org/repos/dist/dev/cordova/inappbrowser6/
>> 
>> The packages were published from their corresponding git tags:
>> cordova-plugin-inappbrowser: 6.0.0 (040d99779b)
>> 
>> Upon a successful vote I will upload the archives to dist/, upload them
>> to npm, and post the corresponding blog post.
>> 
>> Please also review the blog post: https://github.com/apache/cordova-
>> docs/pull/1340
>> 
>> Voting guidelines: https://github.com/apache/cordova-
>> coho/blob/master/docs/release-voting.md
>> How to vote on a plugins release at https://github.com/apache/cordova-
>> coho/blob/master/docs/plugins-release-process.md#voting
>> 
>> Voting will go on for a minimum of 48 hours.
>> 
>> I vote +1:
>> 
>> * dependencies up-to-date*
>> * Ran coho audit-license-headers over the relevant repos
>> * Ran coho check-license to ensure all dependencies and subdependencies
>> have Apache-compatible licenses
>> * licenses ok
>> * successfully run paramedic for Android and browser locally
>> * quick sample app runs as expected
>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[ANNOUNCEMENT] Cordova Plugin Releases - Nov. 5th

2023-11-05 Thread Bryan Ellis
We have just released an update to our plugins!

- cordova-plugin-file@8.0.1
- cordova-plugin-device-orientation@3.0.0
- cordova-plugin-statusbar@4.0.0
- cordova-plugin-screen-orientation@3.0.4


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-plugin-statusbar 4.0.0 Release

2023-11-05 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On Oct 29, 2023, at 2:00, Niklas Merz  wrote:
> 
> I vote +1
> 
> * signature & hash ok
> * tag ok
> * no npm audit issues
> * android app builds
> * no license issues with coho check-license
> * license headers ok
> 
> On October 27, 2023, Norman Breau  wrote:
>> I vote +1
>> 
>> - Verified Archive
>> - Verified Tags
>> - Ran NPM Audit
>> - Ran NPM test
>> - Ran Android paramedic tests
>> 
>> On 2023-10-27 8:06 a.m., Bryan Ellis wrote:
>>> Minor Correction:
>>> 
>>> To add the plugin for testing use:
>>> 
>>> cordova plugin add https://github.com/apache/cordova-plugin-
>> statusbar#4.0.0
>>> 
>>> The previous message had the wrong tag information. The rest of the
>> information is correct and the vote does not need to be terminated.
>>> 
>>> 
>>> 
>>>> On Oct 27, 2023, at 19:26, Bryan Ellis  wrote:
>>>> 
>>>> Please review and vote on this cordova-plugin-statusbar Release
>> v4.0.0
>>>> by replying to this email (and keep discussion on the DISCUSS
>> thread)
>>>> 
>>>> The archive has been published to dist/dev:
>>>> 
>>>> https://dist.apache.org/repos/dist/dev/cordova/statusbar-v4.0.0
>>>> 
>>>> The package was published from its corresponding git tag:
>>>> 
>>>> cordova-plugin-statusbar: 4.0.0 (8b9ec7a546)
>>>> 
>>>> Note that you can test it out via:
>>>> 
>>>> cordova plugin add https://github.com/apache/cordova-plugin-
>> statusbar#3.0.0
>>>> 
>>>> Upon a successful vote I will upload the archive to dist/, publish
>> it to npm, and post the blog post.
>>>> 
>>>> Voting guidelines: https://github.com/apache/cordova-
>> coho/blob/master/docs/release-voting.md
>>>> 
>>>> Voting will go on for a minimum of 48 hours.
>>>> 
>>>> =
>>>> 
>>>> I vote +1:
>>>> 
>>>> * Ran coho audit-license-headers over the relevant repos
>>>> * Ran coho check-license to ensure all dependencies and
>> subdependencies have Apache-compatible licenses
>>>> * NPM audit found 0 vulnerabilities
>>>> * NPM Test
>>>> * Ran `cordova build` test
>>>> * Ran `cordova run` emulators (iOS & Android)
>>>> * Ran `cordova plugin add` test
>>>> 
>>> 
>>> 
>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-plugin-device-orientation 3.0.0 Release

2023-11-05 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Niklas Merz
Norman Breau

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On Oct 27, 2023, at 6:09, Norman Breau  wrote:
> 
> I vote +1
> 
> - Verified Archive
> - Verified Tags
> - Ran NPM Audit
> * Severity: moderate
> semver vulnerable to Regular Expression Denial of Service - 
> https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
> - Ran NPM test
> - Ran Android paramedic tests
> 
> The found moderate vulnerability is a devDependency and I don't consider this 
> a blocker.
> 
> On 2023-10-27 5:23 a.m., Bryan Ellis wrote:
>> Please review and vote on this cordova-plugin-device-orientation Release 
>> v3.0.0
>> by replying to this email (and keep discussion on the DISCUSS thread)
>> 
>> The archive has been published to dist/dev:
>> 
>> https://dist.apache.org/repos/dist/dev/cordova/device-orientation-v3.0.0
>> 
>> The package was published from its corresponding git tag:
>> 
>> cordova-plugin-device-orientation: 3.0.0 (1612f79ab9)
>> 
>> Note that you can test it out via:
>> 
>> cordova plugin add 
>> https://github.com/apache/cordova-plugin-device-orientation#3.0.0
>> 
>> Upon a successful vote I will upload the archive to dist/, publish it to 
>> npm, and post the blog post.
>> 
>> Voting guidelines: 
>> https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
>> 
>> Voting will go on for a minimum of 48 hours.
>> 
>> =
>> 
>> I vote +1:
>> 
>> * Ran coho audit-license-headers over the relevant repos
>> * Ran coho check-license to ensure all dependencies and subdependencies have 
>> Apache-compatible licenses
>> * NPM audit
>>   * 1 moderate severity vulnerability found in developer dependency. 
>> Resolved in a minor release which can be released with next minor or major.
>> * NPM Test
>> * Ran `cordova build` test
>> * Ran `cordova run` emulators (iOS & Android)
>> * Ran `cordova plugin add` test
>> 
>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org
>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 



Re: [VOTE] cordova-plugin-screen-orientation 3.0.4 Release

2023-11-05 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On Oct 27, 2023, at 15:34, Niklas Merz  wrote:
> 
> I vote +1
> 
> * signature & hash ok
> * tag ok
> * npm audit ok as noted
> * android builds
> * changelog looks good
> 
> On October 27, 2023, Norman Breau  wrote:
>> I vote +1
>> 
>> - Verified Archive
>> - Verified Tags
>> - Ran NPM Audit
>> * Severity: moderate
>> semver vulnerable to Regular Expression Denial of Service - 
>> https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
>> - Ran NPM test
>> - Ran Android paramedic tests
>> 
>> The found moderate vulnerability is a devDependency and I don't
>> consider 
>> this a blocker.
>> 
>> On 2023-10-27 7:58 a.m., Bryan Ellis wrote:
>>> Please review and vote on this cordova-plugin-screen-orientation
>> Release v3.0.4
>>> by replying to this email (and keep discussion on the DISCUSS
>> thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>> https://dist.apache.org/repos/dist/dev/cordova/screen-orientation-
>> v3.0.4
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>> cordova-plugin-screen-orientation: 3.0.4 (b16cefcdf7)
>>> 
>>> Note that you can test it out via:
>>> 
>>> cordova plugin add https://github.com/apache/cordova-plugin-screen-
>> orientation#3.0.4
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish
>> it to npm, and post the blog post.
>>> 
>>> Voting guidelines: https://github.com/apache/cordova-
>> coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> =
>>> 
>>> I vote +1:
>>> 
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and
>> subdependencies have Apache-compatible licenses
>>> * NPM audit
>>> * 1 moderate severity vulnerability found in developer dependency.
>> Resolved in a minor release which can be released with next minor or
>> major.
>>> * NPM Test
>>> * Ran `cordova build` test
>>> * Ran `cordova run` emulators (iOS & Android)
>>> * Ran `cordova plugin add` test
>>> 
>>> 
>>> 
>>> 
>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-plugin-screen-orientation 3.0.4 Release

2023-11-05 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On Oct 27, 2023, at 15:34, Niklas Merz  wrote:
> 
> I vote +1
> 
> * signature & hash ok
> * tag ok
> * npm audit ok as noted
> * android builds
> * changelog looks good
> 
> On October 27, 2023, Norman Breau  wrote:
>> I vote +1
>> 
>> - Verified Archive
>> - Verified Tags
>> - Ran NPM Audit
>> * Severity: moderate
>> semver vulnerable to Regular Expression Denial of Service - 
>> https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
>> - Ran NPM test
>> - Ran Android paramedic tests
>> 
>> The found moderate vulnerability is a devDependency and I don't
>> consider 
>> this a blocker.
>> 
>> On 2023-10-27 7:58 a.m., Bryan Ellis wrote:
>>> Please review and vote on this cordova-plugin-screen-orientation
>> Release v3.0.4
>>> by replying to this email (and keep discussion on the DISCUSS
>> thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>> https://dist.apache.org/repos/dist/dev/cordova/screen-orientation-
>> v3.0.4
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>> cordova-plugin-screen-orientation: 3.0.4 (b16cefcdf7)
>>> 
>>> Note that you can test it out via:
>>> 
>>> cordova plugin add https://github.com/apache/cordova-plugin-screen-
>> orientation#3.0.4
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish
>> it to npm, and post the blog post.
>>> 
>>> Voting guidelines: https://github.com/apache/cordova-
>> coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> =
>>> 
>>> I vote +1:
>>> 
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and
>> subdependencies have Apache-compatible licenses
>>> * NPM audit
>>> * 1 moderate severity vulnerability found in developer dependency.
>> Resolved in a minor release which can be released with next minor or
>> major.
>>> * NPM Test
>>> * Ran `cordova build` test
>>> * Ran `cordova run` emulators (iOS & Android)
>>> * Ran `cordova plugin add` test
>>> 
>>> 
>>> 
>>> 
>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-plugin-statusbar 4.0.0 Release

2023-11-05 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On Oct 29, 2023, at 2:00, Niklas Merz  wrote:
> 
> I vote +1
> 
> * signature & hash ok
> * tag ok
> * no npm audit issues
> * android app builds
> * no license issues with coho check-license
> * license headers ok
> 
> On October 27, 2023, Norman Breau  wrote:
>> I vote +1
>> 
>> - Verified Archive
>> - Verified Tags
>> - Ran NPM Audit
>> - Ran NPM test
>> - Ran Android paramedic tests
>> 
>> On 2023-10-27 8:06 a.m., Bryan Ellis wrote:
>>> Minor Correction:
>>> 
>>> To add the plugin for testing use:
>>> 
>>> cordova plugin add https://github.com/apache/cordova-plugin-
>> statusbar#4.0.0
>>> 
>>> The previous message had the wrong tag information. The rest of the
>> information is correct and the vote does not need to be terminated.
>>> 
>>> 
>>> 
>>>> On Oct 27, 2023, at 19:26, Bryan Ellis  wrote:
>>>> 
>>>> Please review and vote on this cordova-plugin-statusbar Release
>> v4.0.0
>>>> by replying to this email (and keep discussion on the DISCUSS
>> thread)
>>>> 
>>>> The archive has been published to dist/dev:
>>>> 
>>>> https://dist.apache.org/repos/dist/dev/cordova/statusbar-v4.0.0
>>>> 
>>>> The package was published from its corresponding git tag:
>>>> 
>>>> cordova-plugin-statusbar: 4.0.0 (8b9ec7a546)
>>>> 
>>>> Note that you can test it out via:
>>>> 
>>>> cordova plugin add https://github.com/apache/cordova-plugin-
>> statusbar#3.0.0
>>>> 
>>>> Upon a successful vote I will upload the archive to dist/, publish
>> it to npm, and post the blog post.
>>>> 
>>>> Voting guidelines: https://github.com/apache/cordova-
>> coho/blob/master/docs/release-voting.md
>>>> 
>>>> Voting will go on for a minimum of 48 hours.
>>>> 
>>>> =
>>>> 
>>>> I vote +1:
>>>> 
>>>> * Ran coho audit-license-headers over the relevant repos
>>>> * Ran coho check-license to ensure all dependencies and
>> subdependencies have Apache-compatible licenses
>>>> * NPM audit found 0 vulnerabilities
>>>> * NPM Test
>>>> * Ran `cordova build` test
>>>> * Ran `cordova run` emulators (iOS & Android)
>>>> * Ran `cordova plugin add` test
>>>> 
>>> 
>>> 
>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-plugin-device-orientation 3.0.0 Release

2023-11-05 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Niklas Merz
Norman Breau

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On Oct 27, 2023, at 6:09, Norman Breau  wrote:
> 
> I vote +1
> 
> - Verified Archive
> - Verified Tags
> - Ran NPM Audit
> * Severity: moderate
> semver vulnerable to Regular Expression Denial of Service - 
> https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
> - Ran NPM test
> - Ran Android paramedic tests
> 
> The found moderate vulnerability is a devDependency and I don't consider this 
> a blocker.
> 
> On 2023-10-27 5:23 a.m., Bryan Ellis wrote:
>> Please review and vote on this cordova-plugin-device-orientation Release 
>> v3.0.0
>> by replying to this email (and keep discussion on the DISCUSS thread)
>> 
>> The archive has been published to dist/dev:
>> 
>> https://dist.apache.org/repos/dist/dev/cordova/device-orientation-v3.0.0
>> 
>> The package was published from its corresponding git tag:
>> 
>> cordova-plugin-device-orientation: 3.0.0 (1612f79ab9)
>> 
>> Note that you can test it out via:
>> 
>> cordova plugin add 
>> https://github.com/apache/cordova-plugin-device-orientation#3.0.0
>> 
>> Upon a successful vote I will upload the archive to dist/, publish it to 
>> npm, and post the blog post.
>> 
>> Voting guidelines: 
>> https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
>> 
>> Voting will go on for a minimum of 48 hours.
>> 
>> =
>> 
>> I vote +1:
>> 
>> * Ran coho audit-license-headers over the relevant repos
>> * Ran coho check-license to ensure all dependencies and subdependencies have 
>> Apache-compatible licenses
>> * NPM audit
>>   * 1 moderate severity vulnerability found in developer dependency. 
>> Resolved in a minor release which can be released with next minor or major.
>> * NPM Test
>> * Ran `cordova build` test
>> * Ran `cordova run` emulators (iOS & Android)
>> * Ran `cordova plugin add` test
>> 
>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org
>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 



Re: [VOTE] cordova-plugin-file 8.0.1 Release

2023-11-05 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Niklas Merz
Norman Breau

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.


> On Oct 27, 2023, at 6:06, Norman Breau  wrote:
> 
> I vote +1
> 
> - Verified Archive
> - Verified Tags
> - Ran NPM Audit
> * Severity: moderate
> semver vulnerable to Regular Expression Denial of Service - 
> https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
> - Ran NPM test
> - Ran Android paramedic tests
> 
> The found moderate vulnerability is a devDependency and I don't consider this 
> a blocker.
> 
> On 2023-10-27 5:16 a.m., Niklas Merz wrote:
>> I vote +1
>> 
>> * signature & hash ok
>> * tag ok
>> * test ok
>> * release notes look good
>> * license & headers ok
>> 
>> One small note:
>> Minor npm audit issue with "semver" should not affect users. We could
>> patch that for the next release.
>> 
>> 
>> On October 27, 2023, Erisu  wrote:
>>> Please review and vote on this cordova-plugin-file Release v8.0.1
>>> by replying to this email (and keep discussion on the DISCUSS thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>>  https://dist.apache.org/repos/dist/dev/cordova/file-v8.0.1
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>>  cordova-plugin-file: 8.0.1 (f2cfe300b6)
>>> 
>>> Note that you can test it out via:
>>> 
>>>  cordova plugin add https://github.com/apache/cordova-plugin-
>>> file#8.0.1
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish it
>>> to npm, and post the blog post.
>>> 
>>> Voting guidelines: https://github.com/apache/cordova-
>>> coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> =
>>> 
>>> I vote +1:
>>> 
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and
>>> subdependencies have Apache-compatible licenses
>>> * NPM audit
>>>  * 1 moderate severity vulnerability found in developer dependency.
>>> Resolved in a minor release which can be released with next minor or
>>> major.
>>> * NPM Test
>>> * Ran `cordova build` test
>>> * Ran `cordova run` emulators (iOS & Android)
>>> * Ran `cordova plugin add` test
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 



Re: Apple privacy manifest

2023-10-27 Thread Bryan Ellis
IMO, I think we should store the information in "package.json" and build up the 
data before injecting into plist.

I personally think we should avoid "edit-config" or "config-file" at all costs. 
It has always been error prone and a pain-point for us.

The structure below is just an idea. This structure can be added to both 
plugins' and app's "package.json".

==
{
  "cordova": {
"id": "cordova-plugin-statusbar",
"platforms": [
  "android",
  "ios"
],
"ios-privacy": {
  "NSPrivacyCollectedDataTypes": ["..."],
  "NSPrivacyAccessedAPITypes": ["..."],
  "NSPrivacyTracking": true
}
  }
}
==

During the "cordova prepare" step, we would extract all "ios-privacy" settings.

We would merge together all data sets.

Filter the "NSPrivacyCollectedDataTypes" and "NSPrivacyAccessedAPITypes" to 
extract out the unique items.

And if any one plugin or the app has defined "NSPrivacyTracking" as "true", it 
remains "true".

The reason we would allow the same structure to be defined in the app's 
"package.json" is so that app developers could manually review and define these 
values for the plugins that are unmaintained.


> On Oct 28, 2023, at 12:15, Darryl Pogue  wrote:
> 
> I looked into this a bit yesterday, and think there are a few ways we might
> be able to handle this (none of them ideal).
> 
> For background, Apple is requiring apps to include a xcprivacy plist file
> that has declarations about what privacy-impacting APIs they use (i.e.,
> APIs that could be used for fingerprinting) and what data sharing and
> tracking they do.
> For apps that consume 3rd party SDKs, Apple is making it possible for the
> SDK providers to embed their xcprivacy plist as part of a framework bundle.
> Apps that use the framework will inherit the privacy declarations of their
> SDK frameworks in addition to their own declarations.
> 
> Separately, but at the same time, Apple is introducing code signing to
> framework bundles to help app developers better trust that their frameworks
> came from trusted/consistent sources.
> 
> 
> What does this mean for Cordova?
> 
> 
> If we take the simplest interpretation: nothing. Cordova is not distributed
> as a framework or SDK bundle, it is source code that's included in the app
> (both CordovaLib and any installed plugins). Therefore, Cordova itself
> technically doesn't need to provide any privacy plists and it's up to the
> app developer to handle all the declarations based on how they're using
> Cordova.
> 
> However, that kinda sucks for app developers, who might not know if a
> particular plugin uses privacy-impacting APIs (such as NSUserDefaults, or
> file system access). The problem for us is that because plugins are not
> distributed as framework bundles, we cannot provide xcprivacy plist files
> for each plugin and rely on Apple automatically merging them.
> 
> 
> Suggestions for now
> ---
> 
> 1. Add a blank PrivacyInfo.xcprivacy plist file to the Cordova iOS template
> as a resource.
> 
> 2. Add a (mostly blank, but accurate) PrivacyInfo.xcprivacy plist file to
> CordovaLib as a resource, so that it's available for anyone consuming
> CordovaLib from Swift Package Manager or as a framework (unclear to me how
> this impacts Cocoapods...)
> 
> 3. I guess our best option right now is to have plugins that need to make
> declarations do so via  into the xcprivacy plist, which is
> going to be super prone to conflicts if multiple plugins need to add the
> same declarations :(
> 
> 
> I really don't like the idea of relying on edit-config/config-file
> injection behaviour to manage this plist, because it's almost guaranteed to
> cause conflict issues when adding/removing plugins, but I don't have better
> ideas at the moment. It doesn't seem feasible to change things such that
> each plugin ends up as a framework bundle, since that would be a major
> architectural change (although perhaps one that needs to happen?)
> 
> 
> If we have specific questions for Apple where we need clarification or
> recommendations, I can reach out to someone there and see if we can get any
> help.
> 
> ~Darryl
> 
> On Fri, Oct 27, 2023 at 8:28 AM Jesse  wrote:
> 
>> Has anyone looked at privacy manifests for iOS apps?
>> …
 As you may know, in June, Apple announced new features to help users
>> understand developers’ privacy and data collection and sharing practices.
>> These new features include privacy manifests and signatures, which we
>> encourage all third-party SDKs to adopt to provide transparency to users
>> and help secure the software supply chain. Third-party SDKs that impact
>> user privacy will be expected to include a privacy manifest and signature,
>> and starting in Spring 2024, new and updated apps that include these
>> third-party SDKs will need to include their manifest and signature to
>> submit to the App Store
>> 
>> 


-
To 

Re: [VOTE] cordova-plugin-statusbar 4.0.0 Release

2023-10-27 Thread Bryan Ellis
Minor Correction:

To add the plugin for testing use:

   cordova plugin add https://github.com/apache/cordova-plugin-statusbar#4.0.0

The previous message had the wrong tag information. The rest of the information 
is correct and the vote does not need to be terminated.



> On Oct 27, 2023, at 19:26, Bryan Ellis  wrote:
> 
> Please review and vote on this cordova-plugin-statusbar Release v4.0.0
> by replying to this email (and keep discussion on the DISCUSS thread)
> 
> The archive has been published to dist/dev:
> 
>https://dist.apache.org/repos/dist/dev/cordova/statusbar-v4.0.0
> 
> The package was published from its corresponding git tag:
> 
>cordova-plugin-statusbar: 4.0.0 (8b9ec7a546)
> 
> Note that you can test it out via:
> 
>cordova plugin add https://github.com/apache/cordova-plugin-statusbar#3.0.0
> 
> Upon a successful vote I will upload the archive to dist/, publish it to npm, 
> and post the blog post.
> 
> Voting guidelines: 
> https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
> 
> Voting will go on for a minimum of 48 hours.
> 
> =
> 
> I vote +1:
> 
> * Ran coho audit-license-headers over the relevant repos
> * Ran coho check-license to ensure all dependencies and subdependencies have 
> Apache-compatible licenses
> * NPM audit found 0 vulnerabilities
> * NPM Test
> * Ran `cordova build` test
> * Ran `cordova run` emulators (iOS & Android)
> * Ran `cordova plugin add` test
> 





[VOTE] cordova-plugin-screen-orientation 3.0.4 Release

2023-10-27 Thread Bryan Ellis
Please review and vote on this cordova-plugin-screen-orientation Release v3.0.4
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/screen-orientation-v3.0.4

The package was published from its corresponding git tag:

cordova-plugin-screen-orientation: 3.0.4 (b16cefcdf7)

Note that you can test it out via:

cordova plugin add 
https://github.com/apache/cordova-plugin-screen-orientation#3.0.4

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* NPM audit
   * 1 moderate severity vulnerability found in developer dependency. Resolved 
in a minor release which can be released with next minor or major.
* NPM Test
* Ran `cordova build` test
* Ran `cordova run` emulators (iOS & Android)
* Ran `cordova plugin add` test



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[VOTE] cordova-plugin-statusbar 4.0.0 Release

2023-10-27 Thread Bryan Ellis
Please review and vote on this cordova-plugin-statusbar Release v4.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/statusbar-v4.0.0

The package was published from its corresponding git tag:

cordova-plugin-statusbar: 4.0.0 (8b9ec7a546)

Note that you can test it out via:

cordova plugin add https://github.com/apache/cordova-plugin-statusbar#3.0.0

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* NPM audit found 0 vulnerabilities
* NPM Test
* Ran `cordova build` test
* Ran `cordova run` emulators (iOS & Android)
* Ran `cordova plugin add` test



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[VOTE] cordova-plugin-device-orientation 3.0.0 Release

2023-10-27 Thread Bryan Ellis
Please review and vote on this cordova-plugin-device-orientation Release v3.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/device-orientation-v3.0.0

The package was published from its corresponding git tag:

cordova-plugin-device-orientation: 3.0.0 (1612f79ab9)

Note that you can test it out via:

cordova plugin add 
https://github.com/apache/cordova-plugin-device-orientation#3.0.0

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* NPM audit
  * 1 moderate severity vulnerability found in developer dependency. Resolved 
in a minor release which can be released with next minor or major.
* NPM Test
* Ran `cordova build` test
* Ran `cordova run` emulators (iOS & Android)
* Ran `cordova plugin add` test



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[VOTE] cordova-plugin-file 8.0.1 Release

2023-10-26 Thread Bryan Ellis
Please review and vote on this cordova-plugin-file Release v8.0.1
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/file-v8.0.1

The package was published from its corresponding git tag:

cordova-plugin-file: 8.0.1 (f2cfe300b6)

Note that you can test it out via:

cordova plugin add https://github.com/apache/cordova-plugin-file#8.0.1

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* NPM audit
  * 1 moderate severity vulnerability found in developer dependency. Resolved 
in a minor release which can be released with next minor or major.
* NPM Test
* Ran `cordova build` test
* Ran `cordova run` emulators (iOS & Android)
* Ran `cordova plugin add` test
-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[DISCUSS] cordova-plugin-screen-orientation 3.0.4 Release

2023-10-24 Thread Bryan Ellis
Does anyone have any reason to delay a release for 
cordova-plugin-screen-orientation?

* cordova-plugin-screen-orientation (3.0.4)

Any additional outstanding changes to land?

If not, I will start the release process shortly


https://github.com/apache/cordova-plugin-screen-orientation/compare/rel/3.0.3...master



[DISCUSS] cordova-plugin-device-orientation 3.0.0 Release

2023-10-24 Thread Bryan Ellis
Does anyone have any reason to delay a release for 
cordova-plugin-device-orientation?

* cordova-plugin-device-orientation (3.0.0)

Any additional outstanding changes to land?

If not, I will start the release process shortly

https://github.com/apache/cordova-plugin-device-orientation/compare/rel/2.0.1...master



[DISCUSS] cordova-plugin-file 8.0.1 Release

2023-10-24 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-plugin-file?

* cordova-plugin-file (8.0.1)

Any additional outstanding changes to land?

If not, I will start the release process shortly

https://github.com/apache/cordova-plugin-file/compare/rel/8.0.0...master


Re: [VOTE] cordova-plugin-geolocation 5.0.0 Release

2023-09-21 Thread Bryan Ellis
+1

* Confirmed sigs & hashes with `coho verify-archive` [1]
* Verified sha1s match tags with `coho verify-tags` [2]
* Re-created archives to ensure contents match release candidate [3]
* Verified existence for required Apache files : NOTICE & LICENSE
* Ran `npm cit` and confirm tests are passing



> On Sep 20, 2023, at 1:11, Niklas Merz  wrote:
> 
> I vote +1
> 
> * signature & hash ok
> * npm audit green
> * tag ok
> * test ok locally
> * changes look good
> 
> On September 16, 2023, Norman Breau  wrote:
>> Please review and vote on the release of this plugins release
>> by replying to this email (and keep discussion on the DISCUSS thread)
>> 
>> The plugins have been published to dist/dev:
>> 
>> https://dist.apache.org/repos/dist/dev/cordova/cdv-plugin-geolocation-
>> 5.0.0/
>> 
>> The packages were published from their corresponding git tags:
>>  cordova-plugin-geolocation: 5.0.0 (8f05b8d31a)
>> 
>> Upon a successful vote I will upload the archives to dist/, upload
>> them 
>> to npm, and post the corresponding blog post.
>> 
>> Voting guidelines: 
>> https://github.com/apache/cordova-coho/blob/master/docs/release-
>> voting.md
>> How to vote on a plugins release at 
>> https://github.com/apache/cordova-coho/blob/master/docs/plugins-
>> release-process.md#voting
>> 
>> Voting will go on for a minimum of 48 hours.
>> 
>> I vote +1:
>> * Ran coho audit-license-headers over the relevant repos
>> * Ran coho check-license to ensure all dependencies and
>> subdependencies 
>> have Apache-compatible licenses
>> * Ensured continuous build was green when repos were tagged
>> - iOS fails because it hangs and times out on permission prompt, 
>> requires manual interaction.
>> * Verified Archive
>> * npm test
>> * npm audit
>> * Ran paramedic tests on Android successfully
>> * Ran paramedic tests on iOS successfully
>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org



[ANNOUNCEMENT] cordova-plugin-media 7.0.0 Release

2023-09-13 Thread Bryan Ellis
We have just released an update to our plugins!

- cordova-plugin-media@7.0.0

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-plugin-media 7.0.0 Release

2023-09-13 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Ken Naito

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On Sep 8, 2023, at 21:57, Norman Breau  wrote:
> 
> I vote +1:
> 
> - Ran NPM test
> - Verified Archive
> - Verified Tags
> 
> On 2023-09-07 8:18 a.m., Bryan Ellis wrote:
>> Please review and vote on this cordova-plugin-media Release v7.0.0
>> by replying to this email (and keep discussion on the DISCUSS thread)
>> 
>> The archive has been published to dist/dev:
>> 
>> https://dist.apache.org/repos/dist/dev/cordova/media-v7.0.0
>> 
>> The package was published from its corresponding git tag:
>> 
>> cordova-plugin-media: 7.0.0 (906184ef63)
>> 
>> Note that you can test it out via:
>> 
>> cordova plugin add https://github.com/apache/cordova-plugin-media#7.0.0
>> 
>> Upon a successful vote I will upload the archive to dist/, publish it to 
>> npm, and post the blog post.
>> 
>> Voting guidelines: 
>> https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
>> 
>> Voting will go on for a minimum of 48 hours.
>> 
>> =
>> 
>> I vote +1:
>> 
>> * Ran coho audit-license-headers over the relevant repos
>> * Ran coho check-license to ensure all dependencies and subdependencies have 
>> Apache-compatible licenses
>> * NPM Audit (found 0 vulnerabilities)
>> * NPM Test
>> * Ran `cordova build` test
>> * Ran `cordova run` emulator test (iOS & Android)
>> * Ran `cordova plugin add` test
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org
>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 



[ANNOUNCEMENT] cordova-plugin-file-transfer 2.0.0 Release

2023-09-13 Thread Bryan Ellis
We have just released an update to our plugins!

- cordova-plugin-file-transfer@2.0.0

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-plugin-file-transfer 2.0.0 Release

2023-09-13 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Ken Naito

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On Sep 8, 2023, at 22:01, Norman Breau  wrote:
> 
> I vote +1:
> 
> - Ran NPM Test
> - Verified Archive
> - Verified Tags
> 
> On 2023-09-08 9:39 a.m., Bryan Ellis wrote:
>> Please review and vote on this cordova-plugin-file-transfer Release v2.0.0
>> by replying to this email (and keep discussion on the DISCUSS thread)
>> 
>> The archive has been published to dist/dev:
>> 
>> https://dist.apache.org/repos/dist/dev/cordova/file-transfer-v2.0.0
>> 
>> The package was published from its corresponding git tag:
>> 
>> cordova-plugin-file-transfer: 2.0.0 (1acbcad972)
>> 
>> Note that you can test it out via:
>> 
>> cordova plugin add 
>> https://github.com/apache/cordova-plugin-file-transfer#2.0.0
>> 
>> Upon a successful vote I will upload the archive to dist/, publish it to 
>> npm, and post the blog post.
>> 
>> Voting guidelines: 
>> https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
>> 
>> Voting will go on for a minimum of 48 hours.
>> 
>> =
>> 
>> I vote +1:
>> 
>> * Ran coho audit-license-headers over the relevant repos
>> * Ran coho check-license to ensure all dependencies and subdependencies have 
>> Apache-compatible licenses
>> * NPM Audit (found 0 vulnerabilities)
>> * NPM Test
>> * Ran `cordova build` test
>> * Ran `cordova run` emulators (iOS & Android)
>> * Ran `cordova plugin add` test
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org
>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 



[ANNOUNCEMENT] cordova-plugin-camera 7.0.0 Release

2023-09-12 Thread Bryan Ellis
We have just released an update to our plugin!

- cordova-plugin-camera@7.0.0


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-plugin-camera 7.0.0 Release

2023-09-12 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 4

Bryan Ellis
Norman Breau
Tim Brust
Ken Naito

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On Sep 11, 2023, at 16:38, Tim Brust  wrote:
> 
> I vote +1:
> 
> - verified tags
> - verified archive
> - npm audit has no issues
> - no linting issues
> - changes look good
> 
> On Wed, Sep 6, 2023 at 1:36 PM Norman Breau  wrote:
> 
>> I vote +1:
>> 
>> - No NPM Audit issues
>> - Ran npm test on linux
>> - Ran dev version of the plugin against a real project
>> - Ran paramedic tests with API 24 simulator (pre-scoped storage test)
>> - Ran paramedic tests with API 32 simulator (scoped storage test)
>> - Ran paramedic tests with API 33 simulator (scoped storage test w/
>> granular permissions)
>> - Verified Archive
>> - Verified Tags
>> 
>> On 2023-09-06 5:44 a.m., Bryan Ellis wrote:
>>> Please review and vote on this cordova-plugin-camera Release v7.0.0
>>> by replying to this email (and keep discussion on the DISCUSS thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>> https://dist.apache.org/repos/dist/dev/cordova/camera-v7.0.0
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>> cordova-plugin-camera: 7.0.0 (24839eb71f)
>>> 
>>> Note that you can test it out via:
>>> 
>>> cordova plugin add
>> https://github.com/apache/cordova-plugin-camera#7.0.0
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish it to
>> npm, and post the blog post.
>>> 
>>> Voting guidelines:
>> https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> =
>>> 
>>> I vote +1:
>>> 
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and subdependencies
>> have Apache-compatible licenses
>>> * NPM Audit (found 0 vulnerabilities)
>>> * NPM Test
>>> * Ran `cordova build` test
>>> * Ran `cordova run` emulator test (iOS & Android)
>>> * Ran `cordova plugin add` test
>>> 
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org
>> 
>> 


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[VOTE] cordova-plugin-file-transfer 2.0.0 Release

2023-09-08 Thread Bryan Ellis
Please review and vote on this cordova-plugin-file-transfer Release v2.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/file-transfer-v2.0.0

The package was published from its corresponding git tag:

cordova-plugin-file-transfer: 2.0.0 (1acbcad972)

Note that you can test it out via:

cordova plugin add 
https://github.com/apache/cordova-plugin-file-transfer#2.0.0

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* NPM Audit (found 0 vulnerabilities)
* NPM Test
* Ran `cordova build` test
* Ran `cordova run` emulators (iOS & Android)
* Ran `cordova plugin add` test
-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[VOTE] cordova-plugin-media 7.0.0 Release

2023-09-07 Thread Bryan Ellis
Please review and vote on this cordova-plugin-media Release v7.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/media-v7.0.0

The package was published from its corresponding git tag:

cordova-plugin-media: 7.0.0 (906184ef63)

Note that you can test it out via:

cordova plugin add https://github.com/apache/cordova-plugin-media#7.0.0

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* NPM Audit (found 0 vulnerabilities)
* NPM Test
* Ran `cordova build` test
* Ran `cordova run` emulator test (iOS & Android)
* Ran `cordova plugin add` test
-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[VOTE] cordova-plugin-camera 7.0.0 Release

2023-09-06 Thread Bryan Ellis
Please review and vote on this cordova-plugin-camera Release v7.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/camera-v7.0.0

The package was published from its corresponding git tag:

cordova-plugin-camera: 7.0.0 (24839eb71f)

Note that you can test it out via:

cordova plugin add https://github.com/apache/cordova-plugin-camera#7.0.0

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* NPM Audit (found 0 vulnerabilities)
* NPM Test
* Ran `cordova build` test
* Ran `cordova run` emulator test (iOS & Android)
* Ran `cordova plugin add` test



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[ANNOUNCEMENT] Cordova iOS 7.0.1 Release

2023-09-06 Thread Bryan Ellis
We have just released an update to our Cordova iOS platform!

- cordova-ios@7.0.1

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] Cordova-iOS 7.0.1 Release

2023-09-06 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Positive Non-Binding Votes: 1

Alexandre Alves

Negative Non-Binding Votes: 0

The vote has passed.



> On Sep 4, 2023, at 21:39, Niklas Merz  wrote:
> 
> I vote +1:
> 
> * signature & hash ok
> * tag ok
> * npm audit fine as Norman noted
> * changes look good for patch
> * tests good (as far as testing on Linux is possible)
> 
> On September 3, 2023, Norman Breau  wrote:
>> I vote +1:
>> 
>> - Ran NPM Audit:
>>Moderate vulnerability in semver, in a dev dependency which could 
>> result in DoS.
>>I don't consider this a blocker, and can be corrected in the next 
>> release.
>> - Verified Tags
>> - Verified Archive
>> 
>> On 2023-09-03 8:47 a.m., Bryan Ellis wrote:
>>> Please review and vote on this Cordova-iOS Release v7.0.1
>>> by replying to this email (and keep discussion on the DISCUSS
>> thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>> https://dist.apache.org/repos/dist/dev/cordova/ios-v7.0.1
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>> cordova-ios: 7.0.1 (a34bbf7887)
>>> 
>>> Note that you can test it out via:
>>> 
>>> cordova platform add https://github.com/apache/cordova-ios#7.0.1
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish
>> it to npm, and post the blog post.
>>> 
>>> Voting guidelines: https://github.com/apache/cordova-
>> coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> =
>>> 
>>> I vote +1:
>>> 
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and
>> subdependencies have Apache-compatible licenses
>>> * Ensured continuous build was green when repo was tagged
>>> * NPM Audit
>>> * 1 moderate severity vulnerability detected in a dev dependency but
>> is unrelated to the production release
>>> * NPM Test
>>> * Ran `cordova build` test
>>> * Ran `cordova run` emulator test
>>> * Ran `cordova plugin add` test
>>> 
>>> 
>>> 
>>> 
>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org



[DISCUSS] cordova-plugin-media 7.0.0 Release

2023-09-04 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-plugin-media?

* cordova-plugin-media (7.0.0)

Any additional outstanding changes to land?

If not, I will start the release process shortly

https://github.com/apache/cordova-plugin-media/compare/rel/6.1.0...master



[DISCUSS] cordova-plugin-file-transfer 2.0.0 Release

2023-09-04 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-plugin-file-transfer?

* cordova-plugin-file-transfer (2.0.0)

Any additional outstanding changes to land?

If not, I will start the release process shortly

https://github.com/apache/cordova-plugin-file-transfer/compare/rel/1.7.1...master



[DISCUSS] cordova-plugin-camera 7.0.0 Release

2023-09-04 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-plugin-camera?

* cordova-plugin-camera (7.0.0)

Any additional outstanding changes to land?

If not, I will start the release process shortly

https://github.com/apache/cordova-plugin-camera/compare/rel/6.0.0...master




[VOTE] Cordova-iOS 7.0.1 Release

2023-09-03 Thread Bryan Ellis
Please review and vote on this Cordova-iOS Release v7.0.1
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/ios-v7.0.1

The package was published from its corresponding git tag:

cordova-ios: 7.0.1 (a34bbf7887)

Note that you can test it out via:

cordova platform add https://github.com/apache/cordova-ios#7.0.1

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* Ensured continuous build was green when repo was tagged
* NPM Audit
  * 1 moderate severity vulnerability detected in a dev dependency but is 
unrelated to the production release
* NPM Test
* Ran `cordova build` test
* Ran `cordova run` emulator test
* Ran `cordova plugin add` test



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[DISCUSS] cordova-ios 7.0.1 Release

2023-08-31 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-ios?

* cordova-ios (7.0.1)

Any additional outstanding changes to land?

If not, I will start the release process shortly

https://github.com/apache/cordova-ios/compare/rel/7.0.0...master




[ANNOUNCEMENT] Cordova Android 12.0.1 Release

2023-08-27 Thread Bryan Ellis
We have just released an update to our android platform!

- cordova-android@12.0.1

You can view the release blog post at 
https://cordova.apache.org/announcements/2023/08/28/cordova-android-12.0.1.html



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] Cordova-Android 12.0.1 Release

2023-08-27 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On Aug 25, 2023, at 19:17, Niklas Merz  wrote:
> 
> I vote +1
> 
> * signature & hash ok
> * no audit issues
> * tag ok
> * changes look good
> 
> On August 23, 2023, Norman Breau  wrote:
>> I vote +1:
>> 
>> * Verified Archive
>> * Verified Tags
>> * Test passes on linux
>> * No NPM Audit issues
>> 
>> On 2023-08-23 6:49 a.m., Bryan Ellis wrote:
>>> Please review and vote on this Cordova-Android Release v12.0.1
>>> by replying to this email (and keep discussion on the DISCUSS
>> thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>> https://dist.apache.org/repos/dist/dev/cordova/android-v12.0.1
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>> cordova-android: 12.0.1 (0c805a0a8e)
>>> 
>>> Note that you can test it out via:
>>> 
>>> cordova platform add https://github.com/apache/cordova-
>> android#12.0.1
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish
>> it to npm, and post the blog post.
>>> 
>>> Voting guidelines: https://github.com/apache/cordova-
>> coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> -
>>> 
>>> I vote +1:
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and
>> subdependencies have Apache-compatible licenses
>>> * Ensured continuous build was green when repo was tagged
>>> * NPM Audit
>>> * NPM Test (Executed Individual Steps in Order)
>>> * npm run lint
>>> * npm run unit-test
>>> * npm run e2e-tests
>>> * npm run java-unit-tests
>>> * Ran `cordova build` test
>>> * Ran `cordova run` emulator test
>>> * Ran `cordova plugin add` test
>>> 
>>> 
>>> 
>>> 
>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[VOTE] Cordova-Android 12.0.1 Release

2023-08-23 Thread Bryan Ellis
Please review and vote on this Cordova-Android Release v12.0.1
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/android-v12.0.1

The package was published from its corresponding git tag:

cordova-android: 12.0.1 (0c805a0a8e)

Note that you can test it out via:

cordova platform add https://github.com/apache/cordova-android#12.0.1

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

-

I vote +1:
* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* Ensured continuous build was green when repo was tagged
* NPM Audit
* NPM Test (Executed Individual Steps in Order)
  * npm run lint
  * npm run unit-test
  * npm run e2e-tests
  * npm run java-unit-tests
* Ran `cordova build` test
* Ran `cordova run` emulator test
* Ran `cordova plugin add` test



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[DISCUSS] cordova-android 12.0.1 Release

2023-08-21 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-android?

* cordova-android (12.0.1)

Any additional outstanding changes to land?

If not, I will start the release process shortly

https://github.com/apache/cordova-android/compare/rel/12.0.0...master




[ANNOUNCEMENT] cordova-plugin-media-capture 5.0.0 Release

2023-08-18 Thread Bryan Ellis
We have just released an update to our plugins!

- cordova-plugin-media-capture@5.0.0

You can view the release blog post at 
https://cordova.apache.org/news/2023/08/18/media-capture-plugin-5.0.0.html




Re: [VOTE] cordova-plugin-media-capture 5.0.0 Release

2023-08-18 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Niklas Merz
Norman Breau

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On Aug 16, 2023, at 21:54, Norman Breau  wrote:
> 
> I vote +1
> 
> - Verified Archive
> - Verified Tags
> - Ran lint tests (all passes)
> - Ran native android tests (all tests passes)
> - Ran NPM Audit (0 known vulnerabilities)
> 
> On 2023-08-16 2:50 a.m., Niklas Merz wrote:
>> I vote +1
>> 
>> * checked hash & signature
>> * checked no audit issues
>> * checked git tag
>> * checked license headers
>> * checked licenses
>> 
>> On August 14, 2023, Erisu  wrote:
>>> Please review and vote on this cordova-plugin-media-capture Release
>>> v5.0.0
>>> by replying to this email (and keep discussion on the DISCUSS thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>>  https://dist.apache.org/repos/dist/dev/cordova/media-capture-v5.0.0
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>>  cordova-plugin-media-capture: 5.0.0 (b3d61bb2cf)
>>> 
>>> Note that you can test it out via:
>>> 
>>>  cordova platform add https://github.com/apache/cordova-plugin-media-
>>> capture#5.0.0
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish it
>>> to npm, and post the blog post.
>>> 
>>> Voting guidelines: https://github.com/apache/cordova-
>>> coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> =
>>> 
>>> I vote +1:
>>> 
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and
>>> subdependencies have Apache-compatible licenses
>>> * NPM Audit (found 0 vulnerabilities)
>>> * NPM Test
>>> * Ran `cordova build` test
>>> * Ran `cordova run` emulator test (iOS & Android)
>>> * Ran `cordova plugin add` test
>>> 
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[VOTE] cordova-plugin-media-capture 5.0.0 Release

2023-08-14 Thread Bryan Ellis
Please review and vote on this cordova-plugin-media-capture Release v5.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/media-capture-v5.0.0

The package was published from its corresponding git tag:

cordova-plugin-media-capture: 5.0.0 (b3d61bb2cf)

Note that you can test it out via:

cordova platform add 
https://github.com/apache/cordova-plugin-media-capture#5.0.0

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* NPM Audit (found 0 vulnerabilities)
* NPM Test
* Ran `cordova build` test
* Ran `cordova run` emulator test (iOS & Android)
* Ran `cordova plugin add` test



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[DISCUSS] cordova-plugin-media-capture 5.0.0 Release

2023-08-08 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-plugin-media-capture?

* cordova-plugin-media-capture (5.0.0)

Any additional outstanding changes to land?

If not, I will start the release process shortly

https://github.com/apache/cordova-plugin-media-capture/compare/rel/4.0.0...master




[ANNOUNCEMENT] Cordova Plugin File 8.0.0 Release

2023-07-10 Thread Bryan Ellis
We have just released an update to our file plugin!

- cordova-plugin-file@8.0.0



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[ANNOUNCEMENT] Cordova iOS 7.0.0 Release

2023-07-09 Thread Bryan Ellis
We have just released an update to our Cordova iOS platform!

- cordova-ios@7.0.0



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-plugin-file 8.0.0 Release

2023-07-09 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Kenichi Naito
Norman Breau

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.


> On Jul 9, 2023, at 12:35, Norman Breau  wrote:
> 
> I vote +1
> 
> - Verified Archive
> - Verified Tags
> - Ran npm test locally
> 
> On 2023-07-07 7:00 a.m., Ken Naito wrote:
>> +1
>> 
>> * coho verify-archive OK
>> * coho verify-tags OK
>> * I tested this plugin locally, it works properly.
>> 
>> Thanks!
>> 
>> 
>> On 2023/07/07 13:43, Bryan Ellis wrote:
>>> Please review and vote on this cordova-plugin-file Release v8.0.0
>>> by replying to this email (and keep discussion on the DISCUSS thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>>  https://dist.apache.org/repos/dist/dev/cordova/file-v8.0.0
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>>  cordova-plugin-file: 8.0.0 (5480a3e293)
>>> 
>>> Note that you can test it out via:
>>> 
>>>  cordova plugin add https://github.com/apache/cordova-plugin-file#8.0.0
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish it to 
>>> npm, and post the blog post.
>>> 
>>> Voting guidelines: 
>>> https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> =
>>> 
>>> I vote +1:
>>> 
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and subdependencies 
>>> have Apache-compatible licenses
>>> * NPM Audit (2 warnings related to development only, non-released, 
>>> packages.)
>>> * NPM Test
>>> * Ran `cordova build` test
>>> * Ran `cordova run` emulator test (iOS & Android)
>>> * Ran `cordova plugin add` test
>>> 
>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org
>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] Cordova-iOS 7.0.0 Release

2023-07-09 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Kenichi Naito
Norman Breau

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On Jul 9, 2023, at 12:41, Norman Breau  wrote:
> 
> I vote +1:
> 
> - Verified Tags
> - Verified Archive
> - Ran NPM Test locally (on linux, skipped objc tests)
> 
> On 2023-07-07 6:35 a.m., Ken Naito wrote:
>> +1
>> 
>> I did:
>> * coho verify-archive OK
>> * coho verify-tags OK
>> * The last commit 1110a4b5224e63789965b7a6afc9cdfd48b30eec is green.
>> 
>> 
>> Kenichi Naito
>> 
>> 
>> On 2023/07/07 11:12, Bryan Ellis wrote:
>>> Please review and vote on this Cordova-iOS Release v7.0.0
>>> by replying to this email (and keep discussion on the DISCUSS thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>>  https://dist.apache.org/repos/dist/dev/cordova/ios-v7.0.0
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>>  cordova-ios: 7.0.0 (1110a4b522)
>>> 
>>> Note that you can test it out via:
>>> 
>>>  cordova platform add https://github.com/apache/cordova-ios#7.0.0
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish it to 
>>> npm, and post the blog post.
>>> 
>>> Voting guidelines: 
>>> https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> =
>>> 
>>> I vote +1:
>>> 
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and subdependencies 
>>> have Apache-compatible licenses
>>> * Ensured continuous build was green when repo was tagged
>>> * NPM Audit
>>> * NPM Test
>>> * Ran `cordova build` test
>>> * Ran `cordova run` emulator test
>>> * Ran `cordova plugin add` test
>>> 
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org
>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 



[VOTE] cordova-plugin-file 8.0.0 Release

2023-07-06 Thread Bryan Ellis
Please review and vote on this cordova-plugin-file Release v8.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/file-v8.0.0

The package was published from its corresponding git tag:

cordova-plugin-file: 8.0.0 (5480a3e293)

Note that you can test it out via:

cordova plugin add https://github.com/apache/cordova-plugin-file#8.0.0

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* NPM Audit (2 warnings related to development only, non-released, packages.)
* NPM Test
* Ran `cordova build` test
* Ran `cordova run` emulator test (iOS & Android)
* Ran `cordova plugin add` test



[VOTE] Cordova-iOS 7.0.0 Release

2023-07-06 Thread Bryan Ellis
Please review and vote on this Cordova-iOS Release v7.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/ios-v7.0.0

The package was published from its corresponding git tag:

cordova-ios: 7.0.0 (1110a4b522)

Note that you can test it out via:

cordova platform add https://github.com/apache/cordova-ios#7.0.0

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* Ensured continuous build was green when repo was tagged
* NPM Audit
* NPM Test
* Ran `cordova build` test
* Ran `cordova run` emulator test
* Ran `cordova plugin add` test



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[DISCUSS] cordova-plugin-file 8.0.0 Release

2023-07-04 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-plugin-file?

* cordova-plugin-file (8.0.0)

Any additional outstanding changes to land?

If not, I will start the release process shortly

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[DISCUSS] cordova-ios 7.0.0 Release

2023-06-27 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-ios?

* cordova-ios (7.0.0)

https://github.com/apache/cordova-ios/compare/rel/6.3.0...master

Any additional outstanding changes to land?

If not, I will start the release process shortly


[ANNOUNCEMENT] Cordova CLI 12.0.0 & Internal Package Releases

2023-05-23 Thread Bryan Ellis
We have just released an update to our cordova-cli & internal packages!

- cordova-cli@12.0.0

You can view the release blog post at 
https://cordova.apache.org/news/2023/05/22/cordova-cli-12.0.0.html



[ANNOUNCEMENT] Cordova Android 12.0.0 Release

2023-05-23 Thread Bryan Ellis
We have just released an update to our android platform!

- cordova-android@12.0.0

You can view the release blog post at 
https://cordova.apache.org/announcements/2023/05/22/cordova-android-12.0.0.html



Re: [VOTE] cordova-cli 12.0.0 Release

2023-05-22 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.


> On May 21, 2023, at 17:42, Niklas Merz  wrote:
> 
> I vote +1
> 
> - signature & hash ok
> - some cli commands work with npm link for testing
> - tag ok
> - test pass locally
> 
> On May 19, 2023, Norman Breau  wrote:
>> I vote +1:
>> 
>> - Verified Archive
>> - Verified Tags
>> - Local Linux NPM test passes
>> - NPM audit 2 moderate vulnerabilities from `request` 
>> (https://github.com/advisories/GHSA-p8p7-x288-28g6).
>>   See DISCUSS thread for rationale on this issue.
>> 
>> On 2023-05-19 2:07 p.m., Bryan Ellis wrote:
>>> Please review and vote on this cordova-cli release v12.0.0
>>> by replying to this email (and keep discussion on the DISCUSS
>> thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>> https://dist.apache.org/repos/dist/dev/cordova/cli-12.0.0
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>> cordova-cli: 12.0.0 (df419a1811)
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish
>> it to npm, and post the blog post.
>>> 
>>> Voting guidelines: https://github.com/apache/cordova-
>> coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> =
>>> 
>>> I vote +1:
>>> 
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and sub-
>> dependencies have Apache-compatible licenses
>>> * Ensured the continuous build was green when repo was tagged
>>> * Ran `npm test`
>>> 
>>> * Ran various platform add tests (git, dir, tarball, shortname & npm
>> package name)
>>> 
>>> * Ran various `cordova` test w/ sample app:
>>> * `cordova`
>>> * `cordova -v`
>>> * `cordova create`
>>> * `cordova info`
>>> * `cordova help`
>>> * `cordova config ls`
>>> * `cordova requirements`
>>> * `cordova telemetry`
>>> * `cordova platform`
>>> * `cordova platform add`
>>> * `cordova platform rm`
>>> * `cordova plugin`
>>> * `cordova plugin add`
>>> * `cordova plugin rm`
>>> * `cordova build`
>>> * `cordova prepare`
>>> * `cordova compile`
>>> * `cordova run`
>>> * `cordova serve`
>>> 
>>> * Ran `npm audit`
>>> 
>>> 2 moderate severity vulnerabilities
>>> * Comes from our insight dependency which is currently not being
>> updated.
>>> * A future release may replace and refactor the telemetry
>> functionality to remove the insight package.
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-lib 12.0.1 Release

2023-05-22 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.


> On May 21, 2023, at 17:34, Niklas Merz  wrote:
> 
> I vote +1
> 
> * signature & hash ok
> * tests pass locally
> * tag ok
> * nightly cli works fine with .tgz archive
> 
> On May 19, 2023, Norman Breau  wrote:
>> I vote +1:
>> 
>> - Verified Archive
>> - Verified Tags
>> - NPM Audit is green
>> 
>> On 2023-05-19 12:37 p.m., Bryan Ellis wrote:
>>> Please review and vote on this cordova-lib release v12.0.1
>>> by replying to this email (and keep discussion on the DISCUSS
>> thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>> https://dist.apache.org/repos/dist/dev/cordova/lib-12.0.1
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>> cordova-lib: 12.0.1 (eb00bdca9d)
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish
>> it to npm, and post the blog post.
>>> 
>>> Voting guidelines: https://github.com/apache/cordova-
>> coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> =
>>> 
>>> I vote +1:
>>> 
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and sub-
>> dependencies have Apache-compatible licenses
>>> * Ensured the continuous build was green when repo was tagged
>>> * Ran `npm test`
>>> 
>>> * Ran various platform add tests (git, dir, tarball, shortname & npm
>> package name)
>>> 
>>> * Ran various `cordova` test w/ sample app:
>>> * `cordova`
>>> * `cordova -v`
>>> * `cordova create`
>>> * `cordova info`
>>> * `cordova help`
>>> * `cordova config ls`
>>> * `cordova requirements`
>>> * `cordova telemetry`
>>> * `cordova platform`
>>> * `cordova platform add`
>>> * `cordova platform rm`
>>> * `cordova plugin`
>>> * `cordova plugin add`
>>> * `cordova plugin rm`
>>> * `cordova build`
>>> * `cordova prepare`
>>> * `cordova compile`
>>> * `cordova run`
>>> * `cordova serve`
>>> 
>>> * Ran `npm audit`
>>> 
>>> 0 vulnerabilities
>>> 
>>> 
>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] Cordova-Android 12.0.0 Release

2023-05-22 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.


> On May 21, 2023, at 17:28, Niklas Merz  wrote:
> 
> I vote +1:
> 
> * signature & hash ok
> * no audit issues
> * new app builds on my system
> * tag ok
> * CI green
> * headers ok
> * license ok
> 
> On May 19, 2023, Norman Breau  wrote:
>> I vote +1:
>> 
>> - Ran NPM Test locally (on linux)
>> - Verified Archive
>> - Verified Tags
>> - NPM Audit is green
>> 
>> On 2023-05-19 1:28 p.m., Bryan Ellis wrote:
>>> Please review and vote on this Cordova-Android Release v12.0.0
>>> by replying to this email (and keep discussion on the DISCUSS
>> thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>> https://dist.apache.org/repos/dist/dev/cordova/android-v12.0.0
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>> cordova-android: 12.0.0 (b104554877)
>>> 
>>> Note that you can test it out via:
>>> 
>>> cordova platform add https://github.com/apache/cordova-
>> android#12.0.0
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish
>> it to npm, and post the blog post.
>>> 
>>> Voting guidelines: https://github.com/apache/cordova-
>> coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> =
>>> 
>>> I vote +1:
>>> 
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and
>> subdependencies have Apache-compatible licenses
>>> * Ensured continuous build was green when repo was tagged
>>> * NPM Audit
>>> * NPM Test (Executed Individual Steps in Order)
>>> * npm run lint
>>> * npm run unit-test
>>> * npm run e2e-tests
>>> * npm run java-unit-tests
>>> * Ran `cordova build` test
>>> * Ran `cordova run` emulator test
>>> * Ran `cordova plugin add` test
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org



[VOTE] cordova-cli 12.0.0 Release

2023-05-19 Thread Bryan Ellis
Please review and vote on this cordova-cli release v12.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/cli-12.0.0

The package was published from its corresponding git tag:

cordova-cli: 12.0.0 (df419a1811)

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and sub-dependencies have 
Apache-compatible licenses
* Ensured the continuous build was green when repo was tagged
* Ran `npm test`

* Ran various platform add tests (git, dir, tarball, shortname & npm package 
name)

* Ran various `cordova` test w/ sample app:
  * `cordova`
  * `cordova -v`
  * `cordova create`
  * `cordova info`
  * `cordova help`
  * `cordova config ls`
  * `cordova requirements`
  * `cordova telemetry`
  * `cordova platform`
  * `cordova platform add`
  * `cordova platform rm`
  * `cordova plugin`
  * `cordova plugin add`
  * `cordova plugin rm`
  * `cordova build`
  * `cordova prepare`
  * `cordova compile`
  * `cordova run`
  * `cordova serve`

* Ran `npm audit`

2 moderate severity vulnerabilities
* Comes from our insight dependency which is currently not being updated.
* A future release may replace and refactor the telemetry functionality to 
remove the insight package.

[VOTE] Cordova-Android 12.0.0 Release

2023-05-19 Thread Bryan Ellis
Please review and vote on this Cordova-Android Release v12.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/android-v12.0.0

The package was published from its corresponding git tag:

cordova-android: 12.0.0 (b104554877)

Note that you can test it out via:

cordova platform add https://github.com/apache/cordova-android#12.0.0

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* Ensured continuous build was green when repo was tagged
* NPM Audit
* NPM Test (Executed Individual Steps in Order)
  * npm run lint
  * npm run unit-test
  * npm run e2e-tests
  * npm run java-unit-tests
* Ran `cordova build` test
* Ran `cordova run` emulator test
* Ran `cordova plugin add` test

[VOTE] cordova-lib 12.0.1 Release

2023-05-19 Thread Bryan Ellis
Please review and vote on this cordova-lib release v12.0.1
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/lib-12.0.1

The package was published from its corresponding git tag:

cordova-lib: 12.0.1 (eb00bdca9d)

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and sub-dependencies have 
Apache-compatible licenses
* Ensured the continuous build was green when repo was tagged
* Ran `npm test`

* Ran various platform add tests (git, dir, tarball, shortname & npm package 
name)

* Ran various `cordova` test w/ sample app:
  * `cordova`
  * `cordova -v`
  * `cordova create`
  * `cordova info`
  * `cordova help`
  * `cordova config ls`
  * `cordova requirements`
  * `cordova telemetry`
  * `cordova platform`
  * `cordova platform add`
  * `cordova platform rm`
  * `cordova plugin`
  * `cordova plugin add`
  * `cordova plugin rm`
  * `cordova build`
  * `cordova prepare`
  * `cordova compile`
  * `cordova run`
  * `cordova serve`

* Ran `npm audit`

0 vulnerabilities




[DISCUSS] cordova-lib 12.0.1 Release

2023-05-18 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-lib?

* cordova-lib (12.0.1)

https://github.com/apache/cordova-lib/compare/rel/12.0.0...master

Any additional outstanding changes to land?

If not, I will start the release process shortly



This patch release will fix an issue with installing packages from a tarball or 
directory. (Issue introduced in 12.0.0)




[DISCUSS] cordova-android 12.0.0 Release

2023-05-15 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-android?

* cordova-android (12.0.0)

https://github.com/apache/cordova-android/compare/rel/11.0.0...master

Any additional outstanding changes to land?

If not, I will start the release process shortly

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[DISCUSS] cordova-cli 12.0.0 Release

2023-05-15 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-cli?

* cordova-cli (12.0.0)

https://github.com/apache/cordova-cli/compare/rel/11.1.0...master

Any additional outstanding changes to land?

If not, I will start the release process shortly

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[ANNOUNCEMENT] Cordova Create 5.0.0 & Cordova Lib 12.0.0 Release

2023-05-15 Thread Bryan Ellis
We have just released an update to our cordova-create & cordova-lib package!

- cordova-create@5.0.0
- cordova-lib@12.0.0


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-lib 12.0.0 Release

2023-05-15 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On May 14, 2023, at 23:52, Niklas Merz  wrote:
> 
> I vote +1
> 
> * signature & hash ok
> * no audit issues
> * test pass locally
> * tag ok
> * CI green
> * android platform builds with nightly
> 
> 
> On May 13, 2023, Norman Breau  wrote:
>> I vote +1:
>> 
>> - Verified Tags
>> - Verified Archive
>> - Ran npm test on linux
>> - NPM Audit returns 0 issues
>> 
>> On 2023-05-13 1:06 a.m., Bryan Ellis wrote:
>>> Please review and vote on this cordova-lib release v12.0.0
>>> by replying to this email (and keep discussion on the DISCUSS
>> thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>> https://dist.apache.org/repos/dist/dev/cordova/lib-12.0.0
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>> cordova-lib: 12.0.0 (ac491cdc5f)
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish
>> it to npm, and post the blog post.
>>> 
>>> Voting guidelines: https://github.com/apache/cordova-
>> coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> =
>>> 
>>> I vote +1:
>>> 
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and sub-
>> dependencies have Apache-compatible licenses
>>> * Ensured the continuous build was green when repo was tagged
>>> * Ran `npm test`
>>> 
>>> * Ran various `cordova` test w/ sample app:
>>> * `cordova`
>>> * `cordova -v`
>>> * `cordova create`
>>> * `cordova info`
>>> * `cordova help`
>>> * `cordova config ls`
>>> * `cordova requirements`
>>> * `cordova telemetry`
>>> * `cordova platform`
>>> * `cordova platform add`
>>> * `cordova platform rm`
>>> * `cordova plugin`
>>> * `cordova plugin add`
>>> * `cordova plugin rm`
>>> * `cordova build`
>>> * `cordova prepare`
>>> * `cordova compile`
>>> * `cordova run`
>>> * `cordova serve`
>>> 
>>> * Ran `npm audit`
>>> 
>>> 0 vulnerabilities
>>> 
>>> Additional Notes:
>>> Deprecation warnings will appear during installation for two
>> packages. These are just warnings and do not cause any issues. In a
>> future release, these warnings will be resolved.
>>> 
>>> npm WARN deprecated stringify-package@1.0.1: This module is not used
>> anymore, and has been replaced by @npmcli/package-json
>>> npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has
>> been moved to @npmcli/fs
>>> 
>>> 
>>> 
>>> 
>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-create 5.0.0 Release

2023-05-15 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Norman Breau
Niklas Merz

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On May 14, 2023, at 23:42, Niklas Merz  wrote:
> 
> I vote +1
> 
> * signature & hash ok
> * no audit issues
> * license info ok
> * tag ok
> * ci green
> 
> On May 13, 2023, Norman Breau  wrote:
>> I vote +1:
>> 
>> - Ran npm test locally on Linux
>> - No reported issues in npm audit
>> - Verified Archive
>> - Verified Tags
>> 
>> On 2023-05-13 12:23 a.m., Bryan Ellis wrote:
>>> Please review and vote on this cordova-create release v5.0.0
>>> by replying to this email (and keep discussion on the DISCUSS
>> thread)
>>> 
>>> The archive has been published to dist/dev:
>>> 
>>> https://dist.apache.org/repos/dist/dev/cordova/create-5.0.0
>>> 
>>> The package was published from its corresponding git tag:
>>> 
>>> cordova-create: 5.0.0 (d5c078652f)
>>> 
>>> Upon a successful vote I will upload the archive to dist/, publish
>> it to npm, and post the blog post.
>>> 
>>> Voting guidelines: https://github.com/apache/cordova-
>> coho/blob/master/docs/release-voting.md
>>> 
>>> Voting will go on for a minimum of 48 hours.
>>> 
>>> =
>>> 
>>> I vote +1:
>>> 
>>> * Ran coho audit-license-headers over the relevant repos
>>> * Ran coho check-license to ensure all dependencies and sub-
>> dependencies have Apache-compatible licenses
>>> * Ensured the continuous build was green when repo was tagged
>>> * Ran `npm test`
>>> 
>>> * Ran various `cordova` test w/ sample app:
>>> * `cordova`
>>> * `cordova -v`
>>> * `cordova create`
>>> * `cordova info`
>>> * `cordova help`
>>> * `cordova config ls`
>>> * `cordova requirements`
>>> * `cordova telemetry`
>>> * `cordova platform`
>>> * `cordova platform add`
>>> * `cordova platform rm`
>>> * `cordova plugin`
>>> * `cordova plugin add`
>>> * `cordova plugin rm`
>>> * `cordova build`
>>> * `cordova prepare`
>>> * `cordova compile`
>>> * `cordova run`
>>> * `cordova serve`
>>> 
>>> * Ran `npm audit`
>>> 
>>> 0 vulnerabilities
>>> 
>>> 
>>> 
>>> 
>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-browser 7.0.0 Release

2023-05-15 Thread Bryan Ellis
+1

* Confirmed sigs & hashes with `coho verify-archive` [1]
* Verified sha1s match tags with `coho verify-tags` [2]
* Re-created archives to ensure contents match release candidate [3]
* Verified existence for required Apache files : NOTICE & LICENSE
* Ran `npm cit` and confirm tests are passing



> On May 14, 2023, at 23:58, Niklas Merz  wrote:
> 
> I vote +1:
> 
> * new app starts with browser platform
> * tag ok
> * signature & hash ok
> * no audit issues
> * CI green
> * tests pass locally
> * changelog looks good
> 
> On May 13, 2023, Norman Breau  wrote:
>> Please review and vote on this 7.0.0 Browser Release
>> by replying to this email (and keep discussion on the DISCUSS thread)
>> 
>> The archive has been published to dist/dev:
>> https://dist.apache.org/repos/dist/dev/cordova/cdvbrowser7.0.0/
>> 
>> The package was published from its corresponding git tag:
>>  cordova-browser: 7.0.0 (b49eb6b15f)
>> 
>> Note that you can test it out via:
>> 
>>  cordova platform add https://github.com/apache/cordova-
>> browser#7.0.0
>> 
>> Upon a successful vote I will upload the archive to dist/, publish it
>> to 
>> npm, and post the blog post.
>> 
>> Voting guidelines: 
>> https://github.com/apache/cordova-coho/blob/master/docs/release-
>> voting.md
>> 
>> Voting will go on for a minimum of 48 hours.
>> 
>> I vote +1:
>> * Ran coho audit-license-headers over the relevant repos
>> * Ran coho check-license to ensure all dependencies and
>> subdependencies 
>> have Apache-compatible licenses
>> * Ensured continuous build was green when repo was tagged
>> * Verified Archive
>> * Verified Tags
>> * NPM Audit is green
>> * Installed the tarball on a hello world app and ran it.
>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org



[VOTE] cordova-lib 12.0.0 Release

2023-05-12 Thread Bryan Ellis
Please review and vote on this cordova-lib release v12.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/lib-12.0.0

The package was published from its corresponding git tag:

cordova-lib: 12.0.0 (ac491cdc5f)

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and sub-dependencies have 
Apache-compatible licenses
* Ensured the continuous build was green when repo was tagged
* Ran `npm test`

* Ran various `cordova` test w/ sample app:
  * `cordova`
  * `cordova -v`
  * `cordova create`
  * `cordova info`
  * `cordova help`
  * `cordova config ls`
  * `cordova requirements`
  * `cordova telemetry`
  * `cordova platform`
  * `cordova platform add`
  * `cordova platform rm`
  * `cordova plugin`
  * `cordova plugin add`
  * `cordova plugin rm`
  * `cordova build`
  * `cordova prepare`
  * `cordova compile`
  * `cordova run`
  * `cordova serve`

* Ran `npm audit`

0 vulnerabilities

Additional Notes:
Deprecation warnings will appear during installation for two packages. These 
are just warnings and do not cause any issues. In a future release, these 
warnings will be resolved.

  npm WARN deprecated stringify-package@1.0.1: This module is not used anymore, 
and has been replaced by @npmcli/package-json
  npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been 
moved to @npmcli/fs



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[VOTE] cordova-create 5.0.0 Release

2023-05-12 Thread Bryan Ellis
Please review and vote on this cordova-create release v5.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

https://dist.apache.org/repos/dist/dev/cordova/create-5.0.0

The package was published from its corresponding git tag:

cordova-create: 5.0.0 (d5c078652f)

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

=

I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and sub-dependencies have 
Apache-compatible licenses
* Ensured the continuous build was green when repo was tagged
* Ran `npm test`

* Ran various `cordova` test w/ sample app:
  * `cordova`
  * `cordova -v`
  * `cordova create`
  * `cordova info`
  * `cordova help`
  * `cordova config ls`
  * `cordova requirements`
  * `cordova telemetry`
  * `cordova platform`
  * `cordova platform add`
  * `cordova platform rm`
  * `cordova plugin`
  * `cordova plugin add`
  * `cordova plugin rm`
  * `cordova build`
  * `cordova prepare`
  * `cordova compile`
  * `cordova run`
  * `cordova serve`

* Ran `npm audit`

0 vulnerabilities



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[DISCUSS] cordova-lib 12.0.0 Release

2023-05-09 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-lib?

* cordova-lib (12.0.0)

https://github.com/apache/cordova-lib/compare/rel/11.1.0...master

Any additional outstanding changes to land?

If not, I will start the release process shortly

[DISCUSS] cordova-create 5.0.0 Release

2023-05-09 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-create?

* cordova-create (5.0.0)

https://github.com/apache/cordova-create/compare/rel/4.1.0...master

Any additional outstanding changes to land?

If not, I will start the release process shortly

Re: [VOTE] Cordova-IOS 6.3.0 Release

2023-04-17 Thread Bryan Ellis
+1

* Confirmed sigs & hashes with `coho verify-archive` [1]
* Verified sha1s match tags with `coho verify-tags` [2]
* Re-created archives to ensure contents match release candidate [3]
* Verified existence for required Apache files : NOTICE & LICENSE
* Ran `npm cit` and confirm tests are passing


> On Apr 13, 2023, at 22:05, Norman Breau  wrote:
> 
> I vote +1:
> 
> * Verified Tags
> * Verified Archive
> * CI is red because 6.3.x branch & 6.3.0 tag is missing configs for codecov,
> however running local test on Mac, including the native objc tests runs fine.
> Because the issue is codecov, I don't see this as a blocker. In the future we 
> should
> try to attempt to address these kind of issues prior to making a release 
> however.
> * NPM Audit returns ok
> 
> On 2023-04-13 7:23 a.m., Niklas Merz wrote:
>> As discussed this could be a stopgap release and give us some time to
>> prepare the next major. If this gets not enough positive votes the
>> release will be skipped and we can do the major directly.
>> 
>> Please review and vote on this 6.3.0 ios Release
>> by replying to this email (and keep discussion on the DISCUSS thread)
>> 
>> The archive has been published to dist/dev:
>> https://dist.apache.org/repos/dist/dev/cordova/ios630/
>> 
>> The package was published from its corresponding git tag:
>> cordova-ios: 6.3.0 (584699ae1e)
>> 
>> Note that you can test it out via:
>> 
>> cordova platform add https://github.com/apache/cordova-ios#6.3.0
>> 
>> Upon a successful vote I will upload the archive to dist/, publish it to
>> npm, and post the blog post: https://github.com/apache/cordova-
>> docs/pull/1295
>> 
>> Voting guidelines: https://github.com/apache/cordova-
>> coho/blob/master/docs/release-voting.md
>> 
>> Voting will go on for a minimum of 48 hours.
>> 
>> I vote +1:
>> * Ran coho audit-license-headers over the relevant repos
>> * Ran coho check-license to ensure all dependencies and subdependencies
>> have Apache-compatible licenses
>> * Ran tests locally (linux)
>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[ANNOUNCEMENT] Cordova Fetch 4.0.0 Release

2023-04-13 Thread Bryan Ellis
We have just released an update to our cordova-fetch!

- cordova-fetch@4.0.0

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [VOTE] cordova-fetch 4.0.0 Release

2023-04-13 Thread Bryan Ellis
The vote has now closed. The results are:

Positive Binding Votes: 3

Bryan Ellis
Niklas Merz
Norman Breau

Negative Binding Votes: 0

Other Votes: 0

The vote has passed.



> On Apr 8, 2023, at 0:52, Norman Breau  wrote:
> 
> I vote +1:
> 
> - Verified Tags
> - Verified Archive
> - NPM tests passes
> - NPM Audit passes
> 
> On 2023-04-06 7:55 a.m., Bryan Ellis wrote:
>> Please review and vote on this cordova-fetch release v4.0.0
>> by replying to this email (and keep discussion on the DISCUSS thread)
>> 
>> The archive has been published to dist/dev:
>> 
>>   https://dist.apache.org/repos/dist/dev/cordova/fetch-4.0.0
>> 
>> The package was published from its corresponding git tag:
>> 
>> cordova-fetch: 4.0.0 (f1f9ff3b9d)
>> 
>> Upon a successful vote I will upload the archive to dist/, publish it to 
>> npm, and post the blog post.
>> 
>> Voting guidelines: 
>> https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
>> 
>> Voting will go on for a minimum of 48 hours.
>> 
>> 
>> 
>> I vote +1:
>> 
>> * Ran coho audit-license-headers over the relevant repos
>> * Ran coho check-license to ensure all dependencies and sub-dependencies 
>> have Apache-compatible licenses
>> * Ensured the continuous build was green when repo was tagged
>> * Ran `npm test`
>> 
>> * Ran various `cordova` test w/ sample app:
>>   * `cordova`
>>   * `cordova -v`
>>   * `cordova create`
>>   * `cordova info`
>>   * `cordova help`
>>   * `cordova config ls`
>>   * `cordova requirements`
>>   * `cordova telemetry`
>>   * `cordova platform`
>>   * `cordova platform add`
>>   * `cordova platform rm`
>>   * `cordova plugin`
>>   * `cordova plugin add`
>>   * `cordova plugin rm`
>>   * `cordova build`
>>   * `cordova prepare`
>>   * `cordova compile`
>>   * `cordova run`
>>   * `cordova serve`
>> 
>> * Ran `npm audit`
>> 
>> 0 vulnerabilities
>> 
>> 
>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 



[VOTE] cordova-fetch 4.0.0 Release

2023-04-06 Thread Bryan Ellis
Please review and vote on this cordova-fetch release v4.0.0
by replying to this email (and keep discussion on the DISCUSS thread)

The archive has been published to dist/dev:

  https://dist.apache.org/repos/dist/dev/cordova/fetch-4.0.0

The package was published from its corresponding git tag:

cordova-fetch: 4.0.0 (f1f9ff3b9d)

Upon a successful vote I will upload the archive to dist/, publish it to npm, 
and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.



I vote +1:

* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and sub-dependencies have 
Apache-compatible licenses
* Ensured the continuous build was green when repo was tagged
* Ran `npm test`

* Ran various `cordova` test w/ sample app:
  * `cordova`
  * `cordova -v`
  * `cordova create`
  * `cordova info`
  * `cordova help`
  * `cordova config ls`
  * `cordova requirements`
  * `cordova telemetry`
  * `cordova platform`
  * `cordova platform add`
  * `cordova platform rm`
  * `cordova plugin`
  * `cordova plugin add`
  * `cordova plugin rm`
  * `cordova build`
  * `cordova prepare`
  * `cordova compile`
  * `cordova run`
  * `cordova serve`

* Ran `npm audit`

0 vulnerabilities




[DISCUSS] cordova-fetch 4.0.0 Release

2023-03-27 Thread Bryan Ellis
Does anyone have any reason to delay a release for cordova-fetch?

* cordova-fetch (4.0.0)

https://github.com/apache/cordova-fetch/compare/rel/3.1.0...master

Any additional outstanding changes to land?

If not, I will start the release process shortly

[ANNOUNCEMENT] Cordova Common 5.0.0 Release

2023-03-08 Thread Bryan Ellis
We have just released an update to our cordova-common!

- cordova-common@5.0.0

You can view the release blog post at 
https://cordova.apache.org/announcements/2023/03/09/cordova-common-release-5.0.0.html
 





  1   2   3   4   5   6   >