Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump power-server.version from 0.0.11 to 0.1.0 #134

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps power-server.version from 0.0.11 to 0.1.0.
Updates net.laprun.sustainability:power-server-metadata from 0.0.11 to 0.1.0

Release notes

Sourced from net.laprun.sustainability:power-server-metadata's releases.

Release early-access

Changelog

🚀 Features

  • 6718903 rewrite SensorUnit with own unit system, total now works properly, closes #161
  • a5008df add MeasureProcessor to process full measure (such as total), closes #160
  • 181dcf4 register processors per component, add processor output, closes #154
  • 9503a04 simplify SensorMetadata creation, closes #153
  • 126f330 initial Impact Framework exporter
  • ce6d7b1 ComponentMeasure -> Analyzer for data analysis instead of measure

🐛 Fixes

  • aa26224 use appropriate secret
  • 453b40a order components according to their index, closes #157
  • 077b664 remove total components from metadata, closes #163
  • 41dd955 remove misleading initial window constructor parameter

🔄️ Changes

  • 8ace0ff record totals separately in processors, ensure component order
  • e456d8a move average out of measure and into compute / processor
  • a76bee7 rename Analyzer to ComponentProcessor, move to analysis module
  • 789ff26 move std deviation computation to separate analysis module
  • a463646 use BitSet to record non-zero components instead of HashSet
  • 6c0ced2 OngoingPowerMeasure now records raw measures & timestamps
  • cafb70e simplify by merging OngoingPowerMeasure with MeasureStore

🧰 Tasks

  • 9056014 release 0.1.0
  • 4fdcec5 build: bump to version 0.1.0-SNAPSHOT
  • 42f203c deps: bump quarkus.platform.version from 3.17.3 to 3.17.4
  • 52c8337 deps: bump org.apache.maven.plugins:maven-javadoc-plugin
  • 7fd673d deps: bump quarkus.platform.version from 3.17.2 to 3.17.3
  • 1341e59 build: fix module name and description
  • add8636 deps: bump me.fabriciorby:maven-surefire-junit5-tree-reporter
  • 2a03613 deps: bump quarkus.platform.version from 3.17.0 to 3.17.2
  • be1bf1c deps: bump org.apache.maven.plugins:maven-failsafe-plugin
  • 2ba3eea deps: bump quarkus.platform.version from 3.16.3 to 3.17.0
  • 0a2efcb deps: bump quarkus.platform.version from 3.16.2 to 3.16.3
  • 14bdc35 deps: bump quarkus.platform.version from 3.16.1 to 3.16.2
  • 203c04f deps: bump org.apache.maven.plugins:maven-surefire-plugin
  • 762926d deps: bump org.apache.maven.plugins:maven-javadoc-plugin
  • afc0b66 deps: bump org.jreleaser:jreleaser-maven-plugin
  • e868366 deps: bump quarkus.platform.version from 3.16.0 to 3.16.1
  • 45a32e3 deps: bump quarkus.platform.version from 3.15.1 to 3.16.0
  • 728f796 deps: bump org.apache.maven.plugins:maven-failsafe-plugin
  • ad9741e deps: bump org.apache.maven.plugins:maven-surefire-plugin
  • 31b2219 deps: bump org.apache.maven.plugins:maven-javadoc-plugin

Contributors

... (truncated)

Commits
  • 5408505 [maven-release-plugin] prepare release 0.1.0
  • aa26224 fix: use appropriate secret
  • 9056014 chore: release 0.1.0
  • 4fdcec5 chore(build): bump to version 0.1.0-SNAPSHOT
  • 453b40a fix: order components according to their index
  • 077b664 fix: remove total components from metadata
  • 6718903 feat: rewrite SensorUnit with own unit system, total now works properly
  • a5008df feat: add MeasureProcessor to process full measure (such as total)
  • 8ace0ff refactor: record totals separately in processors, ensure component order
  • 181dcf4 feat: register processors per component, add processor output
  • Additional commits viewable in compare view

Updates net.laprun.sustainability:power-server-measure from 0.0.11 to 0.1.0

Release notes

Sourced from net.laprun.sustainability:power-server-measure's releases.

Release early-access

Changelog

