Releases: arkmq-org/activemq-artemis-operator
Releases · arkmq-org/activemq-artemis-operator
1.2.9
1.2.8
What's Changed
- [#1050] restricted mode, check for and substitute ${STATEFUL_SET_ORDI… by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/1051
- Include ArtemisCloud icon in the ClusterServiceVersion by @solipsistadventurer in https://github.com/artemiscloud/activemq-artemis-operator/pull/1052
- [#1053] Test migration from ActiveMQArtemisAddress CRs to broker properties by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/1054
- [#1028] Fix cert-manager-and-trust-manager tutorial by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/1058
- Support running in FIPS compliant mode by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/1061
New Contributors
- @solipsistadventurer made their first contribution in https://github.com/artemiscloud/activemq-artemis-operator/pull/1052
Full Changelog: artemiscloud/activemq-artemis-operator@1.2.7...1.2.8
1.2.7
What's Changed
- [#1036] when operator cert and trust bundle are present, use them on… by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/1041
- [#1036] allow operator default cert and ca secret names to be overridden by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/1043
- [#1044] Update docker image base version latest minimal image by @kevinfrommelt in https://github.com/artemiscloud/activemq-artemis-operator/pull/1045
Full Changelog: artemiscloud/activemq-artemis-operator@1.2.6...1.2.7
1.2.6
What's Changed
- Update go-toolset by @Msarawan in https://github.com/artemiscloud/activemq-artemis-operator/pull/1002
- [#1001] simplify comparator usage to avoid route and service comparis… by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/1003
- [#1004] digest of pod status to deployed condition not ready message … by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/1006
- [#1008] Log ignored secrets by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/1009
- [NO-ISSUE] Fix capturing log for tests by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/1011
- [#1007] respect deployed resource on PVC reconcile and fill in volume… by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/1010
- [NO-ISSUE] add test for readwritemany pvc shared store by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/1013
- [#1012] Fix MicroShift detection by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/1015
- [#1018] Fix conversion of ActiveMQArtemisAddress CRs from v1beta1 to previous versions by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/1019
- [NO-ISSUE] update federation security test config with federation pre… by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/1020
- [#1018] Fix address conversion test by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/1021
- [#1022] Fix creating address with name only by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/1023
- [#1026] Fix jolokia protocol detection from java args by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/1027
- [#1031] List out verbs explicitly in RBAC definitions by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/1032
- [#1033] Mount manager container's root filesystem as read-only by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/1034
- support restricted option, jolokia agent, rbac, read only root, minimal by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/1037
Full Changelog: artemiscloud/activemq-artemis-operator@1.2.5...1.2.6
1.2.5
What's Changed
- [#976] Add an example to monitor broker metrics by using Prometheus by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/977
- [#987] Fix custom GRPC and HTTPGet probes by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/988
- [#984] Do not treat tls secrets as PEM type if it is intended to be used as old sslSecret by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/985
- [#979] Configure drainer pod to expose it's IP address by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/980
- [#981] Avoid using JAVA_ARGS_APPEND for internal configuration by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/982
- [NO-ISSUE] Test whitespaced security roles by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/991
- #993 Support broker properties from JSON files by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/994
- [#894] tutorial tester by @lavocatt in https://github.com/artemiscloud/activemq-artemis-operator/pull/986
- [#894] tutorial tester: run on schedule by @lavocatt in https://github.com/artemiscloud/activemq-artemis-operator/pull/1000
Full Changelog: artemiscloud/activemq-artemis-operator@1.2.4...1.2.5
1.2.4
What's Changed
- [#964] Ingress should be tracked in Openshift case by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/965
- [#962] Operator cannot access broker status when console is secured with pem cert by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/963
- [NO-ISSUE] Fix Expect without assertion in suite_test.go by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/966
- [#964] Skip ingress openshift test in non-openshift environment by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/970
- [#968] Replace HTTP test proxy with SSH tunnels by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/969
- [#967] Operator fails to recover route/ingress when labels/host modified by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/972
- [NO-ISSUE] example of disable criticalAnalyser in test by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/974
Full Changelog: artemiscloud/activemq-artemis-operator@1.2.3...1.2.4
1.2.3
What's Changed
- [NO-ISSUE] fix typo in test assertion to reference gomega argument by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/941
- NO-ISSUE fix reported requested and deployed counts in debug log message by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/943
- NO-ISSUE fill in defaults on resource template to avoid looping recon… by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/947
- Fix trust secret by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/946
- [NO-ISSUE] use k8sClient for verbose watch to sync with start by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/949
- [#945] fix up typo in test check for bundle truststore PEMCA by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/952
- [#953] support env TEST_VERBOSE_WITH_WATCH to enable a watch on the a… by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/954
- [NO-ISSUE] Update the building doc by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/948
- [#950] Add mk tests to CI workflow by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/951
- [#956] Fix broker property with ordinal parser by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/957
- [NO-ISSUE] add metrics config via properties to existing work queue test by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/960
Full Changelog: artemiscloud/activemq-artemis-operator@1.2.2...1.2.3
1.2.2
What's Changed
- [#878] version of security cr tests with broker properties and view/e… by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/879
- [#878] add example of empty roles to deny and address by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/883
- [#877 #880] deprecate address,security and addressSettings in favour … by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/881
- Fix Amq Broker Operator Scorecard Test Warnings by @Msarawan in https://github.com/artemiscloud/activemq-artemis-operator/pull/875
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in https://github.com/artemiscloud/activemq-artemis-operator/pull/884
- [#885] Add ready printer column to ActiveMQArtemis CRD by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/886
- [#867] tutorials: send & receive by @lavocatt in https://github.com/artemiscloud/activemq-artemis-operator/pull/868
- [#867] move up the send receive tutorials by @lavocatt in https://github.com/artemiscloud/activemq-artemis-operator/pull/890
- documentation: update operator documentation by @Msarawan in https://github.com/artemiscloud/activemq-artemis-operator/pull/870
- [#900] Retry to detect OpenShift on failures by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/901
- [#905] Adding watch resources owned by the operator by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/906
- [#907] ensure getlog utility is eventually safe by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/908
- [#897] simplify api detection logic and report errors by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/895
- ROSA suite test by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/914
- [#897] remove unit test depenency on rest config, add nil cluster mock by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/917
- [#920] Fix address controller infinite reconcile loops by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/921
- [NO-ISSUE] Add scorecard tests to ci workflow by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/912
- [NO-ISSUE] Adding helm installation in Makefile by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/916
- Federation pub sub by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/923
- [#934] suppress deprecated warnings from the api server as we know we… by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/935
- [NO-ISSUE] test of jdbc ha by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/933
- Support cert rotation by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/836
- [NO-ISSUE] use pull mode for queue federation and jobs for cleaner pr… by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/940
- tutorials: use cert manager to generate the certs by @lavocatt in https://github.com/artemiscloud/activemq-artemis-operator/pull/927
Full Changelog: artemiscloud/activemq-artemis-operator@1.2.1...1.2.2
1.2.1
What's Changed
- [#843] references broker deployment by @lavocatt in https://github.com/artemiscloud/activemq-artemis-operator/pull/844
- [#845] Make: check for go version compatibility by @lavocatt in https://github.com/artemiscloud/activemq-artemis-operator/pull/848
- [#851] Fix validation on non-fatal failure for broker images by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/852
- [#854] Fix test artemis controller 2 persistent volumes tests external volumes attach by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/855
- [#849] Support certificates from annotations by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/850
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in https://github.com/artemiscloud/activemq-artemis-operator/pull/827
- [#858] validate no duplicate keys in brokerProperties or -bp secret c… by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/859
- [#863] Fix deployed operator tests with custom names by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/864
- [#849] Rename suffix of certificate provided secrets by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/860
- Bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in https://github.com/artemiscloud/activemq-artemis-operator/pull/762
- [#865] version of address cr tests with broker properties by @gtully in https://github.com/artemiscloud/activemq-artemis-operator/pull/866
- [NO-ISSUE] add go version setup in release.yml to pin the go version … by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/876
New Contributors
- @lavocatt made their first contribution in https://github.com/artemiscloud/activemq-artemis-operator/pull/844
Full Changelog: artemiscloud/activemq-artemis-operator@1.2.0...1.2.1
1.2.0
What's Changed
- [#822] Fix release asset activemq-artemis-operator.yaml by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/823
- [#832] Support secure cluster connections by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/833
- [#839] Fix error installing setup-envtest by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/841
- [#837] Documentation and test for setting PriorityClassName by @kevinfrommelt in https://github.com/artemiscloud/activemq-artemis-operator/pull/838
- [#828] Validate acceptors, connectors and console exposed with ingress mode by @brusdev in https://github.com/artemiscloud/activemq-artemis-operator/pull/830
- [#821] Support broker-N in -bp suffix secrets by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/834
- Support configuring ssl console and acceptors/connectors with cert-manager certs by @gaohoward in https://github.com/artemiscloud/activemq-artemis-operator/pull/673
Full Changelog: artemiscloud/activemq-artemis-operator@1.1.0...1.2.0