Skip to content

Parse versions#3

Closed
shawkins wants to merge 151 commits intomainfrom
parse_versions
Closed

Parse versions#3
shawkins wants to merge 151 commits intomainfrom
parse_versions

Conversation

@shawkins
Copy link
Owner

No description provided.

shawkins and others added 30 commits April 3, 2025 12:54
closes: operator-framework#2747

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
…rator-framework#2756)

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.16.1 to 5.17.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.16.1...v5.17.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…or-framework#2758)

Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.3 to 2.44.4.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@maven/2.44.3...maven/2.44.4)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 2.44.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Chris Laprun <claprun@redhat.com>
…cher (operator-framework#2757)

Signed-off-by: Mattis Bratland <mattis.bratland@novari.no>
…or-framework#2768)

Bumps commons-io:commons-io from 2.18.0 to 2.19.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
…or-framework#2761)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Chris Laprun <claprun@redhat.com>
Co-authored-by: Martin Stefanko <xstefank122@gmail.com>
Co-authored-by: Antonio <122279781+afalhambra-hivemq@users.noreply.github.com>
Co-authored-by: Chris Laprun <claprun@redhat.com>
Co-authored-by: Chris Laprun <metacosm@users.noreply.github.com>
…rk#2782)

Signed-off-by: David Sondermann <david.sondermann@hivemq.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
the test fails some times because of this

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
* feat: allow easier configuration of matcher

Signed-off-by: Chris Laprun <claprun@redhat.com>

* refactor: avoid recording default matcher

Signed-off-by: Chris Laprun <claprun@redhat.com>

* refactor: make matcher configurable instead of settable

Signed-off-by: Chris Laprun <claprun@redhat.com>

---------

Signed-off-by: Chris Laprun <claprun@redhat.com>
…perator-framework#2781)

* test: Add missing tests for SSABasedGenericKubernetesResourceMatcher

Signed-off-by: David Sondermann <david.sondermann@hivemq.com>

* test: Add missing tests for SSABasedGenericKubernetesResourceMatcher

Signed-off-by: David Sondermann <david.sondermann@hivemq.com>

---------

Signed-off-by: David Sondermann <david.sondermann@hivemq.com>
…operator-framework#2793)

Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.14.6 to 1.15.0.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.14.6...v1.15.0)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
…tation (operator-framework#2774)

* feat: blacklist of problematic resources for previous version annotation

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

* rename to blocklist, added javadocs

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

* wip

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

* remove deamonSet since was not able to reproduce the behavior

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

* Add integration test

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

* explanation and using Set instead of list

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

* fix: improve javadoc

Signed-off-by: Chris Laprun <claprun@redhat.com>

* refactor: rename so that relation between methods is more explicit

Signed-off-by: Chris Laprun <claprun@redhat.com>

* naming

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

---------

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Chris Laprun <claprun@redhat.com>
Co-authored-by: Chris Laprun <claprun@redhat.com>
…2803)

Signed-off-by: Antonio Fernandez Alhambra <antonio.alhambra@hivemq.com>
Signed-off-by: Chris Laprun <claprun@redhat.com>
Signed-off-by: Chris Laprun <claprun@redhat.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
…r-framework#2811)

Bumps `fabric8-client.version` from 7.3.0 to 7.3.1.

Updates `io.fabric8:kubernetes-client-bom` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.3.0...v7.3.1)

Updates `io.fabric8:kubernetes-server-mock` from 7.3.0 to 7.3.1

Updates `io.fabric8:kubernetes-client-api` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.3.0...v7.3.1)

Updates `io.fabric8:kube-api-test-client-inject` from 7.3.0 to 7.3.1

Updates `io.fabric8:kubernetes-httpclient-okhttp` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.3.0...v7.3.1)

Updates `io.fabric8:kubernetes-httpclient-vertx` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.3.0...v7.3.1)

Updates `io.fabric8:kubernetes-httpclient-jdk` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.3.0...v7.3.1)

Updates `io.fabric8:kubernetes-httpclient-jetty` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.3.0...v7.3.1)

Updates `io.fabric8:crd-generator-maven-plugin` from 7.3.0 to 7.3.1

Updates `io.fabric8:java-generator-maven-plugin` from 7.3.0 to 7.3.1

---
updated-dependencies:
- dependency-name: io.fabric8:kubernetes-client-bom
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.fabric8:kubernetes-server-mock
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.fabric8:kubernetes-client-api
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.fabric8:kube-api-test-client-inject
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.fabric8:kubernetes-httpclient-okhttp
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.fabric8:kubernetes-httpclient-vertx
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.fabric8:kubernetes-httpclient-jdk
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.fabric8:kubernetes-httpclient-jetty
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.fabric8:crd-generator-maven-plugin
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.fabric8:java-generator-maven-plugin
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dvob and others added 29 commits September 25, 2025 10:06
With the old slf4j version no logs do appear in the terminal, when
executing the Runner of the bootstrapped code.
Handle Exception and not just RuntimeException to support Kotlin and
probably other JVM languages which do not have the concept of checked
exceptions.
…work#2969)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
… from status (operator-framework#2973)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Chris Laprun <metacosm@gmail.com>
* feat: java 25 support

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

* use zulu distribution

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

* fix

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

* latest google format

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

* chore: use temurin distribution again, adjust versions

Signed-off-by: Chris Laprun <claprun@redhat.com>

---------

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Chris Laprun <claprun@redhat.com>
Co-authored-by: Chris Laprun <claprun@redhat.com>
…work#2835)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
this was added to fabric8 client meanwhile

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
…erator-framework#2917)

* feature: add AggregatedMetrics to support multiple Metrics implementations


Signed-off-by: David Sondermann <david.sondermann@hivemq.com>
…ework#2929)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Chris Laprun <claprun@redhat.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
…rk#2894)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
…k#2970)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Martin Stefanko <xstefank122@gmail.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
…terEvent (operator-framework#3003)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Chris Laprun <metacosm@users.noreply.github.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Steven Hawkins <shawkins@redhat.com>
aligning more

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
@shawkins shawkins closed this Oct 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.