🚀 Features

  • 6718903 rewrite SensorUnit with own unit system, total now works properly, closes #161
  • a5008df add MeasureProcessor to process full measure (such as total), closes #160
  • 181dcf4 register processors per component, add processor output, closes #154
  • 9503a04 simplify SensorMetadata creation, closes #153
  • 126f330 initial Impact Framework exporter
  • ce6d7b1 ComponentMeasure -> Analyzer for data analysis instead of measure

🐛 Fixes

  • aa26224 use appropriate secret
  • 453b40a order components according to their index, closes #157
  • 077b664 remove total components from metadata, closes #163
  • 41dd955 remove misleading initial window constructor parameter

🔄️ Changes

  • 8ace0ff record totals separately in processors, ensure component order
  • e456d8a move average out of measure and into compute / processor
  • a76bee7 rename Analyzer to ComponentProcessor, move to analysis module
  • 789ff26 move std deviation computation to separate analysis module
  • a463646 use BitSet to record non-zero components instead of HashSet
  • 6c0ced2 OngoingPowerMeasure now records raw measures & timestamps
  • cafb70e simplify by merging OngoingPowerMeasure with MeasureStore

🧰 Tasks

  • 9056014 release 0.1.0
  • 4fdcec5 build: bump to version 0.1.0-SNAPSHOT
  • 42f203c deps: bump quarkus.platform.version from 3.17.3 to 3.17.4
  • 52c8337 deps: bump org.apache.maven.plugins:maven-javadoc-plugin
  • 7fd673d deps: bump quarkus.platform.version from 3.17.2 to 3.17.3
  • 1341e59 build: fix module name and description
  • add8636 deps: bump me.fabriciorby:maven-surefire-junit5-tree-reporter
  • 2a03613 deps: bump quarkus.platform.version from 3.17.0 to 3.17.2
  • be1bf1c deps: bump org.apache.maven.plugins:maven-failsafe-plugin
  • 2ba3eea deps: bump quarkus.platform.version from 3.16.3 to 3.17.0
  • 0a2efcb deps: bump quarkus.platform.version from 3.16.2 to 3.16.3
  • 14bdc35 deps: bump quarkus.platform.version from 3.16.1 to 3.16.2
  • 203c04f deps: bump org.apache.maven.plugins:maven-surefire-plugin
  • 762926d deps: bump org.apache.maven.plugins:maven-javadoc-plugin
  • afc0b66 deps: bump org.jreleaser:jreleaser-maven-plugin
  • e868366 deps: bump quarkus.platform.version from 3.16.0 to 3.16.1
  • 45a32e3 deps: bump quarkus.platform.version from 3.15.1 to 3.16.0
  • 728f796 deps: bump org.apache.maven.plugins:maven-failsafe-plugin
  • ad9741e deps: bump org.apache.maven.plugins:maven-surefire-plugin
  • 31b2219 deps: bump org.apache.maven.plugins:maven-javadoc-plugin

Contributors

... (truncated)

Commits
  • 5408505 [maven-release-plugin] prepare release 0.1.0
  • aa26224 fix: use appropriate secret
  • 9056014 chore: release 0.1.0
  • 4fdcec5 chore(build): bump to version 0.1.0-SNAPSHOT
  • 453b40a fix: order components according to their index
  • 077b664 fix: remove total components from metadata
  • 6718903 feat: rewrite SensorUnit with own unit system, total now works properly
  • a5008df feat: add MeasureProcessor to process full measure (such as total)
  • 8ace0ff refactor: record totals separately in processors, ensure component order
  • 181dcf4 feat: register processors per component, add processor output
  • Additional commits viewable in compare view

Updates net.laprun.sustainability:power-server from 0.0.11 to 0.1.0

Release notes

Sourced from net.laprun.sustainability:power-server's releases.

Release early-access

Changelog

🚀 Features

  • 6718903 rewrite SensorUnit with own unit system, total now works properly, closes #161
  • a5008df add MeasureProcessor to process full measure (such as total), closes #160
  • 181dcf4 register processors per component, add processor output, closes #154
  • 9503a04 simplify SensorMetadata creation, closes #153
  • 126f330 initial Impact Framework exporter
  • ce6d7b1 ComponentMeasure -> Analyzer for data analysis instead of measure

