Skip to content

Commit

Permalink
Merge branch 'apache:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Gre8t committed Apr 2, 2022
2 parents db09b0a + 4215d68 commit 22728b8
Show file tree
Hide file tree
Showing 23 changed files with 103 additions and 1,030 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
tag_name: ${{ env.VERSION }}
release_name: Release ${{ env.VERSION }}
body: |
Apache Camel K ${{ env.VERSION }} build for testing (unstable).
Apache Camel K ${{ env.VERSION }} build for testing (unstable). This nightly release is using
an **unsupported** operator image published as `${{ env.IMAGE_NAME }}:${{ env.VERSION }}`
To test it, download the client for your OS and run:
Expand All @@ -94,6 +95,7 @@ jobs:
draft: false
prerelease: true
allowUpdates: true
- name: Upload Client Linux
uses: actions/upload-release-asset@v1
env:
Expand Down
110 changes: 0 additions & 110 deletions .mvn/wrapper/MavenWrapperDownloader.java

This file was deleted.

Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
1 change: 0 additions & 1 deletion .mvn/wrapper/maven-wrapper.properties

This file was deleted.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@

**Closed issues:**

- Use Kubernetes recommended labels [\#3137](https://github.com/apache/camel-k/issues/3137)
- Nightly release fail to create an existing tag [\#3130](https://github.com/apache/camel-k/issues/3130)
- Jsonata does not evaluate correctly [\#3129](https://github.com/apache/camel-k/issues/3129)
- Best practice to manage multiple routes in Camel-K [\#2824](https://github.com/apache/camel-k/issues/2824)
- way to add a trusted root cert? \(non-maven\) [\#2820](https://github.com/apache/camel-k/issues/2820)
- Be able to configure PodMonitor via prometheus trait [\#2812](https://github.com/apache/camel-k/issues/2812)
- SEDA low performance issue [\#2808](https://github.com/apache/camel-k/issues/2808)
- Remove maven wrapper and any leftover pom.xml [\#2659](https://github.com/apache/camel-k/issues/2659)
- Document how to use Camel K without the "kamel" tool [\#52](https://github.com/apache/camel-k/issues/52)
- Add roadmap information [\#35](https://github.com/apache/camel-k/issues/35)

## [1.9.0-nightly](https://github.com/apache/camel-k/tree/1.9.0-nightly) (2022-03-14)

Expand Down Expand Up @@ -980,7 +985,6 @@
- Multiple of the examples fail on Minikube [\#2537](https://github.com/apache/camel-k/issues/2537)
- Camel-K - uninstall and namespace deletion w/ k8s let all Camel-K Integrations in this namespace alive [\#2533](https://github.com/apache/camel-k/issues/2533)
- insecure=true does not work with base image [\#2531](https://github.com/apache/camel-k/issues/2531)
- Reduce time for first Integration start [\#2520](https://github.com/apache/camel-k/issues/2520)
- Install Error [\#2498](https://github.com/apache/camel-k/issues/2498)
- Make sure Camel K runs on Microshift [\#2473](https://github.com/apache/camel-k/issues/2473)
- If the pod is in CrashLoopBackOff, the phase is reported as Running [\#2445](https://github.com/apache/camel-k/issues/2445)
Expand Down
126 changes: 0 additions & 126 deletions build/maven/pom-catalog.xml

This file was deleted.

Loading

0 comments on commit 22728b8

Please sign in to comment.