🐛 Fixes

  • aa26224 use appropriate secret
  • 453b40a order components according to their index, closes #157
  • 077b664 remove total components from metadata, closes #163
  • 41dd955 remove misleading initial window constructor parameter

🔄️ Changes

  • 8ace0ff record totals separately in processors, ensure component order
  • e456d8a move average out of measure and into compute / processor
  • a76bee7 rename Analyzer to ComponentProcessor, move to analysis module
  • 789ff26 move std deviation computation to separate analysis module
  • a463646 use BitSet to record non-zero components instead of HashSet
  • 6c0ced2 OngoingPowerMeasure now records raw measures & timestamps
  • cafb70e simplify by merging OngoingPowerMeasure with MeasureStore

🧰 Tasks

  • 9056014 release 0.1.0
  • 4fdcec5 build: bump to version 0.1.0-SNAPSHOT
  • 42f203c deps: bump quarkus.platform.version from 3.17.3 to 3.17.4
  • 52c8337 deps: bump org.apache.maven.plugins:maven-javadoc-plugin
  • 7fd673d deps: bump quarkus.platform.version from 3.17.2 to 3.17.3
  • 1341e59 build: fix module name and description
  • add8636 deps: bump me.fabriciorby:maven-surefire-junit5-tree-reporter
  • 2a03613 deps: bump quarkus.platform.version from 3.17.0 to 3.17.2
  • be1bf1c deps: bump org.apache.maven.plugins:maven-failsafe-plugin
  • 2ba3eea deps: bump quarkus.platform.version from 3.16.3 to 3.17.0
  • 0a2efcb deps: bump quarkus.platform.version from 3.16.2 to 3.16.3
  • 14bdc35 deps: bump quarkus.platform.version from 3.16.1 to 3.16.2
  • 203c04f deps: bump org.apache.maven.plugins:maven-surefire-plugin
  • 762926d deps: bump org.apache.maven.plugins:maven-javadoc-plugin
  • afc0b66 deps: bump org.jreleaser:jreleaser-maven-plugin
  • e868366 deps: bump quarkus.platform.version from 3.16.0 to 3.16.1
  • 45a32e3 deps: bump quarkus.platform.version from 3.15.1 to 3.16.0
  • 728f796 deps: bump org.apache.maven.plugins:maven-failsafe-plugin
  • ad9741e deps: bump org.apache.maven.plugins:maven-surefire-plugin
  • 31b2219 deps: bump org.apache.maven.plugins:maven-javadoc-plugin

Contributors

... (truncated)

Commits
  • 5408505 [maven-release-plugin] prepare release 0.1.0
  • aa26224 fix: use appropriate secret
  • 9056014 chore: release 0.1.0
  • 4fdcec5 chore(build): bump to version 0.1.0-SNAPSHOT
  • 453b40a fix: order components according to their index
  • 077b664 fix: remove total components from metadata
  • 6718903 feat: rewrite SensorUnit with own unit system, total now works properly
  • a5008df feat: add MeasureProcessor to process full measure (such as total)
  • 8ace0ff refactor: record totals separately in processors, ensure component order
  • 181dcf4 feat: register processors per component, add processor output
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `power-server.version` from 0.0.11 to 0.1.0.

Updates `net.laprun.sustainability:power-server-metadata` from 0.0.11 to 0.1.0
- [Release notes](https://github.com/metacosm/power-server/releases)
- [Commits](metacosm/power-server@0.0.11...0.1.0)

Updates `net.laprun.sustainability:power-server-measure` from 0.0.11 to 0.1.0
- [Release notes](https://github.com/metacosm/power-server/releases)
- [Commits](metacosm/power-server@0.0.11...0.1.0)

Updates `net.laprun.sustainability:power-server` from 0.0.11 to 0.1.0
- [Release notes](https://github.com/metacosm/power-server/releases)
- [Commits](metacosm/power-server@0.0.11...0.1.0)

---
updated-dependencies:
- dependency-name: net.laprun.sustainability:power-server-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.laprun.sustainability:power-server-measure
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.laprun.sustainability:power-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2024

Superseded by #135.

@dependabot dependabot bot closed this Dec 18, 2024
@dependabot dependabot bot deleted the dependabot/maven/power-server.version-0.1.0 branch December 18, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants